AccountSessionPaymentDetails constructor

const AccountSessionPaymentDetails({
  1. required bool enabled,
  2. AccountSessionFeatures? features,
})

payments_config_param

Configuration for the payment details embedded component.

Implementation

const AccountSessionPaymentDetails({
  required this.enabled,
  this.features,
});