OneTimeChargeCreateRequest
The request data your app provides when a customer purchases a one-time-charge product.
Declaration
object OneTimeChargeCreateRequestProperties
| Name | Type | Description |
|---|---|---|
currency Required | currency | The currency of the price of the product. |
item Required | OneTimeChargeItem | The details of the product for purchase. |
operation Required | string | The constant that represents the operation of this request. |
requestInfo Required | RequestInfo | The metadata of the request. |
storefront | storefront | The storefront for the transaction. |
taxCode Required | taxCode | The tax code for this product. |
version Required | version | The version number of the API. |