CollectBankAccountPaymentMethodData constructor
const
CollectBankAccountPaymentMethodData({
- required BillingDetails billingDetails,
Implementation
@JsonSerializable(explicitToJson: true)
const factory CollectBankAccountPaymentMethodData({
required BillingDetails billingDetails,
}) = _CollectBankAccountPaymentMethodData;