Skip to main content

SteamGiftQuoteResponse

amountAmountrequired

Customer charge ceiling in USD (decimal string).

currencyCurrency
Default value: USD
editionId object
anyOf
string
estimatedEstimated
Default value: true
expiresAt object
anyOf
string<date-time>
productId object

Optional compatibility metadata when upstream returns the bound product id. Create is authorized by quoteToken and does not require this field.

anyOf
string
quoteId object
anyOf
string
quoteTokenQuotetokenrequired
recipientRegion object
anyOf
string
SteamGiftQuoteResponse
{
"amount": "string",
"currency": "USD",
"editionId": "string",
"estimated": true,
"expiresAt": "2024-07-29T15:51:28.071Z",
"productId": "string",
"quoteId": "string",
"quoteToken": "string",
"recipientRegion": "string"
}