Class TaxSummary
Tax implication that current tenant may be eligible while using specific listing
Inherited Members
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class TaxSummaryProperties
Code
Declaration
[Required(ErrorMessage = "Code is required.")]
[JsonProperty(PropertyName = "code")]
public Guid Code { get; set; }Property Value
| Type | Description | 
|---|---|
| Guid | Unique code for the tax. | 
Remarks
Required
Country
Declaration
[JsonProperty(PropertyName = "country")]
public string Country { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Country, which imposes the tax. | 
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Name of the tax code. | 
Url
Declaration
[JsonProperty(PropertyName = "url")]
public string Url { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The URL with more details about this tax. |