PaymentMethodDetailsFpx constructor

const PaymentMethodDetailsFpx({
  1. InboundTransfersPaymentMethodDetailsUsBankAccountAccountHolderType? accountHolderType,
  2. required PaymentMethodDetailsFpxBank bank,
  3. String? transactionId,
})

payment_method_details_fpx

Implementation

const PaymentMethodDetailsFpx({
  this.accountHolderType,
  required this.bank,
  this.transactionId,
});