Package io. revenuemonster. sdk. model. common
Types
Expiry
Link copied to clipboard
GeoLocation
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