Class RequestedSession.PaymentMethodPreview
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.delegatedcheckout.RequestedSession.PaymentMethodPreview
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- RequestedSession
For more details about PaymentMethodPreview, please refer to the API Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about BillingDetails, please refer to the API Reference.static classFor more details about Card, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe billing details of the payment method.getCard()The card details of the payment method.getType()The type of the payment method.inthashCode()voidThe billing details of the payment method.voidThe card details of the payment method.voidThe type of the payment method.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
PaymentMethodPreviewpublic PaymentMethodPreview()
 
- 
- 
Method Details- 
getBillingDetailsThe billing details of the payment method.
- 
getCardThe card details of the payment method.
- 
getTypeThe type of the payment method.
- 
setBillingDetailsThe billing details of the payment method.
- 
setCardThe card details of the payment method.
- 
setTypeThe type of the payment method.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-