Interface AccountServiceSelector

AccountServiceSelectorオブジェクトは、選択するアカウントを表します。
AccountServiceSelector object explains which accounts to return.

Hierarchy

  • AccountServiceSelector

Properties

accountIds?: null | number[]
アカウントIDの配列です。
Account IDs.

Memberof

AccountServiceSelector

accountName?: null | string
アカウント名です。
このフィールドは、省略可能となります。
この検索条件では、大文字と小文字は区別されません。
Account name.
This field is optional.
This searching condition is case-insensitive.

Memberof

AccountServiceSelector

accountStatuses?: null | search.AccountServiceStatus[]

Memberof

AccountServiceSelector

accountTypes?: null | search.AccountServiceType[]

Memberof

AccountServiceSelector

includeMccAccount?: null | search.AccountServiceIncludeMccAccount

Memberof

AccountServiceSelector

includeTestAccount?: null | search.AccountServiceIncludeTestAccount

Memberof

AccountServiceSelector

numberResults?: null | number
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.

Memberof

AccountServiceSelector

startIndex?: null | number
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
The position within the result set where retrieval begins. This field must be greater than or equal to 1.

Memberof

AccountServiceSelector