Stripe.Resources.Billing.CreditBalanceTransaction.Debit (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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
}
  • amount
  • credits_applied - Details of how the billing credits were applied to an invoice. Only present if type is credits_applied. Nullable.
  • type - The type of debit transaction. Possible values: credits_applied, credits_expired, credits_voided.