Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.32 KB

File metadata and controls

22 lines (18 loc) · 1.32 KB

WalletInc.Model.MSMemberHistory

Properties

Name Type Description Notes
MemberIdentifier string Member ID as represented by the merchant
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
Id string The UUID of this record
MemberID string A 10 character alphanumeric unique value that represents each member
MerchantID string The id of the merchant registered in WalletInc's database
CreatedAt DateTime The timestamp of when this resource was created
IsActive bool Denotes if this resource is active

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