CollectBankAccountForPaymentMethodData constructor
const
CollectBankAccountForPaymentMethodData({
- @JsonKey.new(name: 'billing_details') BillingDetails? billingDetails,
Implementation
const factory CollectBankAccountForPaymentMethodData({
/// Billing details for the payment method.
@JsonKey(name: 'billing_details') BillingDetails? billingDetails,
}) = _CollectBankAccountForPaymentMethodData;