DepositSwitchGetResponse constructor

DepositSwitchGetResponse({
  1. String? depositSwitchId,
  2. String? targetAccountId,
  3. String? targetItemId,
  4. DepositSwitchGetResponseState? state,
  5. DepositSwitchGetResponseSwitchMethod? switchMethod,
  6. bool? accountHasMultipleAllocations,
  7. bool? isAllocatedRemainder,
  8. double? percentAllocated,
  9. double? amountAllocated,
  10. String? employerName,
  11. String? employerId,
  12. String? institutionName,
  13. String? institutionId,
  14. DateTime? dateCreated,
  15. DateTime? dateCompleted,
  16. String? requestId,
})

Implementation

DepositSwitchGetResponse({
  this.depositSwitchId,
  this.targetAccountId,
  this.targetItemId,
  this.state,
  this.switchMethod,
  this.accountHasMultipleAllocations,
  this.isAllocatedRemainder,
  this.percentAllocated,
  this.amountAllocated,
  this.employerName,
  this.employerId,
  this.institutionName,
  this.institutionId,
  this.dateCreated,
  this.dateCompleted,
  this.requestId,
});