Package com.stripe.model
Class Account.Capabilities
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Account.Capabilities
-
- Enclosing class:
- Account
public static class Account.Capabilities extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Capabilities()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
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
getPlatformPayments()
The status of the platform payments capability of the account, or whether your platform can process charges on behalf of the account.int
hashCode()
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
setPlatformPayments(java.lang.String platformPayments)
The status of the platform payments capability of the account, or whether your platform can process charges on behalf of the account.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getCardPayments
public 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.
-
getLegacyPayments
public java.lang.String getLegacyPayments()
The status of the legacy payments capability of the account.
-
getPlatformPayments
public java.lang.String getPlatformPayments()
The status of the platform payments capability of the account, or whether your platform can process charges on behalf of the account.
-
setCardPayments
public 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.
-
setLegacyPayments
public void setLegacyPayments(java.lang.String legacyPayments)
The status of the legacy payments capability of the account.
-
setPlatformPayments
public void setPlatformPayments(java.lang.String platformPayments)
The status of the platform payments capability of the account, or whether your platform can process charges on behalf of the account.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-