FinancialAccountCardIssuing constructor

const FinancialAccountCardIssuing({
  1. required bool requested,
})

access

Encodes the FinancialAccount's ability to be used with the Issuing product, including attaching cards to and drawing funds from the FinancialAccount.

Implementation

const FinancialAccountCardIssuing({required this.requested});