CollectBankAccountForPaymentMethodData constructor

const CollectBankAccountForPaymentMethodData({
  1. @JsonKey.new(name: 'billing_details') BillingDetails? billingDetails,
})

Implementation

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