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 booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.LonggetAmount()Amount, in %s.java.lang.StringgetBalanceTransaction()Get ID of expandablebalanceTransactionobject.BalanceTransactiongetBalanceTransactionObject()Get expandedbalanceTransaction.java.lang.LonggetCreated()Time at which the object was created.java.lang.StringgetCurrency()Three-letter ISO currency code, in lowercase.java.lang.StringgetFee()Get ID of expandablefeeobject.ApplicationFeegetFeeObject()Get expandedfee.java.lang.StringgetId()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.StringgetObject()String representing the object's type.inthashCode()voidsetAmount(java.lang.Long amount)Amount, in %s.voidsetBalanceTransaction(java.lang.String id)voidsetBalanceTransactionObject(BalanceTransaction expandableObject)voidsetCreated(java.lang.Long created)Time at which the object was created.voidsetCurrency(java.lang.String currency)Three-letter ISO currency code, in lowercase.voidsetFee(java.lang.String id)voidsetFeeObject(ApplicationFee expandableObject)voidsetId(java.lang.String id)Unique identifier for the object.voidsetMetadata(java.util.Map<java.lang.String,java.lang.String> metadata)Set of key-value pairs that you can attach to an object.voidsetObject(java.lang.String object)String representing the object's type.FeeRefundupdate(FeeRefundUpdateParams params)Updates the specified application fee refund by setting the values of the parameters passed.FeeRefundupdate(FeeRefundUpdateParams params, RequestOptions options)Updates the specified application fee refund by setting the values of the parameters passed.FeeRefundupdate(java.util.Map<java.lang.String,java.lang.Object> params)Updates the specified application fee refund by setting the values of the parameters passed.FeeRefundupdate(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 expandablebalanceTransactionobject.
-
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 expandablefeeobject.
-
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:
updatein 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:
updatein 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:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein 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:
getMetadatain interfaceMetadataStore<FeeRefund>
-
-