Package com.stripe.model
Class ApplicationFee.FundingSource
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ApplicationFee.FundingSource
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ApplicationFee
For more details about FundingSource, 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 booleanbooleanThe invoice ID associated with this funding source, if applicable.getType()The type of funding source.inthashCode()voidsetInvoice(String invoice) The invoice ID associated with this funding source, if applicable.voidThe type of funding source.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FundingSource
public FundingSource()
-
-
Method Details
-
getInvoice
The invoice ID associated with this funding source, if applicable. -
getType
The type of funding source. -
setInvoice
The invoice ID associated with this funding source, if applicable. -
setType
The type of funding source. -
equals
-
canEqual
-
hashCode
public int hashCode()
-