Stripe.Resources.Billing.CreditBalanceSummary (tiger_stripe v0.4.0)

Copy Markdown View Source

CreditBalanceSummary

Indicates the billing credit balance for billing credits granted to a customer.

Summary

Types

t()

@type t() :: %Stripe.Resources.Billing.CreditBalanceSummary{
  balances: term(),
  customer: term(),
  customer_account: term(),
  livemode: term(),
  object: term()
}
  • balances - The billing credit balances. One entry per credit grant currency. If a customer only has credit grants in a single currency, then this will have a single balance entry. Expandable.
  • customer - The customer the balance is for. Expandable.
  • customer_account - The account the balance is for. Max length: 5000. Nullable.
  • livemode - If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
  • object - String representing the object's type. Objects of the same type share the same value. Possible values: billing.credit_balance_summary.

Functions

expandable_fields()

object_name()