次の方法で共有


BillingDocumentInfo データ オブジェクト - 顧客の課金

課金ドキュメント ID、課金ドキュメントの金額、アカウント識別子など、課金ドキュメントに関する情報を含む課金ドキュメント識別オブジェクトを定義します。

構文

<xs:complexType name="BillingDocumentInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AccountId" type="xs:long" />
    <xs:element minOccurs="0" name="AccountName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="AccountNumber" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Amount" type="xs:double" />
    <xs:element minOccurs="0" name="CurrencyCode" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="DocumentDate" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="DocumentId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="CustomerId" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="CampaignId" nillable="true" type="xs:long">
      <xs:annotation>
        <xs:appinfo>
          <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="DocumentNumber" nillable="true" type="xs:string">
      <xs:annotation>
        <xs:appinfo>
          <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

要素

BillingDocumentInfo オブジェクトには、AccountIdAccountNameAccountNumberAmountCampaignIdCurrencyCodeCustomerIdDocumentDateDocumentIdDocumentNumber の各要素があります。

要素 説明 データ型
AccountId 請求伝票が生成されたアカウントの識別子。 long
AccountName アカウント名。 string
AccountNumber アカウント番号。 string
Amount 請求伝票の金額。
CampaignId キャンペーン識別子。 long
CurrencyCode 請求伝票の通貨。 使用可能な値については、「 通貨」を参照してください。 string
CustomerId 請求伝票が生成された顧客の識別子。 int
DocumentDate 請求伝票の日付。 dateTime
DocumentId 課金ドキュメントの識別子。 long
DocumentNumber 請求伝票の番号。 string

要件

サービス: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

使用ページ

GetBillingDocuments
GetBillingDocumentsInfo