Estimate the price for the order
The dated version of the API, if not specified a default is used. See API versioning for more information.
The details of the order to estimate.
Request for a price estimate for an order.
OK
Response object for a order price estimate.
Account balance payment.
List of order items with price and discount.
The currency of the order, represented by ISO 4217 currency codes. Please check the currency section in the guidelines for how to use this field.
"USD"
Total discount on the entire order.
Total price of the entire order.
A mapping of the subtotal of the order using the payout currency as a key.
{ "USD": { "value": "10.00", "fx": null } }