Package com.stripe.model
Class FeeRefund
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.net.ApiResource
-
- com.stripe.model.FeeRefund
-
- All Implemented Interfaces:
BalanceTransactionSource
,HasId
,MetadataStore<FeeRefund>
,StripeObjectInterface
public class FeeRefund extends ApiResource implements MetadataStore<FeeRefund>, BalanceTransactionSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.stripe.net.ApiResource
ApiResource.RequestMethod
-
-
Field Summary
-
Fields inherited from class com.stripe.net.ApiResource
CHARSET, GSON
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description FeeRefund()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.Long
getAmount()
Amount, in %s.java.lang.String
getBalanceTransaction()
Get ID of expandablebalanceTransaction
object.BalanceTransaction
getBalanceTransactionObject()
Get expandedbalanceTransaction
.java.lang.Long
getCreated()
Time at which the object was created.java.lang.String
getCurrency()
Three-letter ISO currency code, in lowercase.java.lang.String
getFee()
Get ID of expandablefee
object.ApplicationFee
getFeeObject()
Get expandedfee
.java.lang.String
getId()
Unique identifier for the object.java.util.Map<java.lang.String,java.lang.String>
getMetadata()
Set of key-value pairs that you can attach to an object.java.lang.String
getObject()
String representing the object's type.int
hashCode()
void
setAmount(java.lang.Long amount)
Amount, in %s.void
setBalanceTransaction(java.lang.String id)
void
setBalanceTransactionObject(BalanceTransaction expandableObject)
void
setCreated(java.lang.Long created)
Time at which the object was created.void
setCurrency(java.lang.String currency)
Three-letter ISO currency code, in lowercase.void
setFee(java.lang.String id)
void
setFeeObject(ApplicationFee expandableObject)
void
setId(java.lang.String id)
Unique identifier for the object.void
setMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)
Set of key-value pairs that you can attach to an object.void
setObject(java.lang.String object)
String representing the object's type.FeeRefund
update(FeeRefundUpdateParams params)
Updates the specified application fee refund by setting the values of the parameters passed.FeeRefund
update(FeeRefundUpdateParams params, RequestOptions options)
Updates the specified application fee refund by setting the values of the parameters passed.FeeRefund
update(java.util.Map<java.lang.String,java.lang.Object> params)
Updates the specified application fee refund by setting the values of the parameters passed.FeeRefund
update(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options)
Updates the specified application fee refund by setting the values of the parameters passed.-
Methods inherited from class com.stripe.net.ApiResource
checkNullTypedParams, classUrl, classUrl, instanceUrl, instanceUrl, request, request, requestCollection, requestCollection, setExpandableFieldId, setStripeResponseGetter, singleClassUrl, singleClassUrl, subresourceUrl, urlEncode, urlEncodeId
-
Methods inherited from class com.stripe.model.StripeObject
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
-
-
-
-
Method Detail
-
getBalanceTransaction
public java.lang.String getBalanceTransaction()
Get ID of expandablebalanceTransaction
object.
-
setBalanceTransaction
public void setBalanceTransaction(java.lang.String id)
-
getBalanceTransactionObject
public BalanceTransaction getBalanceTransactionObject()
Get expandedbalanceTransaction
.
-
setBalanceTransactionObject
public void setBalanceTransactionObject(BalanceTransaction expandableObject)
-
getFee
public java.lang.String getFee()
Get ID of expandablefee
object.
-
setFee
public void setFee(java.lang.String id)
-
getFeeObject
public ApplicationFee getFeeObject()
Get expandedfee
.
-
setFeeObject
public void setFeeObject(ApplicationFee expandableObject)
-
update
public FeeRefund update(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
Updates the specified application fee refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.This request only accepts metadata as an argument.
- Specified by:
update
in interfaceMetadataStore<FeeRefund>
- Throws:
StripeException
-
update
public FeeRefund update(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
Updates the specified application fee refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.This request only accepts metadata as an argument.
- Specified by:
update
in interfaceMetadataStore<FeeRefund>
- Throws:
StripeException
-
update
public FeeRefund update(FeeRefundUpdateParams params) throws StripeException
Updates the specified application fee refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.This request only accepts metadata as an argument.
- Throws:
StripeException
-
update
public FeeRefund update(FeeRefundUpdateParams params, RequestOptions options) throws StripeException
Updates the specified application fee refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.This request only accepts metadata as an argument.
- Throws:
StripeException
-
getAmount
public java.lang.Long getAmount()
Amount, in %s.
-
getCreated
public java.lang.Long getCreated()
Time at which the object was created. Measured in seconds since the Unix epoch.
-
getCurrency
public java.lang.String getCurrency()
Three-letter ISO currency code, in lowercase. Must be a supported currency.
-
getObject
public java.lang.String getObject()
String representing the object's type. Objects of the same type share the same value.Equal to
fee_refund
.
-
setAmount
public void setAmount(java.lang.Long amount)
Amount, in %s.
-
setCreated
public void setCreated(java.lang.Long created)
Time at which the object was created. Measured in seconds since the Unix epoch.
-
setCurrency
public void setCurrency(java.lang.String currency)
Three-letter ISO currency code, in lowercase. Must be a supported currency.
-
setId
public void setId(java.lang.String id)
Unique identifier for the object.
-
setMetadata
public void setMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
-
setObject
public void setObject(java.lang.String object)
String representing the object's type. Objects of the same type share the same value.Equal to
fee_refund
.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getId
public java.lang.String getId()
Unique identifier for the object.
-
getMetadata
public java.util.Map<java.lang.String,java.lang.String> getMetadata()
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.- Specified by:
getMetadata
in interfaceMetadataStore<FeeRefund>
-
-