Stripe.Resources.Billing.CreditBalanceTransaction.Credit
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Billing.CreditBalanceTransaction.Credit{ amount: Stripe.Resources.Billing.CreditBalanceTransaction.Credit.Amount.t() | nil, credits_application_invoice_voided: Stripe.Resources.Billing.CreditBalanceTransaction.Credit.CreditsApplicationInvoiceVoided.t() | nil, type: String.t() | nil }
amountcredits_application_invoice_voided- Details of the invoice to which the reinstated credits were originally applied. Only present iftypeiscredits_application_invoice_voided. Nullable.type- The type of credit transaction. Possible values:credits_application_invoice_voided,credits_granted.