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