ConfirmAcssDebitPaymentData constructor
const
ConfirmAcssDebitPaymentData({
- @JsonKey(name: "payment_method") String? paymentMethod,
Implementation
const factory ConfirmAcssDebitPaymentData({
/// Either the id of an existing PaymentMethod, or an object containing
/// data to create a PaymentMethod with.
/// See the use case sections below for details.
@JsonKey(name: "payment_method") String? paymentMethod,
}) = _ConfirmAcssDebitPaymentData;