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 customer information.
|
Modifier and Type | Method and Description |
---|---|
Collection<Customer> |
VoidResponse.getCustomers()
Gets customer data, if any.
|
Collection<Customer> |
TransactionStatus.getCustomers()
Gets customer data, if any.
|
Collection<Customer> |
EnrollResponse.getCustomers()
Gets customer data, if any.
|
Collection<Customer> |
CustomerToken.getCustomers()
Gets models customer records associated with a payment token.
|
Collection<Customer> |
CustomerSearchResponse.getCustomers()
Gets the customer results matching the search query.
|
Collection<Customer> |
CaptureResponse.getCustomers()
Gets customer data, if any.
|
Collection<Customer> |
BalanceResponse.getCustomers()
Gets customer data, if any.
|
Collection<Customer> |
AuthorizationResponse.getCustomers()
Gets customer data, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
VoidResponse.addCustomer(Customer value)
Adds a customer data, if any.
|
void |
TransactionStatus.addCustomer(Customer value)
Adds a customer data, if any.
|
void |
EnrollResponse.addCustomer(Customer value)
Adds a customer data, if any.
|
void |
CustomerToken.addCustomer(Customer value)
Adds a models customer records associated with a payment token.
|
void |
CustomerSearchResponse.addCustomer(Customer value)
Adds a the customer results matching the search query.
|
void |
CaptureResponse.addCustomer(Customer value)
Adds a customer data, if any.
|
void |
BalanceResponse.addCustomer(Customer value)
Adds a customer data, if any.
|
void |
AuthorizationResponse.addCustomer(Customer value)
Adds a customer data, if any.
|
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 customer information.
|
Modifier and Type | Method and Description |
---|---|
void |
VoidResponse.setCustomers(Collection<Customer> value)
Sets customer data, if any.
|
void |
TransactionStatus.setCustomers(Collection<Customer> value)
Sets customer data, if any.
|
void |
EnrollResponse.setCustomers(Collection<Customer> value)
Sets customer data, if any.
|
void |
CustomerToken.setCustomers(Collection<Customer> value)
Sets models customer records associated with a payment token.
|
void |
CustomerSearchResponse.setCustomers(Collection<Customer> value)
Sets the customer results matching the search query.
|
void |
CaptureResponse.setCustomers(Collection<Customer> value)
Sets customer data, if any.
|
void |
BalanceResponse.setCustomers(Collection<Customer> value)
Sets customer data, if any.
|
void |
AuthorizationResponse.setCustomers(Collection<Customer> value)
Sets customer data, if any.
|
Copyright © 2022 BlockChyp, Inc.. All rights reserved.