Order constructor
const
Order({
- String? id,
- PaymentSource? paymentSource,
- String? intent,
- Payer? payer,
- List<
PurchaseUnit> ? purchaseUnits, - String? status,
- String? createTime,
- String? updateTime,
- List<
LinkDescription> ? links,
Implementation
const Order(
{this.id,
this.paymentSource,
this.intent,
this.payer,
this.purchaseUnits,
this.status,
this.createTime,
this.updateTime,
this.links});