Package com.stripe.model
Class PaymentMethodDomain.Link
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethodDomain.Link
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethodDomain
Indicates the status of a specific payment method on a payment method domain.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Contains additional details about the status of a payment method for a specific payment method domain. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The status of the payment method on the domain.Contains additional details about the status of a payment method for a specific payment method domain.int
hashCode()
void
The status of the payment method on the domain.void
setStatusDetails
(PaymentMethodDomain.Link.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.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Link
public Link()
-
-
Method Details
-
getStatus
The status of the payment method on the domain.One of
active
, orinactive
. -
getStatusDetails
Contains additional details about the status of a payment method for a specific payment method domain. -
setStatus
The status of the payment method on the domain.One of
active
, orinactive
. -
setStatusDetails
Contains additional details about the status of a payment method for a specific payment method domain. -
equals
-
canEqual
-
hashCode
public int hashCode()
-