Package com.stripe.model
Class PaymentIntent.PaymentDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent
For more details about PaymentDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about CarRental, please refer to the API Reference.static class
For more details about EventDetails, please refer to the API Reference.static class
For more details about Subscription, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Some customers might be required by their company or organization to provide this information.A unique value assigned by the business to identify the transaction.int
hashCode()
void
void
setCustomerReference
(String customerReference) Some customers might be required by their company or organization to provide this information.void
setEventDetails
(PaymentIntent.PaymentDetails.EventDetails eventDetails) void
setOrderReference
(String orderReference) A unique value assigned by the business to identify the transaction.void
setSubscription
(PaymentIntent.PaymentDetails.Subscription subscription) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentDetails
public PaymentDetails()
-
-
Method Details
-
getCarRental
-
getCustomerReference
Some customers might be required by their company or organization to provide this information. If so, provide this value. Otherwise you can ignore this field. -
getEventDetails
-
getOrderReference
A unique value assigned by the business to identify the transaction. -
getSubscription
-
setCarRental
-
setCustomerReference
Some customers might be required by their company or organization to provide this information. If so, provide this value. Otherwise you can ignore this field. -
setEventDetails
-
setOrderReference
A unique value assigned by the business to identify the transaction. -
setSubscription
-
equals
-
canEqual
-
hashCode
public int hashCode()
-