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