Interface BalanceServiceSelector

BalanceSelectorオブジェクトは、アカウント残高を取得するアカウントを示します。
Explains its account balance.

Hierarchy

  • BalanceServiceSelector

Properties

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

Memberof

BalanceServiceSelector

numberResults?: null | number
ページの最大件数です。このフィールドは、1以上を指定する必要があります。
Maximum number of results to return in this page. This field must be greater than or equal to 1. Also see Entity Limits per operation.

Memberof

BalanceServiceSelector

startIndex?: null | number
ページの先頭のインデックスです。このフィールドは、1以上を指定する必要があります。
Index of the first result to return in this page. This field must be greater than or equal to 1.

Memberof

BalanceServiceSelector