Interface Account

Accountオブジェクトは、アカウントを表します。
Account object describes the account information.

Hierarchy

  • Account

Properties

accountId?: null | number
アカウントIDです。
SET時、このフィールドは必須となります。
Account ID.
This field is required in SET operation.

Memberof

Account

accountName?: null | string
アカウント名です。
SET時、このフィールドは省略可能となります。
Account name.
This field is optional in SET operation.

Memberof

Account

accountStatus?: null | search.AccountServiceStatus

Memberof

Account

accountType?: null | search.AccountServiceType

Memberof

Account

autoTaggingEnabled?: null | search.AccountServiceAutoTaggingEnabled

Memberof

Account

contactBizId?: null | string
アカウント管理者のYahoo! JAPANビジネスIDです。
MCCアカウントの場合、このフィールドは返却されず、リクエストの際も無視されます。
テストアカウントの場合、このフィールドは更新できません。
Contact Business ID.
If isManagerAccount is "TRUE", this field will not be returned and will be ignored on request.
If isTestAccount is "TRUE", this field cannot be set.

Memberof

Account

deliveryStatus?: null | search.AccountServiceDeliveryStatus

Memberof

Account

endDate?: null | string
掲載終了日です。
SET時、このフィールドは無視されます。
「yyyyMMdd」形式で表示されます。
End date of ad serving.
This field will be ignored in SET operation.
It is displayed in 'yyyyMMdd' format.

Memberof

Account

isMccAccount?: null | search.AccountServiceIsMccAccount

Memberof

Account

isTestAccount?: null | search.AccountServiceIsTestAccount

Memberof

Account

startDate?: null | string
掲載開始日です。
「yyyyMMdd」形式で表示されます。
SET時、このフィールドは無視されます。
Start date of ad serving.
This field will be ignored in SET operation.
It is displayed in 'yyyyMMdd' format.

Memberof

Account