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 |
getAuBecsDebitPayments()
The status of the BECS Direct Debit (AU) payments capability of the account, or whether the
account can directly process BECS Direct Debit (AU) charges.
|
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 |
getJcbPayments()
The status of the JCB payments capability of the account, or whether the account (Japan only)
can directly process JCB credit card charges in JPY currency.
|
java.lang.String |
getLegacyPayments()
The status of the legacy payments capability of the account.
|
java.lang.String |
getTaxReportingUs1099K()
The status of the tax reporting 1099-K (US) capability of the account.
|
java.lang.String |
getTaxReportingUs1099Misc()
The status of the tax reporting 1099-MISC (US) 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 |
setAuBecsDebitPayments(java.lang.String auBecsDebitPayments)
The status of the BECS Direct Debit (AU) payments capability of the account, or whether the
account can directly process BECS Direct Debit (AU) charges.
|
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 |
setJcbPayments(java.lang.String jcbPayments)
The status of the JCB payments capability of the account, or whether the account (Japan only)
can directly process JCB credit card charges in JPY currency.
|
void |
setLegacyPayments(java.lang.String legacyPayments)
The status of the legacy payments capability of the account.
|
void |
setTaxReportingUs1099K(java.lang.String taxReportingUs1099K)
The status of the tax reporting 1099-K (US) capability of the account.
|
void |
setTaxReportingUs1099Misc(java.lang.String taxReportingUs1099Misc)
The status of the tax reporting 1099-MISC (US) 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 getAuBecsDebitPayments()
One of active
, inactive
, or pending
.
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 getJcbPayments()
One of active
, inactive
, or pending
.
public java.lang.String getLegacyPayments()
One of active
, inactive
, or pending
.
public java.lang.String getTaxReportingUs1099K()
One of active
, inactive
, or pending
.
public java.lang.String getTaxReportingUs1099Misc()
One of active
, inactive
, or pending
.
public java.lang.String getTransfers()
One of active
, inactive
, or pending
.
public void setAuBecsDebitPayments(java.lang.String auBecsDebitPayments)
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 setJcbPayments(java.lang.String jcbPayments)
One of active
, inactive
, or pending
.
public void setLegacyPayments(java.lang.String legacyPayments)
One of active
, inactive
, or pending
.
public void setTaxReportingUs1099K(java.lang.String taxReportingUs1099K)
One of active
, inactive
, or pending
.
public void setTaxReportingUs1099Misc(java.lang.String taxReportingUs1099Misc)
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