Stripe.Params.Tax.AssociationFindParams (tiger_stripe v0.1.10)

Copy Markdown View Source

Parameters for association find.

Summary

Types

t()

@type t() :: %Stripe.Params.Tax.AssociationFindParams{
  expand: [String.t()] | nil,
  payment_intent: String.t()
}
  • expand - Specifies which fields in the response should be expanded.
  • payment_intent - Valid PaymentIntent id Max length: 5000.