View Source Stripe.DeletedTaxId (stripity_stripe v3.2.0)

Summary

Types

t()

The deleted_tax_id type.

Types

@type t() :: %Stripe.DeletedTaxId{deleted: boolean(), id: binary(), object: binary()}

The deleted_tax_id type.

  • deleted Always true for a deleted object
  • id Unique identifier for the object.
  • object String representing the object's type. Objects of the same type share the same value.