IssuingAuthorizationTreasury constructor
const
IssuingAuthorizationTreasury({})
[Treasury](https://stripe.com/docs/api/treasury) details related to this authorization if it was created on a [FinancialAccount](https://stripe.com/docs/api/treasury/financial_accounts).
Implementation
const IssuingAuthorizationTreasury({
required this.receivedCredits,
required this.receivedDebits,
this.transaction,
});