Contents

OneTimeChargeCreateRequest

The request data your app provides when a customer purchases a one-time-charge product.

Declaration

object OneTimeChargeCreateRequest

Properties

NameTypeDescription
currency Requiredcurrency

The currency of the price of the product.

item RequiredOneTimeChargeItem

The details of the product for purchase.

operation Requiredstring

The constant that represents the operation of this request.

requestInfo RequiredRequestInfo

The metadata of the request.

storefrontstorefront

The storefront for the transaction.

taxCode RequiredtaxCode

The tax code for this product.

version Requiredversion

The version number of the API.

Mentioned in

See Also

One-time charge creation in the app