Package com.stripe.model
Class PaymentMethodDomain.Paypal
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethodDomain.Paypal
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- PaymentMethodDomain
Indicates the status of a specific payment method on a payment method domain.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classContains additional details about the status of a payment method for a specific payment method domain.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe status of the payment method on the domain.Contains additional details about the status of a payment method for a specific payment method domain.inthashCode()voidThe status of the payment method on the domain.voidsetStatusDetails(PaymentMethodDomain.Paypal.StatusDetails statusDetails) Contains additional details about the status of a payment method for a specific payment method domain.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Paypalpublic Paypal()
 
- 
- 
Method Details- 
getStatusThe status of the payment method on the domain.One of active, orinactive.
- 
getStatusDetailsContains additional details about the status of a payment method for a specific payment method domain.
- 
setStatusThe status of the payment method on the domain.One of active, orinactive.
- 
setStatusDetailsContains additional details about the status of a payment method for a specific payment method domain.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-