Show / Hide Table of Contents

Class TaxTypeRule

Tax type rule information

Inheritance
object
TaxTypeRule
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OspgatewayService.Models
Assembly: OCI.DotNetSDK.Ospgateway.dll
Syntax
public class TaxTypeRule

Properties

Fields

Declaration
[Required(ErrorMessage = "Fields is required.")]
[JsonProperty(PropertyName = "fields")]
public List<Field> Fields { get; set; }
Property Value
Type Description
List<Field>

Tax type rule fields

Remarks

Required

ValueSet

Declaration
[JsonProperty(PropertyName = "valueSet")]
public List<ValueSetEntity> ValueSet { get; set; }
Property Value
Type Description
List<ValueSetEntity>

Label value pair for allowed values. Used for GIRO

In this article
Back to top