The return from the GetQuote call that includes details of the Quote
Please Note: The Card values in the responses are not immediate
Before using the card values you need to look at the isCompleted field before using the Card values. The POST /GetQuote will always return IsCompleted = false. You must use the GET /GETQuote to retrieve the value and check the IsCompleted field.
Please see How Balances Work for an understanding of the flow.
| Name | Type | Required | Description |
|---|---|---|---|
| actualCardValue | float | Y | The balance on the card being returned. |
| exchangeCardValue | Float | Y | The payout amount that Cardpool will pay for the card |
| responseTimestamp | ISO 8601 DateTime | Y | The timestamp of the quote. |
| transactionId | String | Y | The unique identifier of the quote transaction. |
| isCompleted | Boolean | Y | Indicates the request has completed when asynchronous requests are made. |
| percentComplete | Integer | Y | Indicates the percentage of the completed steps |
| expectedCompletionTime | Integer | Y | Indicates the expected completion time of the request |
