Uses of Class
com.blockchyp.client.dto.CustomerToken
Packages that use CustomerToken
-
Uses of CustomerToken in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return CustomerTokenModifier and TypeMethodDescriptionTokenMetadataResponse.getToken()Gets the token metadata for a given query.Methods in com.blockchyp.client.dto that return types with arguments of type CustomerTokenModifier and TypeMethodDescriptionCustomer.getPaymentMethods()Gets model saved payment methods associated with a customer.Methods in com.blockchyp.client.dto with parameters of type CustomerTokenModifier and TypeMethodDescriptionvoidCustomer.addPaymentMethod(CustomerToken value) Adds a model saved payment methods associated with a customer.voidTokenMetadataResponse.setToken(CustomerToken value) Sets the token metadata for a given query.Method parameters in com.blockchyp.client.dto with type arguments of type CustomerTokenModifier and TypeMethodDescriptionvoidCustomer.setPaymentMethods(Collection<CustomerToken> value) Sets model saved payment methods associated with a customer.