Button Merchant Library
1.6.1
androidJvm
Button Merchant Library
/
com.usebutton.merchant
/
Order
/
Customer
/
Builder
Builder
open
class
Builder
Builder class for order customer
Order.Customer
.
Members
Constructors
Builder
Link copied to clipboard
constructor
(
id
:
String
)
Functions
build
Link copied to clipboard
open
fun
build
(
)
:
Order.Customer
Builds and returns an Order customer Object
set
Email
Link copied to clipboard
open
fun
setEmail
(
email
:
String
)
:
Order.Customer.Builder
The SHA-256 hash of the transacting customer’s lowercase email, as a 64-character hex string.
set
Is
New
Link copied to clipboard
open
fun
setIsNew
(
isNew
:
Boolean
)
:
Order.Customer.Builder
A flag indicating whether the customer is new (or not).