Package com.stripe.model.billing
Class CreditBalanceTransaction.Debit
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billing.CreditBalanceTransaction.Debit
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CreditBalanceTransaction
For more details about Debit, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Amount, please refer to the API Reference.static class
For more details about CreditsApplied, 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 boolean
boolean
Details of how the billing credits were applied to an invoice.getType()
The type of debit transaction.int
hashCode()
void
void
setCreditsApplied
(CreditBalanceTransaction.Debit.CreditsApplied creditsApplied) Details of how the billing credits were applied to an invoice.void
The type of debit transaction.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Debit
public Debit()
-
-
Method Details
-
getAmount
-
getCreditsApplied
Details of how the billing credits were applied to an invoice. Only present iftype
iscredits_applied
. -
getType
The type of debit transaction.One of
credits_applied
,credits_expired
, orcredits_voided
. -
setAmount
-
setCreditsApplied
Details of how the billing credits were applied to an invoice. Only present iftype
iscredits_applied
. -
setType
The type of debit transaction.One of
credits_applied
,credits_expired
, orcredits_voided
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-