AccountSessionFeatures constructor

const AccountSessionFeatures({
  1. bool? capturePayments,
  2. bool? destinationOnBehalfOfChargeManagement,
  3. bool? disputeManagement,
  4. bool? refundManagement,
})

payments_features_param

The list of features enabled in the embedded component.

Implementation

const AccountSessionFeatures({
  this.capturePayments,
  this.destinationOnBehalfOfChargeManagement,
  this.disputeManagement,
  this.refundManagement,
});