AccountsBalanceGetRequestOptions constructor

AccountsBalanceGetRequestOptions({
  1. List<String>? accountIds,
  2. String? minLastUpdatedDatetime,
})

Implementation

AccountsBalanceGetRequestOptions({
  this.accountIds,
  this.minLastUpdatedDatetime,
});