Type alias SubscriptionBillingInfo

SubscriptionBillingInfo: { billingAddress?: BillingAddress; taxPercentage?: number; taxRateIds?: string[] }

Type declaration

  • Optional billingAddress?: BillingAddress
  • Optional taxPercentage?: number
  • Optional taxRateIds?: string[]