Uses of Class
travel.wink.sdk.payment.acquiring.model.CreateNewCustomerStripePaymentIntentResponse
Packages that use CreateNewCustomerStripePaymentIntentResponse
-
Uses of CreateNewCustomerStripePaymentIntentResponse in travel.wink.sdk.payment.acquiring.api
Methods in travel.wink.sdk.payment.acquiring.api that return types with arguments of type CreateNewCustomerStripePaymentIntentResponseModifier 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 CreateNewCustomerStripePaymentIntentResponse in travel.wink.sdk.payment.acquiring.model
Methods in travel.wink.sdk.payment.acquiring.model that return CreateNewCustomerStripePaymentIntentResponseModifier and TypeMethodDescriptionCreateNewCustomerStripePaymentIntentResponse.clientSecret(String clientSecret) CreateNewCustomerStripePaymentIntentResponse.customerIdentifier(String customerIdentifier)