Package io.trippay.sdk.payment.model
Class CreatePaymentIntentResponse
java.lang.Object
io.trippay.sdk.payment.model.CreatePaymentIntentResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-02-23T12:38:48.722044943+07:00[Asia/Bangkok]")
public class CreatePaymentIntentResponse
extends Object
CreatePaymentIntentResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientSecret(String clientSecret) customerIdentifier(String customerIdentifier) ephemeralKey(String ephemeralKey) boolean@NotNull StringStripe's clientSecret.@NotNull StringStripe's customer ID.Stripe's ephemeralKey for an existing user.inthashCode()voidsetClientSecret(String clientSecret) voidsetCustomerIdentifier(String customerIdentifier) voidsetEphemeralKey(String ephemeralKey) toString()
-
Field Details
-
JSON_PROPERTY_CUSTOMER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_CLIENT_SECRET
- See Also:
-
JSON_PROPERTY_EPHEMERAL_KEY
- See Also:
-
-
Constructor Details
-
CreatePaymentIntentResponse
public CreatePaymentIntentResponse()
-
-
Method Details
-
customerIdentifier
-
getCustomerIdentifier
Stripe's customer ID.- Returns:
- customerIdentifier
-
setCustomerIdentifier
-
clientSecret
-
getClientSecret
Stripe's clientSecret.- Returns:
- clientSecret
-
setClientSecret
-
ephemeralKey
-
getEphemeralKey
Stripe's ephemeralKey for an existing user.- Returns:
- ephemeralKey
-
setEphemeralKey
-
equals
-
hashCode
public int hashCode() -
toString
-