Class ReceivedCredit.CardSpend
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedCredit.CardSpend
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedCredit
This object stores details about the originating issuing card spend that resulted in the
ReceivedCredit. Present if
type field value is card_spend.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classHash containing information about the Dispute that triggered this credit.static classHash containing information about the Refund that triggered this credit. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe reference to the issuing card object.Hash containing information about the Dispute that triggered this credit.Hash containing information about the Refund that triggered this credit.inthashCode()voidsetCardV1Id(String cardV1Id) The reference to the issuing card object.voidHash containing information about the Dispute that triggered this credit.voidHash containing information about the Refund that triggered this credit.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CardSpend
public CardSpend()
-
-
Method Details
-
getCardV1Id
The reference to the issuing card object. -
getDispute
Hash containing information about the Dispute that triggered this credit. -
getRefund
Hash containing information about the Refund that triggered this credit. -
setCardV1Id
The reference to the issuing card object. -
setDispute
Hash containing information about the Dispute that triggered this credit. -
setRefund
Hash containing information about the Refund that triggered this credit. -
equals
-
canEqual
-
hashCode
public int hashCode()
-