GraphQL OBJECT
PurchaseItemDelivery
Delivery information for the item purchased by the customer.
link Definition
- type PurchaseItemDelivery {
- # Way in which the product was delivered.
- DeliveryType :
- # Status of the product delivery.
- DeliveryStatus :
- # License key or download link plus text.
- String! :
- # License key or download link.
- String! :
- # Date and time when the license key expires.
- DateTime :
- # Name of the file that the customer downloads.
- String! :
- # Number of license keys.
- Long! :
- # Running number of the license key or download link.
- Long! :
- # Indicates whether the license key can be renewed.
- Boolean :
- # Indicates whether the download link can be renewed.
- Boolean :
- }