Package com.stripe.model
Class Account.Controller.Losses
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Controller.Losses
- 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
A value indicating who is liable when this account can't pay back negative balances from payments.int
hashCode()
void
setPayments
(String payments) A value indicating who is liable when this account can't pay back negative balances from payments.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Losses
public Losses()
-
-
Method Details
-
getPayments
A value indicating who is liable when this account can't pay back negative balances from payments.One of
application
, orstripe
. -
setPayments
A value indicating who is liable when this account can't pay back negative balances from payments.One of
application
, orstripe
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-