Class CreateNewCustomerStripePaymentIntentResponse
java.lang.Object
travel.wink.sdk.payment.acquiring.model.CreateNewCustomerStripePaymentIntentResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-07-01T17:01:32.974501+07:00[Asia/Bangkok]")
public class CreateNewCustomerStripePaymentIntentResponse
extends Object
CreateNewCustomerStripePaymentIntentResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientSecret(String clientSecret) customerIdentifier(String customerIdentifier) boolean@NotNull StringGet clientSecret@NotNull StringGet customerIdentifierinthashCode()voidsetClientSecret(String clientSecret) voidsetCustomerIdentifier(String customerIdentifier) toString()
-
Field Details
-
JSON_PROPERTY_CUSTOMER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_CLIENT_SECRET
- See Also:
-
-
Constructor Details
-
CreateNewCustomerStripePaymentIntentResponse
public CreateNewCustomerStripePaymentIntentResponse()
-
-
Method Details
-
customerIdentifier
-
getCustomerIdentifier
Get customerIdentifier- Returns:
- customerIdentifier
-
setCustomerIdentifier
-
clientSecret
-
getClientSecret
Get clientSecret- Returns:
- clientSecret
-
setClientSecret
-
equals
-
hashCode
public int hashCode() -
toString
-