Package com.stripe.model
Class CreditNote.Refund
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CreditNote.Refund
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CreditNote
For more details about Refund, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAmount of the refund that applies to this credit note, in cents (or local equivalent).Get ID of expandablerefundobject.Get expandedrefund.inthashCode()voidsetAmountRefunded(Long amountRefunded) Amount of the refund that applies to this credit note, in cents (or local equivalent).voidvoidsetRefundObject(Refund expandableObject) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Refund
public Refund()
-
-
Method Details
-
getRefund
Get ID of expandablerefundobject. -
setRefund
-
getRefundObject
Get expandedrefund. -
setRefundObject
-
getAmountRefunded
Amount of the refund that applies to this credit note, in cents (or local equivalent). -
setAmountRefunded
Amount of the refund that applies to this credit note, in cents (or local equivalent). -
equals
-
canEqual
-
hashCode
public int hashCode()
-