RetailCard

Model that describes customer cards.

Name Type Description
barcode_type BarcodeType Barcode type.
barcode_value String Barcode.
bonus_amount Decimal Bonus amount.
customer RetailCustomer Customer.
date Int64 Customer card creation date as Unix time in seconds.
enabled Boolean Indicates whether the customer card is active: true - active, false - inactive.
expiry_date String Card expiration date.
group RetailCardGroup Customer card group.
id Int64 Customer card ID.
last_purchase Int64 Last purchase date.
last_update Int64 Last record update date as Unix time in seconds.
promo PromoProgram Promotion that the customer card is linked to.
unlimited Boolean Indicates whether the card validity period is unlimited: true - unlimited, false - limited.