Package io.trippay.sdk.payment.model
Class CreatePaymentIntentRequest
java.lang.Object
io.trippay.sdk.payment.model.CreatePaymentIntentRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-07-31T08:59:00.067927603+07:00[Asia/Bangkok]")
public class CreatePaymentIntentRequest
extends Object
CreatePaymentIntentRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacquirerIdentifier(String acquirerIdentifier) charge(CustomMonetaryAmount charge) customerIdentifier(String customerIdentifier) description(String description) boolean@NotNull StringWhich coverage area is Stripe customer occurring in.@NotNull @Valid CustomMonetaryAmountGet chargeOptional Stripe customer identifier.@NotNull StringDetails of the booking@NotNull StringgetName()Name of hotelinthashCode()voidsetAcquirerIdentifier(String acquirerIdentifier) voidsetCharge(CustomMonetaryAmount charge) voidsetCustomerIdentifier(String customerIdentifier) voidsetDescription(String description) voidtoString()
-
Field Details
-
JSON_PROPERTY_ACQUIRER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_CHARGE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_CUSTOMER_IDENTIFIER
- See Also:
-
-
Constructor Details
-
CreatePaymentIntentRequest
public CreatePaymentIntentRequest()
-
-
Method Details
-
acquirerIdentifier
-
getAcquirerIdentifier
Which coverage area is Stripe customer occurring in.- Returns:
- acquirerIdentifier
-
setAcquirerIdentifier
-
charge
-
getCharge
Get charge- Returns:
- charge
-
setCharge
-
name
-
getName
Name of hotel- Returns:
- name
-
setName
-
description
-
getDescription
Details of the booking- Returns:
- description
-
setDescription
-
customerIdentifier
-
getCustomerIdentifier
Optional Stripe customer identifier.- Returns:
- customerIdentifier
-
setCustomerIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-