Class ReceivedDebit.CardSpend
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedDebit.CardSpend
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedDebit
This object stores details about the issuing transactions that resulted in the ReceivedDebit.
Present if
type field value is card_spend.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Issuing Authorization for this card_spend.static classFor more details about CardTransaction, 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 booleanbooleanThe Issuing Authorization for this card_spend.The list of card spend transactions.The reference to the card object that resulted in the debit.inthashCode()voidsetAuthorization(ReceivedDebit.CardSpend.Authorization authorization) The Issuing Authorization for this card_spend.voidsetCardTransactions(List<ReceivedDebit.CardSpend.CardTransaction> cardTransactions) The list of card spend transactions.voidsetCardV1Id(String cardV1Id) The reference to the card object that resulted in the debit.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
-
getAuthorization
The Issuing Authorization for this card_spend. Contains the reference id and the amount. -
getCardTransactions
The list of card spend transactions. These contain the transaction reference ID and the amount. -
getCardV1Id
The reference to the card object that resulted in the debit. -
setAuthorization
The Issuing Authorization for this card_spend. Contains the reference id and the amount. -
setCardTransactions
The list of card spend transactions. These contain the transaction reference ID and the amount. -
setCardV1Id
The reference to the card object that resulted in the debit. -
equals
-
canEqual
-
hashCode
public int hashCode()
-