Package com.stripe.model.checkout
Class Session.PaymentMethodConfigurationDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.PaymentMethodConfigurationDetails
- All Implemented Interfaces:
HasId
,StripeObjectInterface
- Enclosing class:
- Session
How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentMethodConfigurationDetails
public PaymentMethodConfigurationDetails()
-
-
Method Details
-
getParent
ID of the parent payment method configuration used. -
setId
ID of the payment method configuration used. -
setParent
ID of the parent payment method configuration used. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
ID of the payment method configuration used.
-