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