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 |
getBacsDebitPayments()
The status of the Bacs Direct Debits payments capability of the account, or whether the
account can directly process Bacs Direct Debits 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 |
getCartesBancairesPayments()
The status of the Cartes Bancaires payments capability of the account, or whether the account
can directly process Cartes Bancaires card charges in EUR currency.
|
java.lang.String |
getFpxPayments()
The status of the FPX payments capability of the account, or whether the account can directly
process FPX 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 |
setBacsDebitPayments(java.lang.String bacsDebitPayments)
The status of the Bacs Direct Debits payments capability of the account, or whether the
account can directly process Bacs Direct Debits 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 |
setCartesBancairesPayments(java.lang.String cartesBancairesPayments)
The status of the Cartes Bancaires payments capability of the account, or whether the account
can directly process Cartes Bancaires card charges in EUR currency.
|
void |
setFpxPayments(java.lang.String fpxPayments)
The status of the FPX payments capability of the account, or whether the account can directly
process FPX 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, toStringpublic java.lang.String getAuBecsDebitPayments()
One of active, inactive, or pending.
public java.lang.String getBacsDebitPayments()
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 getCartesBancairesPayments()
One of active, inactive, or pending.
public java.lang.String getFpxPayments()
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 setBacsDebitPayments(java.lang.String bacsDebitPayments)
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 setCartesBancairesPayments(java.lang.String cartesBancairesPayments)
One of active, inactive, or pending.
public void setFpxPayments(java.lang.String fpxPayments)
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.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object