Uses of Class
travel.wink.sdk.payment.acquiring.model.CustomerPaymentMethodsResponse
Packages that use CustomerPaymentMethodsResponse
-
Uses of CustomerPaymentMethodsResponse in travel.wink.sdk.payment.acquiring.api
Methods in travel.wink.sdk.payment.acquiring.api that return types with arguments of type CustomerPaymentMethodsResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CustomerPaymentMethodsResponse>StripeApi.showCustomerPaymentMethods(String acquirerId, String accept) List Payment Methods List past payment methods by an existing customer record.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CustomerPaymentMethodsResponse>>StripeApi.showCustomerPaymentMethodsWithHttpInfo(String acquirerId, String accept) -
Uses of CustomerPaymentMethodsResponse in travel.wink.sdk.payment.acquiring.model
Methods in travel.wink.sdk.payment.acquiring.model that return CustomerPaymentMethodsResponseModifier and TypeMethodDescriptionCustomerPaymentMethodsResponse._list(List<CustomerPaymentMethod> _list) CustomerPaymentMethodsResponse.addListItem(CustomerPaymentMethod _listItem) CustomerPaymentMethodsResponse.customerIdentifier(String customerIdentifier)