Uses of Class
com.duffel.sdk.model.CreatePaymentIntent201Response
Packages that use CreatePaymentIntent201Response
-
Uses of CreatePaymentIntent201Response in com.duffel.sdk.api
Methods in com.duffel.sdk.api that return types with arguments of type CreatePaymentIntent201ResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CreatePaymentIntent201Response>DuffelPaymentsApi.createPaymentIntent(String accept, String duffelVersion, CreatePaymentIntentRequest createPaymentIntentRequest, String acceptEncoding, String contentType) Create a Payment Intent To begin the process of collecting a card payment from your customer, you need to create a __Payment Intent__.reactor.core.publisher.Mono<CreatePaymentIntent201Response>PaymentIntentsApi.createPaymentIntent(String accept, String duffelVersion, CreatePaymentIntentRequest createPaymentIntentRequest, String acceptEncoding, String contentType) Create a Payment Intent To begin the process of collecting a card payment from your customer, you need to create a __Payment Intent__.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreatePaymentIntent201Response>>DuffelPaymentsApi.createPaymentIntentWithHttpInfo(String accept, String duffelVersion, CreatePaymentIntentRequest createPaymentIntentRequest, String acceptEncoding, String contentType) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreatePaymentIntent201Response>>PaymentIntentsApi.createPaymentIntentWithHttpInfo(String accept, String duffelVersion, CreatePaymentIntentRequest createPaymentIntentRequest, String acceptEncoding, String contentType) -
Uses of CreatePaymentIntent201Response in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return CreatePaymentIntent201Response