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