BankTransferBalanceGetResponse constructor

BankTransferBalanceGetResponse({
  1. BankTransferBalance? balance,
  2. String? originationAccountId,
  3. String? requestId,
})

Implementation

BankTransferBalanceGetResponse({
  this.balance,
  this.originationAccountId,
  this.requestId,
});