CustomerTaxId API operations.
Summary
Functions
Create a Customer tax ID
Delete a Customer tax ID
List all Customer tax IDs
Retrieve a Customer tax ID
Functions
@spec create(Stripe.Client.t(), String.t(), map(), keyword()) :: {:ok, term()} | {:error, Stripe.Error.t()}
Create a Customer tax ID
Creates a new tax_id object for a customer.
@spec delete(Stripe.Client.t(), String.t(), String.t(), map(), keyword()) :: {:ok, term()} | {:error, Stripe.Error.t()}
Delete a Customer tax ID
Deletes an existing tax_id object.
@spec list(Stripe.Client.t(), String.t(), map(), keyword()) :: {:ok, term()} | {:error, Stripe.Error.t()}
List all Customer tax IDs
Returns a list of tax IDs for a customer.
@spec retrieve(Stripe.Client.t(), String.t(), String.t(), map(), keyword()) :: {:ok, term()} | {:error, Stripe.Error.t()}
Retrieve a Customer tax ID
Retrieves the tax_id object with the given identifier.