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.
__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 (list[oci.osp_gateway.models.Field]) – The value to assign to the fields property of this TaxTypeRule.
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]