次の方法で共有


Document クラス

定義

ドキュメントのプロパティ。

public class Document
type Document = class
Public Class Document
継承
Document

コンストラクター

Document()

Document クラスの新しいインスタンスを初期化します。

Document(String, String, String)

Document クラスの新しいインスタンスを初期化します。

プロパティ

Kind

ドキュメントの種類を取得します。 使用できる値は、'Invoice'、'VoidNote'、'TaxReceipt'、'CreditNote' です。

Source

ドキュメントのソースを取得します。 ブラジル向け ENF と世界の他の地域の DRS。 使用可能な値は、'DRS'、'ENF' です。

Url

ドキュメント URL を取得します。

適用対象