次の方法で共有


BillingDocument データ オブジェクト - 顧客請求

課金ドキュメントを定義します。

構文

<xs:complexType name="BillingDocument" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Data" nillable="true" type="xs:base64Binary" />
    <xs:element minOccurs="0" name="Id" type="xs:long" />
    <xs:element minOccurs="0" name="Type" type="tns:DataType" />
    <xs:element minOccurs="0" name="Number" 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>

要素

BillingDocument オブジェクトには、DataIdNumber、Type という要素があります

要素 説明 データ型
データ 請求伝票。 base64Binary
身分証明書 請求伝票の識別子。 long
数値 請求伝票の番号。 string
種類 請求伝票の形式。 DataType

要件

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

使用ページ

GetBillingDocuments