Package com.stripe.model.v2.core
Class Account.Configuration.Merchant.Capabilities.LinkPayments
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Merchant.Capabilities.LinkPayments
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Configuration.Merchant.Capabilities
For more details about LinkPayments, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about StatusDetail, 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 boolean
boolean
Whether the Capability has been requested.The status of the Capability.Additional details regarding the status of the Capability.int
hashCode()
void
setRequested
(Boolean requested) Whether the Capability has been requested.void
The status of the Capability.void
setStatusDetails
(List<Account.Configuration.Merchant.Capabilities.LinkPayments.StatusDetail> statusDetails) Additional details regarding the status of the Capability.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LinkPayments
public LinkPayments()
-
-
Method Details
-
getRequested
Whether the Capability has been requested. -
getStatus
The status of the Capability.One of
active
,pending
,restricted
, orunsupported
. -
getStatusDetails
public List<Account.Configuration.Merchant.Capabilities.LinkPayments.StatusDetail> getStatusDetails()Additional details regarding the status of the Capability.status_details
will be empty if the Capability's status isactive
. -
setRequested
Whether the Capability has been requested. -
setStatus
The status of the Capability.One of
active
,pending
,restricted
, orunsupported
. -
setStatusDetails
public void setStatusDetails(List<Account.Configuration.Merchant.Capabilities.LinkPayments.StatusDetail> statusDetails) Additional details regarding the status of the Capability.status_details
will be empty if the Capability's status isactive
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-