customer details - AEVI-AppFlow/pos-android-sdk GitHub Wiki
Customer
details can be set via the addCustomerDetails()
and they can be read via the getCustomerDetails()
method.
See CustomerDataKeys for defined keys.
Data key | Value type | Format / Example |
---|---|---|
"firstName" | String | "John" |
"middleNames" | String[] | ["Bob", "Dorian"] |
"surname" | String | "Doe" |
"phone" | String | International "+44 123 456789" |
"email" | String | "[email protected]" |
"address" | String | "123 Android Boulevard" |
"postcode" | String | "92060", "W1 W1A" |
"city" | String | "Los Angeles" |
"country" | String | "Puerto Rico" |