public static class Account.Capabilities extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
Capabilities() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCardIssuing()
The status of the card issuing capability of the account, or whether you can use Issuing to
distribute funds on cards
|
java.lang.String |
getCardPayments()
The status of the card payments capability of the account, or whether the account can
directly process credit and debit card charges.
|
java.lang.String |
getLegacyPayments()
The status of the legacy payments capability of the account.
|
java.lang.String |
getTransfers()
The status of the transfers capability of the account, or whether your platform can transfer
funds to the account.
|
int |
hashCode() |
void |
setCardIssuing(java.lang.String cardIssuing)
The status of the card issuing capability of the account, or whether you can use Issuing to
distribute funds on cards
|
void |
setCardPayments(java.lang.String cardPayments)
The status of the card payments capability of the account, or whether the account can
directly process credit and debit card charges.
|
void |
setLegacyPayments(java.lang.String legacyPayments)
The status of the legacy payments capability of the account.
|
void |
setTransfers(java.lang.String transfers)
The status of the transfers capability of the account, or whether your platform can transfer
funds to the account.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getCardIssuing()
One of active
, inactive
, or pending
.
public java.lang.String getCardPayments()
One of active
, inactive
, or pending
.
public java.lang.String getLegacyPayments()
One of active
, inactive
, or pending
.
public java.lang.String getTransfers()
One of active
, inactive
, or pending
.
public void setCardIssuing(java.lang.String cardIssuing)
One of active
, inactive
, or pending
.
public void setCardPayments(java.lang.String cardPayments)
One of active
, inactive
, or pending
.
public void setLegacyPayments(java.lang.String legacyPayments)
One of active
, inactive
, or pending
.
public void setTransfers(java.lang.String transfers)
One of active
, inactive
, or pending
.
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object