Authorization constructor
const
Authorization(
- AuthorizationStatus? status,
- AuthorizationStatusDetails? statusDetails,
- String? id,
- Money? amount,
- String? invoiceId,
- String? customId,
- SellerProtection? sellerProtection,
- String? expirationTime,
- List<
LinkDescription> ? links, - String? createTime,
- String? updateTime,
Implementation
const Authorization(
this.status,
this.statusDetails,
this.id,
this.amount,
this.invoiceId,
this.customId,
this.sellerProtection,
this.expirationTime,
this.links,
this.createTime,
this.updateTime);