PaymentMethodDetailsGiropay constructor

const PaymentMethodDetailsGiropay({
  1. String? bankCode,
  2. String? bankName,
  3. String? bic,
  4. String? verifiedName,
})

payment_method_details_giropay

Implementation

const PaymentMethodDetailsGiropay({
  this.bankCode,
  this.bankName,
  this.bic,
  this.verifiedName,
});