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 classFor more details about Benefit, please refer to the API Reference.static classFor more details about CarRental, please refer to the API Reference.static classFor more details about EventDetails, please refer to the API Reference.static classFor 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 booleanbooleanSome customers might be required by their company or organization to provide this information.A unique value assigned by the business to identify the transaction.inthashCode()voidvoidvoidsetCustomerReference(String customerReference) Some customers might be required by their company or organization to provide this information.voidsetEventDetails(PaymentIntent.PaymentDetails.EventDetails eventDetails) voidsetOrderReference(String orderReference) A unique value assigned by the business to identify the transaction.voidsetSubscription(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
-
getBenefit
-
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
-
setBenefit
-
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()
-