public class PlatformTaxFee extends StripeObject implements BalanceTransactionSource
PRETTY_PRINT_GSON
Constructor and Description |
---|
PlatformTaxFee() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAccount()
The Connected account that incurred this charge.
|
java.lang.String |
getId()
Unique identifier for the object.
|
java.lang.String |
getObject()
String representing the object's type.
|
java.lang.String |
getSourceTransaction()
The payment object that caused this tax to be inflicted.
|
java.lang.String |
getType()
The type of tax (VAT).
|
int |
hashCode() |
void |
setAccount(java.lang.String account)
The Connected account that incurred this charge.
|
void |
setId(java.lang.String id)
Unique identifier for the object.
|
void |
setObject(java.lang.String object)
String representing the object's type.
|
void |
setSourceTransaction(java.lang.String sourceTransaction)
The payment object that caused this tax to be inflicted.
|
void |
setType(java.lang.String type)
The type of tax (VAT).
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getAccount()
public java.lang.String getObject()
public java.lang.String getSourceTransaction()
public java.lang.String getType()
public void setAccount(java.lang.String account)
public void setId(java.lang.String id)
public void setObject(java.lang.String object)
public void setSourceTransaction(java.lang.String sourceTransaction)
public void setType(java.lang.String type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object