Update a price
The id of the price.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYThis class presents the Price Command Request Data from the client.
The id of the package.
The id of the subscription type
The code of the price.
The name of the price.
The amount of the price.
The currency code of the price. The currency must be a valid ISO 4217 currency code.
The checkout link of the price. When the user clicks on this link, they will be redirected to the checkout page.
The description of the price.
The tags of the price.
The order of the price. This value is used to sort into the list of prices. By default, the value is 1. If you want to change the order of the price, you can set this value to a higher number.
The request was successful.
This provides interfaces for API responses with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
The user's access was denied.
Last updated