streamingTaxType property

String? streamingTaxType
getter/setter pair

To collect communications or amusement taxes in the United States, choose the appropriate tax category.

Learn more. Possible string values are:

  • "STREAMING_TAX_TYPE_UNSPECIFIED" : No telecommunications tax collected.
  • "STREAMING_TAX_TYPE_TELCO_VIDEO_RENTAL" : US-specific telecommunications tax tier for video streaming, on demand, rentals / subscriptions / pay-per-view.
  • "STREAMING_TAX_TYPE_TELCO_VIDEO_SALES" : US-specific telecommunications tax tier for video streaming of pre-recorded content like movies, tv shows.
  • "STREAMING_TAX_TYPE_TELCO_VIDEO_MULTI_CHANNEL" : US-specific telecommunications tax tier for video streaming of multi-channel programming.
  • "STREAMING_TAX_TYPE_TELCO_AUDIO_RENTAL" : US-specific telecommunications tax tier for audio streaming, rental / subscription.
  • "STREAMING_TAX_TYPE_TELCO_AUDIO_SALES" : US-specific telecommunications tax tier for audio streaming, sale / permanent download.
  • "STREAMING_TAX_TYPE_TELCO_AUDIO_MULTI_CHANNEL" : US-specific telecommunications tax tier for multi channel audio streaming like radio.

Implementation

core.String? streamingTaxType;