Uses of Class
com.duffel.sdk.model.GetPaymentIntentById200Response
Packages that use GetPaymentIntentById200Response
-
Uses of GetPaymentIntentById200Response in com.duffel.sdk.api
Methods in com.duffel.sdk.api that return types with arguments of type GetPaymentIntentById200ResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<GetPaymentIntentById200Response>DuffelPaymentsApi.getPaymentIntentById(String accept, String duffelVersion, String id, String acceptEncoding) Get a single Payment Intent You should use this API to get the complete, up-to-date information about a __Payment Intent__.reactor.core.publisher.Mono<GetPaymentIntentById200Response>PaymentIntentsApi.getPaymentIntentById(String accept, String duffelVersion, String id, String acceptEncoding) Get a single Payment Intent You should use this API to get the complete, up-to-date information about a __Payment Intent__.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetPaymentIntentById200Response>>DuffelPaymentsApi.getPaymentIntentByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetPaymentIntentById200Response>>PaymentIntentsApi.getPaymentIntentByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) -
Uses of GetPaymentIntentById200Response in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return GetPaymentIntentById200Response