purchaseUnits property

List<PurchaseUnit>? purchaseUnits
final

An array of purchase units. Each purchase unit establishes a contract between a customer and merchant. Each purchase unit represents either a full or partial order that the customer intends to purchase from the merchant.

Implementation

final List<PurchaseUnit>? purchaseUnits;