Uses of Class
travel.wink.sdk.payment.acquiring.model.CreatePaymentIntentRequest
Packages that use CreatePaymentIntentRequest
-
Uses of CreatePaymentIntentRequest in travel.wink.sdk.payment.acquiring.api
Methods in travel.wink.sdk.payment.acquiring.api with parameters of type CreatePaymentIntentRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CreatePaymentIntentResponse>StripeApi.createPaymentIntent(CreatePaymentIntentRequest createPaymentIntentRequest) Create Stripe Payment Intent Creates a Stripe PaymentIntent and creates a new customer for that intent.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreatePaymentIntentResponse>>StripeApi.createPaymentIntentWithHttpInfo(CreatePaymentIntentRequest createPaymentIntentRequest) -
Uses of CreatePaymentIntentRequest in travel.wink.sdk.payment.acquiring.model
Methods in travel.wink.sdk.payment.acquiring.model that return CreatePaymentIntentRequestModifier and TypeMethodDescriptionCreatePaymentIntentRequest.acquirerIdentifier(String acquirerIdentifier) CreatePaymentIntentRequest.customerIdentifier(String customerIdentifier) CreatePaymentIntentRequest.description(String description)