AccountSessionPaymentDetails constructor
const
AccountSessionPaymentDetails({
- required bool enabled,
- AccountSessionFeatures? features,
payments_config_param
Configuration for the payment details embedded component.
Implementation
const AccountSessionPaymentDetails({
required this.enabled,
this.features,
});