Package io. revenuemonster. sdk. model. common
Types
ContactInfo
Link copied to clipboard
Expiry
Link copied to clipboard
GeoLocation
Link copied to clipboard
LoyaltyMember
Link copied to clipboard
data class LoyaltyMember(id: String, name: String, email: String, nric: String, address: Address, gender: String, state: String, birthDate: Instant, loyaltyPoint: Int, countryCode: String, phoneNumber: String, profileImageUrl: String, hasPinCode: Boolean, status: String, createdAt: Instant)
Content copied to clipboard
MemberProfile
Link copied to clipboard
data class MemberProfile(id: String, key: String, name: String, email: String, nric: String, birthDate: String, gender: String, address: Address, memberTier: String?, totalLoyaltyPoint: Int, hasPinCode: Boolean, loyaltyPointBalance: Int, spendingPoint: Int, creditBalance: Int, status: String, createdAt: Instant, updatedAt: Instant)
Content copied to clipboard
Payload
Link copied to clipboard
Store
Link copied to clipboard
data class Store(id: String, name: String, addressLine1: String, addressLine2: String, postCode: String, city: String, state: String, country: String, countryCode: String, phoneNumber: String, geoLocation: GeoLocation, status: String, createdAt: Instant, updatedAt: Instant)
Content copied to clipboard
TransactionQROrder
Link copied to clipboard
data class TransactionQROrder(detail: String, title: String, additionalData: String)
Content copied to clipboard