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) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreatePaymentIntent201Response>>PaymentIntentsApi.createPaymentIntentWithHttpInfo(String accept, String duffelVersion, CreatePaymentIntentRequest createPaymentIntentRequest, String acceptEncoding, String contentType) -
Uses of CreatePaymentIntentRequest in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return CreatePaymentIntentRequestModifier and TypeMethodDescriptionCreatePaymentIntentRequest.data(CreatePaymentIntentRequestData data)