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="2023-05-12T17:59:21.291736784+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) 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
-
CreatePaymentIntentResponse
public CreatePaymentIntentResponse()
-
-
Method Details
-
customerIdentifier
-
getCustomerIdentifier
Get customerIdentifier- Returns:
- customerIdentifier
-
setCustomerIdentifier
-
clientSecret
-
getClientSecret
Get clientSecret- Returns:
- clientSecret
-
setClientSecret
-
equals
-
hashCode
public int hashCode() -
toString
-