OrderItem OrderItem contains all the order item data.
id
int32
Id is the unique identifier of the order item.
status
string
Status indicates state of the order ('success', 'failed', 'refunded').
name
string
Name is name of the item ('example.ninja').
tld
string
Tld is (optional) tld of domain name, if applicable ('ninja').
type
string
Type is type of the item ('registration', 'whois_privacy').
price
(read only)
float32
Price is the final price of the item.
priceNonUsd
float32
PriceNonUsd is the price of the item if order has non-usd currency.
originalPrice
(read only)
float32
OriginalPrice is the original price of the item before discounts.
taxAmount
(read only)
float32
TaxAmount is the tax charged for this item, if applicable.
quantity
(read only)
int32
Quantity is the number of items.
duration
(read only)
int32
Duration is the number of intervals.
interval
(read only)
string
Interval is the unit of time ("year", "month").