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 Summary
Nested 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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier 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.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaymentMethodPreview
public PaymentMethodPreview()
-
-
Method Details
-
getBillingDetails
The billing details of the payment method. -
getCard
The card details of the payment method. -
getType
The type of the payment method. -
setBillingDetails
The billing details of the payment method. -
setCard
The card details of the payment method. -
setType
The type of the payment method. -
equals
-
canEqual
-
hashCode
public int hashCode()
-