Uses of Class
com.duffel.sdk.model.CreatePaymentIntentRequest
Packages that use CreatePaymentIntentRequest
-
Uses of CreatePaymentIntentRequest in com.duffel.sdk.api
Methods in com.duffel.sdk.api with parameters of type CreatePaymentIntentRequestModifier 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) 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>> PaymentIntentsApi.createPaymentIntentWithHttpInfo(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__.org.springframework.web.reactive.function.client.WebClient.ResponseSpecDuffelPaymentsApi.createPaymentIntentWithResponseSpec(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__.org.springframework.web.reactive.function.client.WebClient.ResponseSpecPaymentIntentsApi.createPaymentIntentWithResponseSpec(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__. -
Uses of CreatePaymentIntentRequest in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return CreatePaymentIntentRequestModifier and TypeMethodDescriptionCreatePaymentIntentRequest.data(CreatePaymentIntentRequestData data)