Stripe.Resources.Billing.CreditBalanceTransaction.Debit
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Billing.CreditBalanceTransaction.Debit{ amount: Stripe.Resources.Billing.CreditBalanceTransaction.Debit.Amount.t() | nil, credits_applied: Stripe.Resources.Billing.CreditBalanceTransaction.Debit.CreditsApplied.t() | nil, type: String.t() | nil }
amountcredits_applied- Details of how the billing credits were applied to an invoice. Only present iftypeiscredits_applied. Nullable.type- The type of debit transaction. Possible values:credits_applied,credits_expired,credits_voided.