| Package | Description |
|---|---|
| com.blockchyp.client.dto |
| Modifier and Type | Method and Description |
|---|---|
Customer |
VoidResponse.getCustomer()
Gets customer data, if any.
|
Customer |
UpdateCustomerRequest.getCustomer()
Gets models a customer update request.
|
Customer |
TransactionStatus.getCustomer()
Gets customer data, if any.
|
Customer |
PaymentLinkRequest.getCustomer()
Gets customer information.
|
Customer |
IPaymentMethodResponse.getCustomer() |
Customer |
EnrollResponse.getCustomer()
Gets customer data, if any.
|
Customer |
EnrollRequest.getCustomer()
Gets customer with which the new token should be associated.
|
Customer |
CustomerResponse.getCustomer()
Gets the customer record.
|
Customer |
CaptureResponse.getCustomer()
Gets customer data, if any.
|
Customer |
BalanceResponse.getCustomer()
Gets customer data, if any.
|
Customer |
AuthorizationResponse.getCustomer()
Gets customer data, if any.
|
Customer |
AuthorizationRequest.getCustomer()
Gets suggested receipt fields.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Customer> |
CustomerSearchResponse.getCustomers()
Gets the customer results matching the search query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerSearchResponse.addCustomer(Customer value)
Adds a the customer results matching the search query.
|
void |
VoidResponse.setCustomer(Customer value)
Sets customer data, if any.
|
void |
UpdateCustomerRequest.setCustomer(Customer value)
Sets models a customer update request.
|
void |
TransactionStatus.setCustomer(Customer value)
Sets customer data, if any.
|
void |
PaymentLinkRequest.setCustomer(Customer value)
Sets customer information.
|
void |
EnrollResponse.setCustomer(Customer value)
Sets customer data, if any.
|
void |
EnrollRequest.setCustomer(Customer value)
Sets customer with which the new token should be associated.
|
void |
CustomerResponse.setCustomer(Customer value)
Sets the customer record.
|
void |
CaptureResponse.setCustomer(Customer value)
Sets customer data, if any.
|
void |
BalanceResponse.setCustomer(Customer value)
Sets customer data, if any.
|
void |
AuthorizationResponse.setCustomer(Customer value)
Sets customer data, if any.
|
void |
AuthorizationRequest.setCustomer(Customer value)
Sets suggested receipt fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerSearchResponse.setCustomers(Collection<Customer> value)
Sets the customer results matching the search query.
|
Copyright © 2021 BlockChyp, Inc.. All rights reserved.