AccountCardPaymentsSettings constructor

const AccountCardPaymentsSettings({
  1. AccountDeclineChargeOn? declineOn,
  2. String? statementDescriptorPrefix,
  3. String? statementDescriptorPrefixKana,
  4. String? statementDescriptorPrefixKanji,
})

AccountCardPaymentsSettings

Implementation

const AccountCardPaymentsSettings({
  this.declineOn,
  this.statementDescriptorPrefix,
  this.statementDescriptorPrefixKana,
  this.statementDescriptorPrefixKanji,
});