AccountDeclineOn constructor

const AccountDeclineOn({
  1. bool? avsFailure,
  2. bool? cvcFailure,
})

decline_charge_on_specs

Automatically declines certain charge types regardless of whether the card issuer accepted or declined the charge.

Implementation

const AccountDeclineOn({
  this.avsFailure,
  this.cvcFailure,
});