SourceTypeMultibanco constructor

const SourceTypeMultibanco({
  1. String? entity,
  2. String? reference,
  3. String? refundAccountHolderAddressCity,
  4. String? refundAccountHolderAddressCountry,
  5. String? refundAccountHolderAddressLine1,
  6. String? refundAccountHolderAddressLine2,
  7. String? refundAccountHolderAddressPostalCode,
  8. String? refundAccountHolderAddressState,
  9. String? refundAccountHolderName,
  10. String? refundIban,
})

Implementation

const SourceTypeMultibanco({
  this.entity,
  this.reference,
  this.refundAccountHolderAddressCity,
  this.refundAccountHolderAddressCountry,
  this.refundAccountHolderAddressLine1,
  this.refundAccountHolderAddressLine2,
  this.refundAccountHolderAddressPostalCode,
  this.refundAccountHolderAddressState,
  this.refundAccountHolderName,
  this.refundIban,
});