Class: CustomerAssociationRequest

customers.CustomerAssociationRequest()

new CustomerAssociationRequest()

Source:

Methods

(static) CustomerAssociationRequest#getCustomer() → {customers.Customer}

Get the field value Customer Object which will contain the First Name and the Last Name of the Customer.
Source:
Returns:
Type
customers.Customer

(static) CustomerAssociationRequest#getPaymentRef() → {base.Reference}

Get the field value Payment UUID needs to be passed to create the customer if card transaction is performed and will be used to fetch the payment details.
Source:
Returns:
Type
base.Reference

(static) CustomerAssociationRequest#getTokenRequestRef() → {base.Reference}

Get the field value Token UUID needs to be passed if Customer is getting created after the token request or card verification request.
Source:
Returns:
Type
base.Reference

(static) CustomerAssociationRequest#setCustomer(customer)

Set the field value Customer Object which will contain the First Name and the Last Name of the Customer.
Parameters:
Name Type Description
customer customers.Customer
Source:

(static) CustomerAssociationRequest#setPaymentRef(paymentRef)

Set the field value Payment UUID needs to be passed to create the customer if card transaction is performed and will be used to fetch the payment details.
Parameters:
Name Type Description
paymentRef base.Reference
Source:

(static) CustomerAssociationRequest#setTokenRequestRef(tokenRequestRef)

Set the field value Token UUID needs to be passed if Customer is getting created after the token request or card verification request.
Parameters:
Name Type Description
tokenRequestRef base.Reference
Source: