Builder

class Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Builds a CustomerInfoParameters object

Link copied to clipboard
fun returnAssuranceDetails(): <Error class: unknown class>

Returns information about the validation performed on the customer info (undefined doesn't return)

Link copied to clipboard
fun returnBillingAddress(parameters: BillingAddressParameters? = null): <Error class: unknown class>

Returns the billing address on the customer info (undefined doesn't return)

Link copied to clipboard
fun returnEmail(): <Error class: unknown class>

Returns the email of the customer account on the customer info (undefined doesn't return)

Link copied to clipboard
fun returnShippingAddress(parameters: ShippingAddressParameters? = null): <Error class: unknown class>

Returns the shipping address on the customer info (undefined doesn't return)