Uses of Class
io.trippay.sdk.payment.acquiring.model.CustomerPaymentMethod
Packages that use CustomerPaymentMethod
-
Uses of CustomerPaymentMethod in io.trippay.sdk.payment.acquiring.model
Methods in io.trippay.sdk.payment.acquiring.model that return CustomerPaymentMethodModifier and TypeMethodDescriptionCustomerPaymentMethod.expirationDate(String expirationDate) CustomerPaymentMethod.nameOnCard(String nameOnCard) CustomerPaymentMethod.paymentMethodId(String paymentMethodId) Methods in io.trippay.sdk.payment.acquiring.model that return types with arguments of type CustomerPaymentMethodModifier and TypeMethodDescription@Valid List<CustomerPaymentMethod>CustomerPaymentMethodsResponse.getList()Existing customer payment methodsMethods in io.trippay.sdk.payment.acquiring.model with parameters of type CustomerPaymentMethodModifier and TypeMethodDescriptionCustomerPaymentMethodsResponse.addListItem(CustomerPaymentMethod _listItem) Method parameters in io.trippay.sdk.payment.acquiring.model with type arguments of type CustomerPaymentMethodModifier and TypeMethodDescriptionCustomerPaymentMethodsResponse._list(List<CustomerPaymentMethod> _list) voidCustomerPaymentMethodsResponse.setList(List<CustomerPaymentMethod> _list)