Class CreateStripeSaleRequest
java.lang.Object
travel.wink.sdk.payment.acquiring.model.CreateStripeSaleRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-28T12:06:58.738296+07:00[Asia/Bangkok]")
public class CreateStripeSaleRequest
extends Object
CreateStripeSaleRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacquirerIdentifier(String acquirerIdentifier) cardholder(StripeCardholder cardholder) contract(RawSupplierContract contract) displayCurrency(String displayCurrency) boolean@NotNull StringStripe's acquirer coverage record@NotNull StringAPI key for the integrating account making the call@NotNull @Valid StripeCardholderGet cardholder@NotNull @Valid RawSupplierContractGet contract@NotNull StringThe desired quote@NotNull StringWhere did the booking occur@NotNull StringVendor, like Stripe, will create a customer identifier to refer to this customer on their end.@NotNull StringReference to payment intent that charged the card.@NotNull StringReference to payment method that was used to pay.Integrator can choose to include a unique identifier to help identify the collection of bookingsinthashCode()voidsetAcquirerIdentifier(String acquirerIdentifier) voidvoidsetCardholder(StripeCardholder cardholder) voidsetContract(RawSupplierContract contract) voidsetDisplayCurrency(String displayCurrency) voidsetSourceUrl(String sourceUrl) voidsetStripeCustomerIdentifier(String stripeCustomerIdentifier) voidsetStripePaymentIntentIdentifier(String stripePaymentIntentIdentifier) voidsetStripePaymentMethodIdentifier(String stripePaymentMethodIdentifier) voidsetTraceId(String traceId) stripeCustomerIdentifier(String stripeCustomerIdentifier) stripePaymentIntentIdentifier(String stripePaymentIntentIdentifier) stripePaymentMethodIdentifier(String stripePaymentMethodIdentifier) toString()
-
Field Details
-
JSON_PROPERTY_ACQUIRER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_API_KEY
- See Also:
-
JSON_PROPERTY_DISPLAY_CURRENCY
- See Also:
-
JSON_PROPERTY_SOURCE_URL
- See Also:
-
JSON_PROPERTY_TRACE_ID
- See Also:
-
JSON_PROPERTY_CONTRACT
- See Also:
-
JSON_PROPERTY_CARDHOLDER
- See Also:
-
JSON_PROPERTY_STRIPE_CUSTOMER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_STRIPE_PAYMENT_METHOD_IDENTIFIER
- See Also:
-
JSON_PROPERTY_STRIPE_PAYMENT_INTENT_IDENTIFIER
- See Also:
-
-
Constructor Details
-
CreateStripeSaleRequest
public CreateStripeSaleRequest()
-
-
Method Details
-
acquirerIdentifier
-
getAcquirerIdentifier
Stripe's acquirer coverage record- Returns:
- acquirerIdentifier
-
setAcquirerIdentifier
-
apiKey
-
getApiKey
API key for the integrating account making the call- Returns:
- apiKey
-
setApiKey
-
displayCurrency
-
getDisplayCurrency
The desired quote- Returns:
- displayCurrency
-
setDisplayCurrency
-
sourceUrl
-
getSourceUrl
Where did the booking occur- Returns:
- sourceUrl
-
setSourceUrl
-
traceId
-
getTraceId
Integrator can choose to include a unique identifier to help identify the collection of bookings- Returns:
- traceId
-
setTraceId
-
contract
-
getContract
Get contract- Returns:
- contract
-
setContract
-
cardholder
-
getCardholder
Get cardholder- Returns:
- cardholder
-
setCardholder
-
stripeCustomerIdentifier
-
getStripeCustomerIdentifier
Vendor, like Stripe, will create a customer identifier to refer to this customer on their end.- Returns:
- stripeCustomerIdentifier
-
setStripeCustomerIdentifier
-
stripePaymentMethodIdentifier
-
getStripePaymentMethodIdentifier
Reference to payment method that was used to pay. Can be re-used to make an offline payment.- Returns:
- stripePaymentMethodIdentifier
-
setStripePaymentMethodIdentifier
-
stripePaymentIntentIdentifier
-
getStripePaymentIntentIdentifier
Reference to payment intent that charged the card.- Returns:
- stripePaymentIntentIdentifier
-
setStripePaymentIntentIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-