Package com.stripe.model
Class PlatformTaxFee
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PlatformTaxFee
- All Implemented Interfaces:
BalanceTransactionSource
,HasId
,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The Connected account that incurred this charge.getId()
Unique identifier for the object.String representing the object's type.The payment object that caused this tax to be inflicted.getType()
The type of tax (VAT).int
hashCode()
void
setAccount
(String account) The Connected account that incurred this charge.void
Unique identifier for the object.void
String representing the object's type.void
setSourceTransaction
(String sourceTransaction) The payment object that caused this tax to be inflicted.void
The type of tax (VAT).Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.stripe.model.StripeObjectInterface
getLastResponse, setLastResponse
-
Constructor Details
-
PlatformTaxFee
public PlatformTaxFee()
-
-
Method Details
-
getAccount
The Connected account that incurred this charge. -
getObject
String representing the object's type. Objects of the same type share the same value.Equal to
platform_tax_fee
. -
getSourceTransaction
The payment object that caused this tax to be inflicted. -
getType
The type of tax (VAT). -
setAccount
The Connected account that incurred this charge. -
setId
Unique identifier for the object. -
setObject
String representing the object's type. Objects of the same type share the same value.Equal to
platform_tax_fee
. -
setSourceTransaction
The payment object that caused this tax to be inflicted. -
setType
The type of tax (VAT). -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the object.
-