AccountCardPaymentsSettings constructor
const
AccountCardPaymentsSettings({
- AccountDeclineChargeOn? declineOn,
- String? statementDescriptorPrefix,
- String? statementDescriptorPrefixKana,
- String? statementDescriptorPrefixKanji,
AccountCardPaymentsSettings
Implementation
const AccountCardPaymentsSettings({
this.declineOn,
this.statementDescriptorPrefix,
this.statementDescriptorPrefixKana,
this.statementDescriptorPrefixKanji,
});