Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.41 KB

File metadata and controls

23 lines (19 loc) · 1.41 KB

WalletInc.Model.Member

Properties

Name Type Description Notes
Id string The object ID of the club member
MerchantID string The id of the merchant registered in WalletInc's database
CreatedAt DateTime The timestamp of when this resource was created
UpdatedAt DateTime The timestamp of when this resource was updated
IsActive bool Denotes if this resource is active
FirstName string An optional first name of the member [optional]
LastName string An optional last name of the member [optional]
MembershipTierID string The object ID of the membership tier that this member belongs to
MobileNumber string
Email string
Birthday string Represents the date of birth of the member. Defaults to 0000-00-00, which represents that the date of birth has not been configured
PointsAccrued int The number of points that the member has accrued
MemberID string Member ID as represented by the merchant
MembershipTierRedeemableID string The object ID of the membership tier redeemable assigned to this member

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