PaymentMethodDetailsFpx constructor
const
PaymentMethodDetailsFpx({
- InboundTransfersPaymentMethodDetailsUsBankAccountAccountHolderType? accountHolderType,
- required PaymentMethodDetailsFpxBank bank,
- String? transactionId,
payment_method_details_fpx
Implementation
const PaymentMethodDetailsFpx({
this.accountHolderType,
required this.bank,
this.transactionId,
});