Represents a CalculateLoyaltyPoints request.
CalculateLoyaltyPointsRequest
Name | Type | Tags | Description |
---|---|---|---|
orderId |
string | undefined |
Optional | The order ID for which to calculate the points. Specify this field if your application uses the Orders API to process orders. Otherwise, specify the transaction_amount_money . |
transactionAmountMoney |
Money | undefined |
Optional | Represents an amount of money. Money fields can be signed or unsigned.Fields that do not explicitly define whether they are signed or unsigned are considered unsigned and can only hold positive amounts. For signed fields, the sign of the value indicates the purpose of the money transfer. See Working with Monetary Amounts for more information. |
loyaltyAccountId |
string | undefined |
Optional | The ID of the target loyalty account. Optionally specify this field if your application uses the Orders API to process orders. If specified, the promotion_points field in the response shows the number of points the buyer wouldearn from the purchase. In this case, Square uses the account ID to determine whether the promotion's trigger_limit (the maximum number of times that a buyer can trigger the promotion) has been reached.If not specified, the promotion_points field shows the number of points the purchase qualifiesfor regardless of the trigger limit. Constraints: Minimum Length: 1 , Maximum Length: 36 |
{
"loyalty_account_id": "79b807d2-d786-46a9-933b-918028d7a8c5",
"order_id": "RFZfrdtm3mhO1oGzf5Cx7fEMsmGZY"
}