Uses of Class
io.trippay.sdk.payment.model.CreateIssuingCardEphemeralKeyRequest
Packages that use CreateIssuingCardEphemeralKeyRequest
-
Uses of CreateIssuingCardEphemeralKeyRequest in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api with parameters of type CreateIssuingCardEphemeralKeyRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CreateIssuingCardEphemeralKeyResponse> PayoutApi.createEphemeralKey(CreateIssuingCardEphemeralKeyRequest createIssuingCardEphemeralKeyRequest, String winkVersion) Create Stripe ephemeral key Ephemeral keys are required to do display an issuing card to the user, among other things.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateIssuingCardEphemeralKeyResponse>> PayoutApi.createEphemeralKeyWithHttpInfo(CreateIssuingCardEphemeralKeyRequest createIssuingCardEphemeralKeyRequest, String winkVersion) Create Stripe ephemeral key Ephemeral keys are required to do display an issuing card to the user, among other things.org.springframework.web.reactive.function.client.WebClient.ResponseSpecPayoutApi.createEphemeralKeyWithResponseSpec(CreateIssuingCardEphemeralKeyRequest createIssuingCardEphemeralKeyRequest, String winkVersion) Create Stripe ephemeral key Ephemeral keys are required to do display an issuing card to the user, among other things. -
Uses of CreateIssuingCardEphemeralKeyRequest in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return CreateIssuingCardEphemeralKeyRequestModifier and TypeMethodDescriptionCreateIssuingCardEphemeralKeyRequest.issuingCard(String issuingCard) CreateIssuingCardEphemeralKeyRequest.vendorIdentifier(String vendorIdentifier)