TaxTypeRule

class oci.osp_gateway.models.TaxTypeRule(**kwargs)

Bases: object

Tax type rule information

Methods

__init__(**kwargs) Initializes a new TaxTypeRule object with values from keyword arguments.

Attributes

fields [Required] Gets the fields of this TaxTypeRule.
value_set Gets the value_set of this TaxTypeRule.
__init__(**kwargs)

Initializes a new TaxTypeRule object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
fields

[Required] Gets the fields of this TaxTypeRule. Tax type rule fields

Returns:The fields of this TaxTypeRule.
Return type:list[oci.osp_gateway.models.Field]
value_set

Gets the value_set of this TaxTypeRule. Label value pair for allowed values. Used for GIRO

Returns:The value_set of this TaxTypeRule.
Return type:list[oci.osp_gateway.models.ValueSetEntity]