Package com.stripe.model
Class Account.Groups
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Groups
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
For more details about Groups, 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
The group the account is in to determine their payments pricing, and null if the account is on customized pricing.int
hashCode()
void
setPaymentsPricing
(String paymentsPricing) The group the account is in to determine their payments pricing, and null if the account is on customized pricing.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Groups
public Groups()
-
-
Method Details
-
getPaymentsPricing
The group the account is in to determine their payments pricing, and null if the account is on customized pricing. See the Platform pricing tool documentation for details. -
setPaymentsPricing
The group the account is in to determine their payments pricing, and null if the account is on customized pricing. See the Platform pricing tool documentation for details. -
equals
-
canEqual
-
hashCode
public int hashCode()
-