SourceTypeMultibanco constructor
const
SourceTypeMultibanco({
- String? entity,
- String? reference,
- String? refundAccountHolderAddressCity,
- String? refundAccountHolderAddressCountry,
- String? refundAccountHolderAddressLine1,
- String? refundAccountHolderAddressLine2,
- String? refundAccountHolderAddressPostalCode,
- String? refundAccountHolderAddressState,
- String? refundAccountHolderName,
- 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,
});