Authorization constructor

const Authorization(
  1. AuthorizationStatus? status,
  2. AuthorizationStatusDetails? statusDetails,
  3. String? id,
  4. Money? amount,
  5. String? invoiceId,
  6. String? customId,
  7. SellerProtection? sellerProtection,
  8. String? expirationTime,
  9. List<LinkDescription>? links,
  10. String? createTime,
  11. 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);