Stripe.Params.Billing.CreditBalanceSummaryRetrieveParams
(tiger_stripe v0.4.0)
Copy Markdown
View Source
Parameters for credit balance summary retrieve.
Summary
Types
@type t() :: %Stripe.Params.Billing.CreditBalanceSummaryRetrieveParams{ customer: term(), customer_account: term(), expand: term(), filter: term() }
customer- The customer whose credit balance summary you're retrieving. Max length: 5000.customer_account- The account representing the customer whose credit balance summary you're retrieving. Max length: 5000.expand- Specifies which fields in the response should be expanded.filter- The filter criteria for the credit balance summary.