SourceTypeGiropay constructor

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

Implementation

const SourceTypeGiropay({
  this.bankCode,
  this.bankName,
  this.bic,
  this.statementDescriptor,
});