Authorization constructor
const
Authorization({})
Implementation
const Authorization({
this.authorizationCode,
this.bin,
this.last4,
this.expMonth,
this.expYear,
this.channel,
this.cardType,
this.bank,
this.countryCode,
this.brand,
this.reusable,
this.signature,
this.accountName,
this.mobileMoneyNumber,
});