Uses of Class
io.trippay.sdk.payment.model.CreatePaymentIntentResponse
Packages that use CreatePaymentIntentResponse
-
Uses of CreatePaymentIntentResponse in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api that return types with arguments of type CreatePaymentIntentResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CreatePaymentIntentResponse>StripeApi.createPaymentIntent(CreatePaymentIntentRequest createPaymentIntentRequest, String winkVersion) 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, String winkVersion) -
Uses of CreatePaymentIntentResponse in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return CreatePaymentIntentResponseModifier and TypeMethodDescriptionCreatePaymentIntentResponse.clientSecret(String clientSecret) CreatePaymentIntentResponse.customerIdentifier(String customerIdentifier)