Package com.stripe.model
Class ApplicationFee.FeeSource
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ApplicationFee.FeeSource
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ApplicationFee
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Charge ID that created this application fee.Payout ID that created this application fee.getType()
Type of object that created the application fee, eithercharge
orpayout
.int
hashCode()
void
Charge ID that created this application fee.void
Payout ID that created this application fee.void
Type of object that created the application fee, eithercharge
orpayout
.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FeeSource
public FeeSource()
-
-
Method Details
-
getCharge
Charge ID that created this application fee. -
getPayout
Payout ID that created this application fee. -
getType
Type of object that created the application fee, eithercharge
orpayout
.One of
charge
, orpayout
. -
setCharge
Charge ID that created this application fee. -
setPayout
Payout ID that created this application fee. -
setType
Type of object that created the application fee, eithercharge
orpayout
.One of
charge
, orpayout
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-