CollectBankAccountPaymentMethodData constructor

const CollectBankAccountPaymentMethodData({
  1. required BillingDetails billingDetails,
})

Implementation

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