Interface CreatePriceWithTaxBehaviorConfig

interface CreatePriceWithTaxBehaviorConfig {
    behavior: "inclusive" | "exclusive";
    created_at?: string;
    created_by?: string;
    price: Price;
    stripe: Stripe;
}

Properties

behavior: "inclusive" | "exclusive"
created_at?: string
created_by?: string
price: Price
stripe: Stripe