Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.02 KB

LoyaltiesMembersBalanceUpdateRequestBody.md

File metadata and controls

13 lines (10 loc) · 1.02 KB

# LoyaltiesMembersBalanceUpdateRequestBody

Properties

Name Type Description Notes
points int Incremental balance to be added to/subtracted from the loyalty card. - To add points: 100 - To subtract points, add a minus: -100
expiration_type string [optional]
expiration_date \DateTime Set expiration date for added points, i.e. `YYYY-MM-DD`. This parameter is required only when expiration_type is set to `CUSTOM_DATE`. [optional]
reason string Reason for the transfer. [optional]
source_id string The merchant’s transaction ID if it is different from the Voucherify transaction ID. It is really useful in case of an integration between multiple systems. It can be a transaction ID from a CRM system, database or 3rd-party service. [optional]

[Back to Model list] [Back to API list] [Back to README]