Paypal.Subscription.Plan.Taxes (Paypal v0.2.0)

Copy Markdown View Source

Tax details for a PayPal billing plan.

Official PayPal API Documentation: Plan Taxes

Summary

Types

t()

Taxes

Types

t()

@type t() :: %Paypal.Subscription.Plan.Taxes{
  inclusive: boolean() | nil,
  percentage: String.t() | nil
}

Taxes:

  • percentage - Tax percentage (e.g., "10" or "21.00").
  • inclusive - Whether the tax is inclusive in the product price.