new CustomerAssociationRequest()
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.
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.
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.
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 |
(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 |
(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 |