Package com.stripe.model
Class Account.Controller.Fees
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Controller.Fees
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Controller
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getPayer()
A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account.int
hashCode()
void
A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Fees
public Fees()
-
-
Method Details
-
getPayer
A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account. Learn more about fee behavior on connected accounts.One of
account
,application
,application_custom
, orapplication_express
. -
setPayer
A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account. Learn more about fee behavior on connected accounts.One of
account
,application
,application_custom
, orapplication_express
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-