Uses of Class
com.blockchyp.client.dto.Customer
Packages that use Customer
-
Uses of Customer in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return CustomerModifier and TypeMethodDescriptionAuthorizationRequest.getCustomer()Gets customer information.AuthorizationResponse.getCustomer()Gets customer data, if any.BalanceResponse.getCustomer()Gets customer data, if any.CaptureResponse.getCustomer()Gets customer data, if any.CustomerResponse.getCustomer()Gets the customer record.EnrollRequest.getCustomer()Gets customer with which the new token should be associated.EnrollResponse.getCustomer()Gets customer data, if any.IPaymentMethodResponse.getCustomer()PaymentLinkRequest.getCustomer()Gets customer information.TransactionStatus.getCustomer()Gets customer data, if any.UpdateCustomerRequest.getCustomer()Gets models a customer update request.VoidResponse.getCustomer()Gets customer data, if any.Methods in com.blockchyp.client.dto that return types with arguments of type CustomerModifier and TypeMethodDescriptionAuthorizationResponse.getCustomers()Gets customer data, if any.BalanceResponse.getCustomers()Gets customer data, if any.CaptureResponse.getCustomers()Gets customer data, if any.CustomerSearchResponse.getCustomers()Gets the customer results matching the search query.CustomerToken.getCustomers()Gets models customer records associated with a payment token.EnrollResponse.getCustomers()Gets customer data, if any.TransactionStatus.getCustomers()Gets customer data, if any.VoidResponse.getCustomers()Gets customer data, if any.Methods in com.blockchyp.client.dto with parameters of type CustomerModifier and TypeMethodDescriptionvoidAuthorizationResponse.addCustomer(Customer value) Adds a customer data, if any.voidBalanceResponse.addCustomer(Customer value) Adds a customer data, if any.voidCaptureResponse.addCustomer(Customer value) Adds a customer data, if any.voidCustomerSearchResponse.addCustomer(Customer value) Adds a the customer results matching the search query.voidCustomerToken.addCustomer(Customer value) Adds a models customer records associated with a payment token.voidEnrollResponse.addCustomer(Customer value) Adds a customer data, if any.voidTransactionStatus.addCustomer(Customer value) Adds a customer data, if any.voidVoidResponse.addCustomer(Customer value) Adds a customer data, if any.voidAuthorizationRequest.setCustomer(Customer value) Sets customer information.voidAuthorizationResponse.setCustomer(Customer value) Sets customer data, if any.voidBalanceResponse.setCustomer(Customer value) Sets customer data, if any.voidCaptureResponse.setCustomer(Customer value) Sets customer data, if any.voidCustomerResponse.setCustomer(Customer value) Sets the customer record.voidEnrollRequest.setCustomer(Customer value) Sets customer with which the new token should be associated.voidEnrollResponse.setCustomer(Customer value) Sets customer data, if any.voidPaymentLinkRequest.setCustomer(Customer value) Sets customer information.voidTransactionStatus.setCustomer(Customer value) Sets customer data, if any.voidUpdateCustomerRequest.setCustomer(Customer value) Sets models a customer update request.voidVoidResponse.setCustomer(Customer value) Sets customer data, if any.Method parameters in com.blockchyp.client.dto with type arguments of type CustomerModifier and TypeMethodDescriptionvoidAuthorizationResponse.setCustomers(Collection<Customer> value) Sets customer data, if any.voidBalanceResponse.setCustomers(Collection<Customer> value) Sets customer data, if any.voidCaptureResponse.setCustomers(Collection<Customer> value) Sets customer data, if any.voidCustomerSearchResponse.setCustomers(Collection<Customer> value) Sets the customer results matching the search query.voidCustomerToken.setCustomers(Collection<Customer> value) Sets models customer records associated with a payment token.voidEnrollResponse.setCustomers(Collection<Customer> value) Sets customer data, if any.voidTransactionStatus.setCustomers(Collection<Customer> value) Sets customer data, if any.voidVoidResponse.setCustomers(Collection<Customer> value) Sets customer data, if any.