Package com.stripe.model
Class Invoice.Issuer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.Issuer
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Invoice
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Get ID of expandableaccount
object.Get expandedaccount
.getType()
Type of the account referenced.int
hashCode()
void
setAccount
(String id) void
setAccountObject
(Account expandableObject) void
Type of the account referenced.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Issuer
public Issuer()
-
-
Method Details
-
getAccount
Get ID of expandableaccount
object. -
setAccount
-
getAccountObject
Get expandedaccount
. -
setAccountObject
-
getType
Type of the account referenced.One of
account
, orself
. -
setType
Type of the account referenced.One of
account
, orself
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-