ConfirmAcssDebitPaymentData constructor

const ConfirmAcssDebitPaymentData({
  1. @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;