v1

package
v0.0.0-...-94a8b92 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TaxService_GetTaxSchemes_FullMethodName               = "/tax.v1.TaxService/GetTaxSchemes"
	TaxService_GetTaxScheme_FullMethodName                = "/tax.v1.TaxService/GetTaxScheme"
	TaxService_CreateTaxCategory_FullMethodName           = "/tax.v1.TaxService/CreateTaxCategory"
	TaxService_UpdateTaxCategory_FullMethodName           = "/tax.v1.TaxService/UpdateTaxCategory"
	TaxService_CreateTaxScheme_FullMethodName             = "/tax.v1.TaxService/CreateTaxScheme"
	TaxService_UpdateTaxScheme_FullMethodName             = "/tax.v1.TaxService/UpdateTaxScheme"
	TaxService_CreateTaxSchemeJurisdiction_FullMethodName = "/tax.v1.TaxService/CreateTaxSchemeJurisdiction"
	TaxService_UpdateTaxSchemeJurisdiction_FullMethodName = "/tax.v1.TaxService/UpdateTaxSchemeJurisdiction"
	TaxService_CreateTaxTotal_FullMethodName              = "/tax.v1.TaxService/CreateTaxTotal"
	TaxService_UpdateTaxTotal_FullMethodName              = "/tax.v1.TaxService/UpdateTaxTotal"
	TaxService_CreateTaxSubTotal_FullMethodName           = "/tax.v1.TaxService/CreateTaxSubTotal"
	TaxService_UpdateTaxSubTotal_FullMethodName           = "/tax.v1.TaxService/UpdateTaxSubTotal"
)

Variables

View Source
var File_tax_v1_tax_proto protoreflect.FileDescriptor
View Source
var TaxService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "tax.v1.TaxService",
	HandlerType: (*TaxServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetTaxSchemes",
			Handler:    _TaxService_GetTaxSchemes_Handler,
		},
		{
			MethodName: "GetTaxScheme",
			Handler:    _TaxService_GetTaxScheme_Handler,
		},
		{
			MethodName: "CreateTaxCategory",
			Handler:    _TaxService_CreateTaxCategory_Handler,
		},
		{
			MethodName: "UpdateTaxCategory",
			Handler:    _TaxService_UpdateTaxCategory_Handler,
		},
		{
			MethodName: "CreateTaxScheme",
			Handler:    _TaxService_CreateTaxScheme_Handler,
		},
		{
			MethodName: "UpdateTaxScheme",
			Handler:    _TaxService_UpdateTaxScheme_Handler,
		},
		{
			MethodName: "CreateTaxSchemeJurisdiction",
			Handler:    _TaxService_CreateTaxSchemeJurisdiction_Handler,
		},
		{
			MethodName: "UpdateTaxSchemeJurisdiction",
			Handler:    _TaxService_UpdateTaxSchemeJurisdiction_Handler,
		},
		{
			MethodName: "CreateTaxTotal",
			Handler:    _TaxService_CreateTaxTotal_Handler,
		},
		{
			MethodName: "UpdateTaxTotal",
			Handler:    _TaxService_UpdateTaxTotal_Handler,
		},
		{
			MethodName: "CreateTaxSubTotal",
			Handler:    _TaxService_CreateTaxSubTotal_Handler,
		},
		{
			MethodName: "UpdateTaxSubTotal",
			Handler:    _TaxService_UpdateTaxSubTotal_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "tax/v1/tax.proto",
}

TaxService_ServiceDesc is the grpc.ServiceDesc for TaxService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterTaxServiceServer

func RegisterTaxServiceServer(s grpc.ServiceRegistrar, srv TaxServiceServer)

Types

type CreateTaxCategoryRequest

type CreateTaxCategoryRequest struct {
	TcId                   string  `protobuf:"bytes,1,opt,name=tc_id,json=tcId,proto3" json:"tc_id,omitempty"`
	TaxCategoryName        string  `protobuf:"bytes,2,opt,name=tax_category_name,json=taxCategoryName,proto3" json:"tax_category_name,omitempty"`
	Percent                float32 `protobuf:"fixed32,3,opt,name=percent,proto3" json:"percent,omitempty"`
	BaseUnitMeasure        string  `protobuf:"bytes,4,opt,name=base_unit_measure,json=baseUnitMeasure,proto3" json:"base_unit_measure,omitempty"`
	PerUnitAmount          float64 `protobuf:"fixed64,5,opt,name=per_unit_amount,json=perUnitAmount,proto3" json:"per_unit_amount,omitempty"`
	TaxExemptionReasonCode string  `` /* 131-byte string literal not displayed */
	TaxExemptionReason     string  `protobuf:"bytes,7,opt,name=tax_exemption_reason,json=taxExemptionReason,proto3" json:"tax_exemption_reason,omitempty"`
	TierRange              string  `protobuf:"bytes,8,opt,name=tier_range,json=tierRange,proto3" json:"tier_range,omitempty"`
	TierRatePercent        float32 `protobuf:"fixed32,9,opt,name=tier_rate_percent,json=tierRatePercent,proto3" json:"tier_rate_percent,omitempty"`
	TaxSchemeId            uint32  `protobuf:"varint,10,opt,name=tax_scheme_id,json=taxSchemeId,proto3" json:"tax_scheme_id,omitempty"`
	UserId                 string  `protobuf:"bytes,11,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail              string  `protobuf:"bytes,12,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId              string  `protobuf:"bytes,13,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTaxCategoryRequest) Descriptor deprecated

func (*CreateTaxCategoryRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateTaxCategoryRequest.ProtoReflect.Descriptor instead.

func (*CreateTaxCategoryRequest) GetBaseUnitMeasure

func (x *CreateTaxCategoryRequest) GetBaseUnitMeasure() string

func (*CreateTaxCategoryRequest) GetPerUnitAmount

func (x *CreateTaxCategoryRequest) GetPerUnitAmount() float64

func (*CreateTaxCategoryRequest) GetPercent

func (x *CreateTaxCategoryRequest) GetPercent() float32

func (*CreateTaxCategoryRequest) GetRequestId

func (x *CreateTaxCategoryRequest) GetRequestId() string

func (*CreateTaxCategoryRequest) GetTaxCategoryName

func (x *CreateTaxCategoryRequest) GetTaxCategoryName() string

func (*CreateTaxCategoryRequest) GetTaxExemptionReason

func (x *CreateTaxCategoryRequest) GetTaxExemptionReason() string

func (*CreateTaxCategoryRequest) GetTaxExemptionReasonCode

func (x *CreateTaxCategoryRequest) GetTaxExemptionReasonCode() string

func (*CreateTaxCategoryRequest) GetTaxSchemeId

func (x *CreateTaxCategoryRequest) GetTaxSchemeId() uint32

func (*CreateTaxCategoryRequest) GetTcId

func (x *CreateTaxCategoryRequest) GetTcId() string

func (*CreateTaxCategoryRequest) GetTierRange

func (x *CreateTaxCategoryRequest) GetTierRange() string

func (*CreateTaxCategoryRequest) GetTierRatePercent

func (x *CreateTaxCategoryRequest) GetTierRatePercent() float32

func (*CreateTaxCategoryRequest) GetUserEmail

func (x *CreateTaxCategoryRequest) GetUserEmail() string

func (*CreateTaxCategoryRequest) GetUserId

func (x *CreateTaxCategoryRequest) GetUserId() string

func (*CreateTaxCategoryRequest) ProtoMessage

func (*CreateTaxCategoryRequest) ProtoMessage()

func (*CreateTaxCategoryRequest) ProtoReflect

func (x *CreateTaxCategoryRequest) ProtoReflect() protoreflect.Message

func (*CreateTaxCategoryRequest) Reset

func (x *CreateTaxCategoryRequest) Reset()

func (*CreateTaxCategoryRequest) String

func (x *CreateTaxCategoryRequest) String() string

func (*CreateTaxCategoryRequest) Validate

func (m *CreateTaxCategoryRequest) Validate() error

Validate checks the field values on CreateTaxCategoryRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateTaxCategoryRequest) ValidateAll

func (m *CreateTaxCategoryRequest) ValidateAll() error

ValidateAll checks the field values on CreateTaxCategoryRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTaxCategoryRequestMultiError, or nil if none found.

type CreateTaxCategoryRequestMultiError

type CreateTaxCategoryRequestMultiError []error

CreateTaxCategoryRequestMultiError is an error wrapping multiple validation errors returned by CreateTaxCategoryRequest.ValidateAll() if the designated constraints aren't met.

func (CreateTaxCategoryRequestMultiError) AllErrors

func (m CreateTaxCategoryRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateTaxCategoryRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateTaxCategoryRequestValidationError

type CreateTaxCategoryRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateTaxCategoryRequestValidationError is the validation error returned by CreateTaxCategoryRequest.Validate if the designated constraints aren't met.

func (CreateTaxCategoryRequestValidationError) Cause

Cause function returns cause value.

func (CreateTaxCategoryRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateTaxCategoryRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateTaxCategoryRequestValidationError) Field

Field function returns field value.

func (CreateTaxCategoryRequestValidationError) Key

Key function returns key value.

func (CreateTaxCategoryRequestValidationError) Reason

Reason function returns reason value.

type CreateTaxCategoryResponse

type CreateTaxCategoryResponse struct {
	TaxCategory *TaxCategory `protobuf:"bytes,1,opt,name=tax_category,json=taxCategory,proto3" json:"tax_category,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTaxCategoryResponse) Descriptor deprecated

func (*CreateTaxCategoryResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateTaxCategoryResponse.ProtoReflect.Descriptor instead.

func (*CreateTaxCategoryResponse) GetTaxCategory

func (x *CreateTaxCategoryResponse) GetTaxCategory() *TaxCategory

func (*CreateTaxCategoryResponse) ProtoMessage

func (*CreateTaxCategoryResponse) ProtoMessage()

func (*CreateTaxCategoryResponse) ProtoReflect

func (*CreateTaxCategoryResponse) Reset

func (x *CreateTaxCategoryResponse) Reset()

func (*CreateTaxCategoryResponse) String

func (x *CreateTaxCategoryResponse) String() string

func (*CreateTaxCategoryResponse) Validate

func (m *CreateTaxCategoryResponse) Validate() error

Validate checks the field values on CreateTaxCategoryResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateTaxCategoryResponse) ValidateAll

func (m *CreateTaxCategoryResponse) ValidateAll() error

ValidateAll checks the field values on CreateTaxCategoryResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTaxCategoryResponseMultiError, or nil if none found.

type CreateTaxCategoryResponseMultiError

type CreateTaxCategoryResponseMultiError []error

CreateTaxCategoryResponseMultiError is an error wrapping multiple validation errors returned by CreateTaxCategoryResponse.ValidateAll() if the designated constraints aren't met.

func (CreateTaxCategoryResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateTaxCategoryResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateTaxCategoryResponseValidationError

type CreateTaxCategoryResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateTaxCategoryResponseValidationError is the validation error returned by CreateTaxCategoryResponse.Validate if the designated constraints aren't met.

func (CreateTaxCategoryResponseValidationError) Cause

Cause function returns cause value.

func (CreateTaxCategoryResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateTaxCategoryResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateTaxCategoryResponseValidationError) Field

Field function returns field value.

func (CreateTaxCategoryResponseValidationError) Key

Key function returns key value.

func (CreateTaxCategoryResponseValidationError) Reason

Reason function returns reason value.

type CreateTaxSchemeJurisdictionRequest

type CreateTaxSchemeJurisdictionRequest struct {
	AddrListAgencyId     string  `protobuf:"bytes,1,opt,name=addr_list_agency_id,json=addrListAgencyId,proto3" json:"addr_list_agency_id,omitempty"`
	AddrListId           string  `protobuf:"bytes,2,opt,name=addr_list_id,json=addrListId,proto3" json:"addr_list_id,omitempty"`
	AddrListVersionId    string  `protobuf:"bytes,3,opt,name=addr_list_version_id,json=addrListVersionId,proto3" json:"addr_list_version_id,omitempty"`
	AddressTypeCode      string  `protobuf:"bytes,4,opt,name=address_type_code,json=addressTypeCode,proto3" json:"address_type_code,omitempty"`
	AddressFormatCode    string  `protobuf:"bytes,5,opt,name=address_format_code,json=addressFormatCode,proto3" json:"address_format_code,omitempty"`
	Postbox              string  `protobuf:"bytes,6,opt,name=postbox,proto3" json:"postbox,omitempty"`
	Floor                string  `protobuf:"bytes,7,opt,name=floor,proto3" json:"floor,omitempty"`
	Room                 string  `protobuf:"bytes,8,opt,name=room,proto3" json:"room,omitempty"`
	StreetName           string  `protobuf:"bytes,9,opt,name=street_name,json=streetName,proto3" json:"street_name,omitempty"`
	AdditionalStreetName string  `protobuf:"bytes,10,opt,name=additional_street_name,json=additionalStreetName,proto3" json:"additional_street_name,omitempty"`
	BlockName            string  `protobuf:"bytes,11,opt,name=block_name,json=blockName,proto3" json:"block_name,omitempty"`
	BuildingName         string  `protobuf:"bytes,12,opt,name=building_name,json=buildingName,proto3" json:"building_name,omitempty"`
	BuildingNumber       string  `protobuf:"bytes,13,opt,name=building_number,json=buildingNumber,proto3" json:"building_number,omitempty"`
	InhouseMail          string  `protobuf:"bytes,14,opt,name=inhouse_mail,json=inhouseMail,proto3" json:"inhouse_mail,omitempty"`
	Department           string  `protobuf:"bytes,15,opt,name=department,proto3" json:"department,omitempty"`
	MarkAttention        string  `protobuf:"bytes,16,opt,name=mark_attention,json=markAttention,proto3" json:"mark_attention,omitempty"`
	MarkCare             string  `protobuf:"bytes,17,opt,name=mark_care,json=markCare,proto3" json:"mark_care,omitempty"`
	PlotIdentification   string  `protobuf:"bytes,18,opt,name=plot_identification,json=plotIdentification,proto3" json:"plot_identification,omitempty"`
	CitySubdivisionName  string  `protobuf:"bytes,19,opt,name=city_subdivision_name,json=citySubdivisionName,proto3" json:"city_subdivision_name,omitempty"`
	CityName             string  `protobuf:"bytes,20,opt,name=city_name,json=cityName,proto3" json:"city_name,omitempty"`
	PostalZone           string  `protobuf:"bytes,21,opt,name=postal_zone,json=postalZone,proto3" json:"postal_zone,omitempty"`
	CountrySubentity     string  `protobuf:"bytes,22,opt,name=country_subentity,json=countrySubentity,proto3" json:"country_subentity,omitempty"`
	CountrySubentityCode string  `protobuf:"bytes,23,opt,name=country_subentity_code,json=countrySubentityCode,proto3" json:"country_subentity_code,omitempty"`
	Region               string  `protobuf:"bytes,24,opt,name=region,proto3" json:"region,omitempty"`
	District             string  `protobuf:"bytes,25,opt,name=district,proto3" json:"district,omitempty"`
	TimezoneOffset       string  `protobuf:"bytes,26,opt,name=timezone_offset,json=timezoneOffset,proto3" json:"timezone_offset,omitempty"`
	CountryIdCode        string  `protobuf:"bytes,27,opt,name=country_id_code,json=countryIdCode,proto3" json:"country_id_code,omitempty"`
	CountryName          string  `protobuf:"bytes,28,opt,name=country_name,json=countryName,proto3" json:"country_name,omitempty"`
	LocationCoordLat     float64 `protobuf:"fixed64,29,opt,name=location_coord_lat,json=locationCoordLat,proto3" json:"location_coord_lat,omitempty"`
	LocationCoordLon     float64 `protobuf:"fixed64,30,opt,name=location_coord_lon,json=locationCoordLon,proto3" json:"location_coord_lon,omitempty"`
	Note                 string  `protobuf:"bytes,31,opt,name=note,proto3" json:"note,omitempty"`
	TaxSchemeId          uint32  `protobuf:"varint,32,opt,name=tax_scheme_id,json=taxSchemeId,proto3" json:"tax_scheme_id,omitempty"`
	TaxSchemeName        string  `protobuf:"bytes,33,opt,name=tax_scheme_name,json=taxSchemeName,proto3" json:"tax_scheme_name,omitempty"`
	UserId               string  `protobuf:"bytes,34,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail            string  `protobuf:"bytes,35,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId            string  `protobuf:"bytes,36,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTaxSchemeJurisdictionRequest) Descriptor deprecated

func (*CreateTaxSchemeJurisdictionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateTaxSchemeJurisdictionRequest.ProtoReflect.Descriptor instead.

func (*CreateTaxSchemeJurisdictionRequest) GetAdditionalStreetName

func (x *CreateTaxSchemeJurisdictionRequest) GetAdditionalStreetName() string

func (*CreateTaxSchemeJurisdictionRequest) GetAddrListAgencyId

func (x *CreateTaxSchemeJurisdictionRequest) GetAddrListAgencyId() string

func (*CreateTaxSchemeJurisdictionRequest) GetAddrListId

func (x *CreateTaxSchemeJurisdictionRequest) GetAddrListId() string

func (*CreateTaxSchemeJurisdictionRequest) GetAddrListVersionId

func (x *CreateTaxSchemeJurisdictionRequest) GetAddrListVersionId() string

func (*CreateTaxSchemeJurisdictionRequest) GetAddressFormatCode

func (x *CreateTaxSchemeJurisdictionRequest) GetAddressFormatCode() string

func (*CreateTaxSchemeJurisdictionRequest) GetAddressTypeCode

func (x *CreateTaxSchemeJurisdictionRequest) GetAddressTypeCode() string

func (*CreateTaxSchemeJurisdictionRequest) GetBlockName

func (x *CreateTaxSchemeJurisdictionRequest) GetBlockName() string

func (*CreateTaxSchemeJurisdictionRequest) GetBuildingName

func (x *CreateTaxSchemeJurisdictionRequest) GetBuildingName() string

func (*CreateTaxSchemeJurisdictionRequest) GetBuildingNumber

func (x *CreateTaxSchemeJurisdictionRequest) GetBuildingNumber() string

func (*CreateTaxSchemeJurisdictionRequest) GetCityName

func (x *CreateTaxSchemeJurisdictionRequest) GetCityName() string

func (*CreateTaxSchemeJurisdictionRequest) GetCitySubdivisionName

func (x *CreateTaxSchemeJurisdictionRequest) GetCitySubdivisionName() string

func (*CreateTaxSchemeJurisdictionRequest) GetCountryIdCode

func (x *CreateTaxSchemeJurisdictionRequest) GetCountryIdCode() string

func (*CreateTaxSchemeJurisdictionRequest) GetCountryName

func (x *CreateTaxSchemeJurisdictionRequest) GetCountryName() string

func (*CreateTaxSchemeJurisdictionRequest) GetCountrySubentity

func (x *CreateTaxSchemeJurisdictionRequest) GetCountrySubentity() string

func (*CreateTaxSchemeJurisdictionRequest) GetCountrySubentityCode

func (x *CreateTaxSchemeJurisdictionRequest) GetCountrySubentityCode() string

func (*CreateTaxSchemeJurisdictionRequest) GetDepartment

func (x *CreateTaxSchemeJurisdictionRequest) GetDepartment() string

func (*CreateTaxSchemeJurisdictionRequest) GetDistrict

func (x *CreateTaxSchemeJurisdictionRequest) GetDistrict() string

func (*CreateTaxSchemeJurisdictionRequest) GetFloor

func (*CreateTaxSchemeJurisdictionRequest) GetInhouseMail

func (x *CreateTaxSchemeJurisdictionRequest) GetInhouseMail() string

func (*CreateTaxSchemeJurisdictionRequest) GetLocationCoordLat

func (x *CreateTaxSchemeJurisdictionRequest) GetLocationCoordLat() float64

func (*CreateTaxSchemeJurisdictionRequest) GetLocationCoordLon

func (x *CreateTaxSchemeJurisdictionRequest) GetLocationCoordLon() float64

func (*CreateTaxSchemeJurisdictionRequest) GetMarkAttention

func (x *CreateTaxSchemeJurisdictionRequest) GetMarkAttention() string

func (*CreateTaxSchemeJurisdictionRequest) GetMarkCare

func (x *CreateTaxSchemeJurisdictionRequest) GetMarkCare() string

func (*CreateTaxSchemeJurisdictionRequest) GetNote

func (*CreateTaxSchemeJurisdictionRequest) GetPlotIdentification

func (x *CreateTaxSchemeJurisdictionRequest) GetPlotIdentification() string

func (*CreateTaxSchemeJurisdictionRequest) GetPostalZone

func (x *CreateTaxSchemeJurisdictionRequest) GetPostalZone() string

func (*CreateTaxSchemeJurisdictionRequest) GetPostbox

func (*CreateTaxSchemeJurisdictionRequest) GetRegion

func (*CreateTaxSchemeJurisdictionRequest) GetRequestId

func (x *CreateTaxSchemeJurisdictionRequest) GetRequestId() string

func (*CreateTaxSchemeJurisdictionRequest) GetRoom

func (*CreateTaxSchemeJurisdictionRequest) GetStreetName

func (x *CreateTaxSchemeJurisdictionRequest) GetStreetName() string

func (*CreateTaxSchemeJurisdictionRequest) GetTaxSchemeId

func (x *CreateTaxSchemeJurisdictionRequest) GetTaxSchemeId() uint32

func (*CreateTaxSchemeJurisdictionRequest) GetTaxSchemeName

func (x *CreateTaxSchemeJurisdictionRequest) GetTaxSchemeName() string

func (*CreateTaxSchemeJurisdictionRequest) GetTimezoneOffset

func (x *CreateTaxSchemeJurisdictionRequest) GetTimezoneOffset() string

func (*CreateTaxSchemeJurisdictionRequest) GetUserEmail

func (x *CreateTaxSchemeJurisdictionRequest) GetUserEmail() string

func (*CreateTaxSchemeJurisdictionRequest) GetUserId

func (*CreateTaxSchemeJurisdictionRequest) ProtoMessage

func (*CreateTaxSchemeJurisdictionRequest) ProtoMessage()

func (*CreateTaxSchemeJurisdictionRequest) ProtoReflect

func (*CreateTaxSchemeJurisdictionRequest) Reset

func (*CreateTaxSchemeJurisdictionRequest) String

func (*CreateTaxSchemeJurisdictionRequest) Validate

Validate checks the field values on CreateTaxSchemeJurisdictionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateTaxSchemeJurisdictionRequest) ValidateAll

func (m *CreateTaxSchemeJurisdictionRequest) ValidateAll() error

ValidateAll checks the field values on CreateTaxSchemeJurisdictionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTaxSchemeJurisdictionRequestMultiError, or nil if none found.

type CreateTaxSchemeJurisdictionRequestMultiError

type CreateTaxSchemeJurisdictionRequestMultiError []error

CreateTaxSchemeJurisdictionRequestMultiError is an error wrapping multiple validation errors returned by CreateTaxSchemeJurisdictionRequest.ValidateAll() if the designated constraints aren't met.

func (CreateTaxSchemeJurisdictionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateTaxSchemeJurisdictionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateTaxSchemeJurisdictionRequestValidationError

type CreateTaxSchemeJurisdictionRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateTaxSchemeJurisdictionRequestValidationError is the validation error returned by CreateTaxSchemeJurisdictionRequest.Validate if the designated constraints aren't met.

func (CreateTaxSchemeJurisdictionRequestValidationError) Cause

Cause function returns cause value.

func (CreateTaxSchemeJurisdictionRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateTaxSchemeJurisdictionRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateTaxSchemeJurisdictionRequestValidationError) Field

Field function returns field value.

func (CreateTaxSchemeJurisdictionRequestValidationError) Key

Key function returns key value.

func (CreateTaxSchemeJurisdictionRequestValidationError) Reason

Reason function returns reason value.

type CreateTaxSchemeJurisdictionResponse

type CreateTaxSchemeJurisdictionResponse struct {
	TaxSchemeJurisdiction *TaxSchemeJurisdiction `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateTaxSchemeJurisdictionResponse) Descriptor deprecated

func (*CreateTaxSchemeJurisdictionResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateTaxSchemeJurisdictionResponse.ProtoReflect.Descriptor instead.

func (*CreateTaxSchemeJurisdictionResponse) GetTaxSchemeJurisdiction

func (x *CreateTaxSchemeJurisdictionResponse) GetTaxSchemeJurisdiction() *TaxSchemeJurisdiction

func (*CreateTaxSchemeJurisdictionResponse) ProtoMessage

func (*CreateTaxSchemeJurisdictionResponse) ProtoMessage()

func (*CreateTaxSchemeJurisdictionResponse) ProtoReflect

func (*CreateTaxSchemeJurisdictionResponse) Reset

func (*CreateTaxSchemeJurisdictionResponse) String

func (*CreateTaxSchemeJurisdictionResponse) Validate

Validate checks the field values on CreateTaxSchemeJurisdictionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateTaxSchemeJurisdictionResponse) ValidateAll

func (m *CreateTaxSchemeJurisdictionResponse) ValidateAll() error

ValidateAll checks the field values on CreateTaxSchemeJurisdictionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTaxSchemeJurisdictionResponseMultiError, or nil if none found.

type CreateTaxSchemeJurisdictionResponseMultiError

type CreateTaxSchemeJurisdictionResponseMultiError []error

CreateTaxSchemeJurisdictionResponseMultiError is an error wrapping multiple validation errors returned by CreateTaxSchemeJurisdictionResponse.ValidateAll() if the designated constraints aren't met.

func (CreateTaxSchemeJurisdictionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateTaxSchemeJurisdictionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateTaxSchemeJurisdictionResponseValidationError

type CreateTaxSchemeJurisdictionResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateTaxSchemeJurisdictionResponseValidationError is the validation error returned by CreateTaxSchemeJurisdictionResponse.Validate if the designated constraints aren't met.

func (CreateTaxSchemeJurisdictionResponseValidationError) Cause

Cause function returns cause value.

func (CreateTaxSchemeJurisdictionResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateTaxSchemeJurisdictionResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateTaxSchemeJurisdictionResponseValidationError) Field

Field function returns field value.

func (CreateTaxSchemeJurisdictionResponseValidationError) Key

Key function returns key value.

func (CreateTaxSchemeJurisdictionResponseValidationError) Reason

Reason function returns reason value.

type CreateTaxSchemeRequest

type CreateTaxSchemeRequest struct {
	TsId          string `protobuf:"bytes,1,opt,name=ts_id,json=tsId,proto3" json:"ts_id,omitempty"`
	TaxSchemeName string `protobuf:"bytes,2,opt,name=tax_scheme_name,json=taxSchemeName,proto3" json:"tax_scheme_name,omitempty"`
	TaxTypeCode   string `protobuf:"bytes,3,opt,name=tax_type_code,json=taxTypeCode,proto3" json:"tax_type_code,omitempty"`
	CurrencyCode  string `protobuf:"bytes,4,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"`
	UserId        string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail     string `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId     string `protobuf:"bytes,7,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTaxSchemeRequest) Descriptor deprecated

func (*CreateTaxSchemeRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateTaxSchemeRequest.ProtoReflect.Descriptor instead.

func (*CreateTaxSchemeRequest) GetCurrencyCode

func (x *CreateTaxSchemeRequest) GetCurrencyCode() string

func (*CreateTaxSchemeRequest) GetRequestId

func (x *CreateTaxSchemeRequest) GetRequestId() string

func (*CreateTaxSchemeRequest) GetTaxSchemeName

func (x *CreateTaxSchemeRequest) GetTaxSchemeName() string

func (*CreateTaxSchemeRequest) GetTaxTypeCode

func (x *CreateTaxSchemeRequest) GetTaxTypeCode() string

func (*CreateTaxSchemeRequest) GetTsId

func (x *CreateTaxSchemeRequest) GetTsId() string

func (*CreateTaxSchemeRequest) GetUserEmail

func (x *CreateTaxSchemeRequest) GetUserEmail() string

func (*CreateTaxSchemeRequest) GetUserId

func (x *CreateTaxSchemeRequest) GetUserId() string

func (*CreateTaxSchemeRequest) ProtoMessage

func (*CreateTaxSchemeRequest) ProtoMessage()

func (*CreateTaxSchemeRequest) ProtoReflect

func (x *CreateTaxSchemeRequest) ProtoReflect() protoreflect.Message

func (*CreateTaxSchemeRequest) Reset

func (x *CreateTaxSchemeRequest) Reset()

func (*CreateTaxSchemeRequest) String

func (x *CreateTaxSchemeRequest) String() string

func (*CreateTaxSchemeRequest) Validate

func (m *CreateTaxSchemeRequest) Validate() error

Validate checks the field values on CreateTaxSchemeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateTaxSchemeRequest) ValidateAll

func (m *CreateTaxSchemeRequest) ValidateAll() error

ValidateAll checks the field values on CreateTaxSchemeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTaxSchemeRequestMultiError, or nil if none found.

type CreateTaxSchemeRequestMultiError

type CreateTaxSchemeRequestMultiError []error

CreateTaxSchemeRequestMultiError is an error wrapping multiple validation errors returned by CreateTaxSchemeRequest.ValidateAll() if the designated constraints aren't met.

func (CreateTaxSchemeRequestMultiError) AllErrors

func (m CreateTaxSchemeRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateTaxSchemeRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateTaxSchemeRequestValidationError

type CreateTaxSchemeRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateTaxSchemeRequestValidationError is the validation error returned by CreateTaxSchemeRequest.Validate if the designated constraints aren't met.

func (CreateTaxSchemeRequestValidationError) Cause

Cause function returns cause value.

func (CreateTaxSchemeRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateTaxSchemeRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateTaxSchemeRequestValidationError) Field

Field function returns field value.

func (CreateTaxSchemeRequestValidationError) Key

Key function returns key value.

func (CreateTaxSchemeRequestValidationError) Reason

Reason function returns reason value.

type CreateTaxSchemeResponse

type CreateTaxSchemeResponse struct {
	TaxScheme *TaxScheme `protobuf:"bytes,1,opt,name=tax_scheme,json=taxScheme,proto3" json:"tax_scheme,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTaxSchemeResponse) Descriptor deprecated

func (*CreateTaxSchemeResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateTaxSchemeResponse.ProtoReflect.Descriptor instead.

func (*CreateTaxSchemeResponse) GetTaxScheme

func (x *CreateTaxSchemeResponse) GetTaxScheme() *TaxScheme

func (*CreateTaxSchemeResponse) ProtoMessage

func (*CreateTaxSchemeResponse) ProtoMessage()

func (*CreateTaxSchemeResponse) ProtoReflect

func (x *CreateTaxSchemeResponse) ProtoReflect() protoreflect.Message

func (*CreateTaxSchemeResponse) Reset

func (x *CreateTaxSchemeResponse) Reset()

func (*CreateTaxSchemeResponse) String

func (x *CreateTaxSchemeResponse) String() string

func (*CreateTaxSchemeResponse) Validate

func (m *CreateTaxSchemeResponse) Validate() error

Validate checks the field values on CreateTaxSchemeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateTaxSchemeResponse) ValidateAll

func (m *CreateTaxSchemeResponse) ValidateAll() error

ValidateAll checks the field values on CreateTaxSchemeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTaxSchemeResponseMultiError, or nil if none found.

type CreateTaxSchemeResponseMultiError

type CreateTaxSchemeResponseMultiError []error

CreateTaxSchemeResponseMultiError is an error wrapping multiple validation errors returned by CreateTaxSchemeResponse.ValidateAll() if the designated constraints aren't met.

func (CreateTaxSchemeResponseMultiError) AllErrors

func (m CreateTaxSchemeResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateTaxSchemeResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateTaxSchemeResponseValidationError

type CreateTaxSchemeResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateTaxSchemeResponseValidationError is the validation error returned by CreateTaxSchemeResponse.Validate if the designated constraints aren't met.

func (CreateTaxSchemeResponseValidationError) Cause

Cause function returns cause value.

func (CreateTaxSchemeResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateTaxSchemeResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateTaxSchemeResponseValidationError) Field

Field function returns field value.

func (CreateTaxSchemeResponseValidationError) Key

Key function returns key value.

func (CreateTaxSchemeResponseValidationError) Reason

Reason function returns reason value.

type CreateTaxSubTotalRequest

type CreateTaxSubTotalRequest struct {
	TaxableAmount                float64 `protobuf:"fixed64,1,opt,name=taxable_amount,json=taxableAmount,proto3" json:"taxable_amount,omitempty"`
	TaxAmount                    float64 `protobuf:"fixed64,2,opt,name=tax_amount,json=taxAmount,proto3" json:"tax_amount,omitempty"`
	CalculationSequenceNumeric   uint32  `` /* 142-byte string literal not displayed */
	TransactionCurrencyTaxAmount float64 `` /* 151-byte string literal not displayed */
	Percent                      float32 `protobuf:"fixed32,5,opt,name=percent,proto3" json:"percent,omitempty"`
	BaseUnitMeasure              string  `protobuf:"bytes,6,opt,name=base_unit_measure,json=baseUnitMeasure,proto3" json:"base_unit_measure,omitempty"`
	PerUnitAmount                float64 `protobuf:"fixed64,7,opt,name=per_unit_amount,json=perUnitAmount,proto3" json:"per_unit_amount,omitempty"`
	TierRange                    string  `protobuf:"bytes,8,opt,name=tier_range,json=tierRange,proto3" json:"tier_range,omitempty"`
	TierRatePercent              float64 `protobuf:"fixed64,9,opt,name=tier_rate_percent,json=tierRatePercent,proto3" json:"tier_rate_percent,omitempty"`
	TaxCategoryId                uint32  `protobuf:"varint,10,opt,name=tax_category_id,json=taxCategoryId,proto3" json:"tax_category_id,omitempty"`
	TaxTotalId                   uint32  `protobuf:"varint,11,opt,name=tax_total_id,json=taxTotalId,proto3" json:"tax_total_id,omitempty"`
	UserId                       string  `protobuf:"bytes,12,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                    string  `protobuf:"bytes,13,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                    string  `protobuf:"bytes,14,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTaxSubTotalRequest) Descriptor deprecated

func (*CreateTaxSubTotalRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateTaxSubTotalRequest.ProtoReflect.Descriptor instead.

func (*CreateTaxSubTotalRequest) GetBaseUnitMeasure

func (x *CreateTaxSubTotalRequest) GetBaseUnitMeasure() string

func (*CreateTaxSubTotalRequest) GetCalculationSequenceNumeric

func (x *CreateTaxSubTotalRequest) GetCalculationSequenceNumeric() uint32

func (*CreateTaxSubTotalRequest) GetPerUnitAmount

func (x *CreateTaxSubTotalRequest) GetPerUnitAmount() float64

func (*CreateTaxSubTotalRequest) GetPercent

func (x *CreateTaxSubTotalRequest) GetPercent() float32

func (*CreateTaxSubTotalRequest) GetRequestId

func (x *CreateTaxSubTotalRequest) GetRequestId() string

func (*CreateTaxSubTotalRequest) GetTaxAmount

func (x *CreateTaxSubTotalRequest) GetTaxAmount() float64

func (*CreateTaxSubTotalRequest) GetTaxCategoryId

func (x *CreateTaxSubTotalRequest) GetTaxCategoryId() uint32

func (*CreateTaxSubTotalRequest) GetTaxTotalId

func (x *CreateTaxSubTotalRequest) GetTaxTotalId() uint32

func (*CreateTaxSubTotalRequest) GetTaxableAmount

func (x *CreateTaxSubTotalRequest) GetTaxableAmount() float64

func (*CreateTaxSubTotalRequest) GetTierRange

func (x *CreateTaxSubTotalRequest) GetTierRange() string

func (*CreateTaxSubTotalRequest) GetTierRatePercent

func (x *CreateTaxSubTotalRequest) GetTierRatePercent() float64

func (*CreateTaxSubTotalRequest) GetTransactionCurrencyTaxAmount

func (x *CreateTaxSubTotalRequest) GetTransactionCurrencyTaxAmount() float64

func (*CreateTaxSubTotalRequest) GetUserEmail

func (x *CreateTaxSubTotalRequest) GetUserEmail() string

func (*CreateTaxSubTotalRequest) GetUserId

func (x *CreateTaxSubTotalRequest) GetUserId() string

func (*CreateTaxSubTotalRequest) ProtoMessage

func (*CreateTaxSubTotalRequest) ProtoMessage()

func (*CreateTaxSubTotalRequest) ProtoReflect

func (x *CreateTaxSubTotalRequest) ProtoReflect() protoreflect.Message

func (*CreateTaxSubTotalRequest) Reset

func (x *CreateTaxSubTotalRequest) Reset()

func (*CreateTaxSubTotalRequest) String

func (x *CreateTaxSubTotalRequest) String() string

func (*CreateTaxSubTotalRequest) Validate

func (m *CreateTaxSubTotalRequest) Validate() error

Validate checks the field values on CreateTaxSubTotalRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateTaxSubTotalRequest) ValidateAll

func (m *CreateTaxSubTotalRequest) ValidateAll() error

ValidateAll checks the field values on CreateTaxSubTotalRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTaxSubTotalRequestMultiError, or nil if none found.

type CreateTaxSubTotalRequestMultiError

type CreateTaxSubTotalRequestMultiError []error

CreateTaxSubTotalRequestMultiError is an error wrapping multiple validation errors returned by CreateTaxSubTotalRequest.ValidateAll() if the designated constraints aren't met.

func (CreateTaxSubTotalRequestMultiError) AllErrors

func (m CreateTaxSubTotalRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateTaxSubTotalRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateTaxSubTotalRequestValidationError

type CreateTaxSubTotalRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateTaxSubTotalRequestValidationError is the validation error returned by CreateTaxSubTotalRequest.Validate if the designated constraints aren't met.

func (CreateTaxSubTotalRequestValidationError) Cause

Cause function returns cause value.

func (CreateTaxSubTotalRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateTaxSubTotalRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateTaxSubTotalRequestValidationError) Field

Field function returns field value.

func (CreateTaxSubTotalRequestValidationError) Key

Key function returns key value.

func (CreateTaxSubTotalRequestValidationError) Reason

Reason function returns reason value.

type CreateTaxSubTotalResponse

type CreateTaxSubTotalResponse struct {
	TaxSubTotal *TaxSubTotal `protobuf:"bytes,1,opt,name=tax_sub_total,json=taxSubTotal,proto3" json:"tax_sub_total,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTaxSubTotalResponse) Descriptor deprecated

func (*CreateTaxSubTotalResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateTaxSubTotalResponse.ProtoReflect.Descriptor instead.

func (*CreateTaxSubTotalResponse) GetTaxSubTotal

func (x *CreateTaxSubTotalResponse) GetTaxSubTotal() *TaxSubTotal

func (*CreateTaxSubTotalResponse) ProtoMessage

func (*CreateTaxSubTotalResponse) ProtoMessage()

func (*CreateTaxSubTotalResponse) ProtoReflect

func (*CreateTaxSubTotalResponse) Reset

func (x *CreateTaxSubTotalResponse) Reset()

func (*CreateTaxSubTotalResponse) String

func (x *CreateTaxSubTotalResponse) String() string

func (*CreateTaxSubTotalResponse) Validate

func (m *CreateTaxSubTotalResponse) Validate() error

Validate checks the field values on CreateTaxSubTotalResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateTaxSubTotalResponse) ValidateAll

func (m *CreateTaxSubTotalResponse) ValidateAll() error

ValidateAll checks the field values on CreateTaxSubTotalResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTaxSubTotalResponseMultiError, or nil if none found.

type CreateTaxSubTotalResponseMultiError

type CreateTaxSubTotalResponseMultiError []error

CreateTaxSubTotalResponseMultiError is an error wrapping multiple validation errors returned by CreateTaxSubTotalResponse.ValidateAll() if the designated constraints aren't met.

func (CreateTaxSubTotalResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateTaxSubTotalResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateTaxSubTotalResponseValidationError

type CreateTaxSubTotalResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateTaxSubTotalResponseValidationError is the validation error returned by CreateTaxSubTotalResponse.Validate if the designated constraints aren't met.

func (CreateTaxSubTotalResponseValidationError) Cause

Cause function returns cause value.

func (CreateTaxSubTotalResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateTaxSubTotalResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateTaxSubTotalResponseValidationError) Field

Field function returns field value.

func (CreateTaxSubTotalResponseValidationError) Key

Key function returns key value.

func (CreateTaxSubTotalResponseValidationError) Reason

Reason function returns reason value.

type CreateTaxTotalRequest

type CreateTaxTotalRequest struct {
	TaxAmount            float64 `protobuf:"fixed64,1,opt,name=tax_amount,json=taxAmount,proto3" json:"tax_amount,omitempty"`
	RoundingAmount       float64 `protobuf:"fixed64,2,opt,name=rounding_amount,json=roundingAmount,proto3" json:"rounding_amount,omitempty"`
	TaxEvidenceIndicator bool    `protobuf:"varint,3,opt,name=tax_evidence_indicator,json=taxEvidenceIndicator,proto3" json:"tax_evidence_indicator,omitempty"`
	TaxIncludedIndicator bool    `protobuf:"varint,4,opt,name=tax_included_indicator,json=taxIncludedIndicator,proto3" json:"tax_included_indicator,omitempty"`
	MasterFlag           string  `protobuf:"bytes,5,opt,name=master_flag,json=masterFlag,proto3" json:"master_flag,omitempty"`
	MasterId             uint32  `protobuf:"varint,6,opt,name=master_id,json=masterId,proto3" json:"master_id,omitempty"`
	TaxCategoryId        uint32  `protobuf:"varint,7,opt,name=tax_category_id,json=taxCategoryId,proto3" json:"tax_category_id,omitempty"`
	UserId               string  `protobuf:"bytes,8,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail            string  `protobuf:"bytes,9,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId            string  `protobuf:"bytes,10,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTaxTotalRequest) Descriptor deprecated

func (*CreateTaxTotalRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateTaxTotalRequest.ProtoReflect.Descriptor instead.

func (*CreateTaxTotalRequest) GetMasterFlag

func (x *CreateTaxTotalRequest) GetMasterFlag() string

func (*CreateTaxTotalRequest) GetMasterId

func (x *CreateTaxTotalRequest) GetMasterId() uint32

func (*CreateTaxTotalRequest) GetRequestId

func (x *CreateTaxTotalRequest) GetRequestId() string

func (*CreateTaxTotalRequest) GetRoundingAmount

func (x *CreateTaxTotalRequest) GetRoundingAmount() float64

func (*CreateTaxTotalRequest) GetTaxAmount

func (x *CreateTaxTotalRequest) GetTaxAmount() float64

func (*CreateTaxTotalRequest) GetTaxCategoryId

func (x *CreateTaxTotalRequest) GetTaxCategoryId() uint32

func (*CreateTaxTotalRequest) GetTaxEvidenceIndicator

func (x *CreateTaxTotalRequest) GetTaxEvidenceIndicator() bool

func (*CreateTaxTotalRequest) GetTaxIncludedIndicator

func (x *CreateTaxTotalRequest) GetTaxIncludedIndicator() bool

func (*CreateTaxTotalRequest) GetUserEmail

func (x *CreateTaxTotalRequest) GetUserEmail() string

func (*CreateTaxTotalRequest) GetUserId

func (x *CreateTaxTotalRequest) GetUserId() string

func (*CreateTaxTotalRequest) ProtoMessage

func (*CreateTaxTotalRequest) ProtoMessage()

func (*CreateTaxTotalRequest) ProtoReflect

func (x *CreateTaxTotalRequest) ProtoReflect() protoreflect.Message

func (*CreateTaxTotalRequest) Reset

func (x *CreateTaxTotalRequest) Reset()

func (*CreateTaxTotalRequest) String

func (x *CreateTaxTotalRequest) String() string

func (*CreateTaxTotalRequest) Validate

func (m *CreateTaxTotalRequest) Validate() error

Validate checks the field values on CreateTaxTotalRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateTaxTotalRequest) ValidateAll

func (m *CreateTaxTotalRequest) ValidateAll() error

ValidateAll checks the field values on CreateTaxTotalRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTaxTotalRequestMultiError, or nil if none found.

type CreateTaxTotalRequestMultiError

type CreateTaxTotalRequestMultiError []error

CreateTaxTotalRequestMultiError is an error wrapping multiple validation errors returned by CreateTaxTotalRequest.ValidateAll() if the designated constraints aren't met.

func (CreateTaxTotalRequestMultiError) AllErrors

func (m CreateTaxTotalRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateTaxTotalRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateTaxTotalRequestValidationError

type CreateTaxTotalRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateTaxTotalRequestValidationError is the validation error returned by CreateTaxTotalRequest.Validate if the designated constraints aren't met.

func (CreateTaxTotalRequestValidationError) Cause

Cause function returns cause value.

func (CreateTaxTotalRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateTaxTotalRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateTaxTotalRequestValidationError) Field

Field function returns field value.

func (CreateTaxTotalRequestValidationError) Key

Key function returns key value.

func (CreateTaxTotalRequestValidationError) Reason

Reason function returns reason value.

type CreateTaxTotalResponse

type CreateTaxTotalResponse struct {
	TaxTotal *TaxTotal `protobuf:"bytes,1,opt,name=tax_total,json=taxTotal,proto3" json:"tax_total,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTaxTotalResponse) Descriptor deprecated

func (*CreateTaxTotalResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateTaxTotalResponse.ProtoReflect.Descriptor instead.

func (*CreateTaxTotalResponse) GetTaxTotal

func (x *CreateTaxTotalResponse) GetTaxTotal() *TaxTotal

func (*CreateTaxTotalResponse) ProtoMessage

func (*CreateTaxTotalResponse) ProtoMessage()

func (*CreateTaxTotalResponse) ProtoReflect

func (x *CreateTaxTotalResponse) ProtoReflect() protoreflect.Message

func (*CreateTaxTotalResponse) Reset

func (x *CreateTaxTotalResponse) Reset()

func (*CreateTaxTotalResponse) String

func (x *CreateTaxTotalResponse) String() string

func (*CreateTaxTotalResponse) Validate

func (m *CreateTaxTotalResponse) Validate() error

Validate checks the field values on CreateTaxTotalResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateTaxTotalResponse) ValidateAll

func (m *CreateTaxTotalResponse) ValidateAll() error

ValidateAll checks the field values on CreateTaxTotalResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTaxTotalResponseMultiError, or nil if none found.

type CreateTaxTotalResponseMultiError

type CreateTaxTotalResponseMultiError []error

CreateTaxTotalResponseMultiError is an error wrapping multiple validation errors returned by CreateTaxTotalResponse.ValidateAll() if the designated constraints aren't met.

func (CreateTaxTotalResponseMultiError) AllErrors

func (m CreateTaxTotalResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateTaxTotalResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateTaxTotalResponseValidationError

type CreateTaxTotalResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateTaxTotalResponseValidationError is the validation error returned by CreateTaxTotalResponse.Validate if the designated constraints aren't met.

func (CreateTaxTotalResponseValidationError) Cause

Cause function returns cause value.

func (CreateTaxTotalResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateTaxTotalResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateTaxTotalResponseValidationError) Field

Field function returns field value.

func (CreateTaxTotalResponseValidationError) Key

Key function returns key value.

func (CreateTaxTotalResponseValidationError) Reason

Reason function returns reason value.

type GetTaxSchemeRequest

type GetTaxSchemeRequest struct {
	GetRequest *v1.GetRequest `protobuf:"bytes,1,opt,name=get_request,json=getRequest,proto3" json:"get_request,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTaxSchemeRequest) Descriptor deprecated

func (*GetTaxSchemeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTaxSchemeRequest.ProtoReflect.Descriptor instead.

func (*GetTaxSchemeRequest) GetGetRequest

func (x *GetTaxSchemeRequest) GetGetRequest() *v1.GetRequest

func (*GetTaxSchemeRequest) ProtoMessage

func (*GetTaxSchemeRequest) ProtoMessage()

func (*GetTaxSchemeRequest) ProtoReflect

func (x *GetTaxSchemeRequest) ProtoReflect() protoreflect.Message

func (*GetTaxSchemeRequest) Reset

func (x *GetTaxSchemeRequest) Reset()

func (*GetTaxSchemeRequest) String

func (x *GetTaxSchemeRequest) String() string

func (*GetTaxSchemeRequest) Validate

func (m *GetTaxSchemeRequest) Validate() error

Validate checks the field values on GetTaxSchemeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTaxSchemeRequest) ValidateAll

func (m *GetTaxSchemeRequest) ValidateAll() error

ValidateAll checks the field values on GetTaxSchemeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTaxSchemeRequestMultiError, or nil if none found.

type GetTaxSchemeRequestMultiError

type GetTaxSchemeRequestMultiError []error

GetTaxSchemeRequestMultiError is an error wrapping multiple validation errors returned by GetTaxSchemeRequest.ValidateAll() if the designated constraints aren't met.

func (GetTaxSchemeRequestMultiError) AllErrors

func (m GetTaxSchemeRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTaxSchemeRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTaxSchemeRequestValidationError

type GetTaxSchemeRequestValidationError struct {
	// contains filtered or unexported fields
}

GetTaxSchemeRequestValidationError is the validation error returned by GetTaxSchemeRequest.Validate if the designated constraints aren't met.

func (GetTaxSchemeRequestValidationError) Cause

Cause function returns cause value.

func (GetTaxSchemeRequestValidationError) Error

Error satisfies the builtin error interface

func (GetTaxSchemeRequestValidationError) ErrorName

ErrorName returns error name.

func (GetTaxSchemeRequestValidationError) Field

Field function returns field value.

func (GetTaxSchemeRequestValidationError) Key

Key function returns key value.

func (GetTaxSchemeRequestValidationError) Reason

Reason function returns reason value.

type GetTaxSchemeResponse

type GetTaxSchemeResponse struct {
	TaxScheme *TaxScheme `protobuf:"bytes,1,opt,name=tax_scheme,json=taxScheme,proto3" json:"tax_scheme,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTaxSchemeResponse) Descriptor deprecated

func (*GetTaxSchemeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTaxSchemeResponse.ProtoReflect.Descriptor instead.

func (*GetTaxSchemeResponse) GetTaxScheme

func (x *GetTaxSchemeResponse) GetTaxScheme() *TaxScheme

func (*GetTaxSchemeResponse) ProtoMessage

func (*GetTaxSchemeResponse) ProtoMessage()

func (*GetTaxSchemeResponse) ProtoReflect

func (x *GetTaxSchemeResponse) ProtoReflect() protoreflect.Message

func (*GetTaxSchemeResponse) Reset

func (x *GetTaxSchemeResponse) Reset()

func (*GetTaxSchemeResponse) String

func (x *GetTaxSchemeResponse) String() string

func (*GetTaxSchemeResponse) Validate

func (m *GetTaxSchemeResponse) Validate() error

Validate checks the field values on GetTaxSchemeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTaxSchemeResponse) ValidateAll

func (m *GetTaxSchemeResponse) ValidateAll() error

ValidateAll checks the field values on GetTaxSchemeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTaxSchemeResponseMultiError, or nil if none found.

type GetTaxSchemeResponseMultiError

type GetTaxSchemeResponseMultiError []error

GetTaxSchemeResponseMultiError is an error wrapping multiple validation errors returned by GetTaxSchemeResponse.ValidateAll() if the designated constraints aren't met.

func (GetTaxSchemeResponseMultiError) AllErrors

func (m GetTaxSchemeResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTaxSchemeResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTaxSchemeResponseValidationError

type GetTaxSchemeResponseValidationError struct {
	// contains filtered or unexported fields
}

GetTaxSchemeResponseValidationError is the validation error returned by GetTaxSchemeResponse.Validate if the designated constraints aren't met.

func (GetTaxSchemeResponseValidationError) Cause

Cause function returns cause value.

func (GetTaxSchemeResponseValidationError) Error

Error satisfies the builtin error interface

func (GetTaxSchemeResponseValidationError) ErrorName

ErrorName returns error name.

func (GetTaxSchemeResponseValidationError) Field

Field function returns field value.

func (GetTaxSchemeResponseValidationError) Key

Key function returns key value.

func (GetTaxSchemeResponseValidationError) Reason

Reason function returns reason value.

type GetTaxSchemesRequest

type GetTaxSchemesRequest struct {
	Limit      string `protobuf:"bytes,1,opt,name=limit,proto3" json:"limit,omitempty"`
	NextCursor string `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	UserEmail  string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId  string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTaxSchemesRequest) Descriptor deprecated

func (*GetTaxSchemesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTaxSchemesRequest.ProtoReflect.Descriptor instead.

func (*GetTaxSchemesRequest) GetLimit

func (x *GetTaxSchemesRequest) GetLimit() string

func (*GetTaxSchemesRequest) GetNextCursor

func (x *GetTaxSchemesRequest) GetNextCursor() string

func (*GetTaxSchemesRequest) GetRequestId

func (x *GetTaxSchemesRequest) GetRequestId() string

func (*GetTaxSchemesRequest) GetUserEmail

func (x *GetTaxSchemesRequest) GetUserEmail() string

func (*GetTaxSchemesRequest) ProtoMessage

func (*GetTaxSchemesRequest) ProtoMessage()

func (*GetTaxSchemesRequest) ProtoReflect

func (x *GetTaxSchemesRequest) ProtoReflect() protoreflect.Message

func (*GetTaxSchemesRequest) Reset

func (x *GetTaxSchemesRequest) Reset()

func (*GetTaxSchemesRequest) String

func (x *GetTaxSchemesRequest) String() string

func (*GetTaxSchemesRequest) Validate

func (m *GetTaxSchemesRequest) Validate() error

Validate checks the field values on GetTaxSchemesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTaxSchemesRequest) ValidateAll

func (m *GetTaxSchemesRequest) ValidateAll() error

ValidateAll checks the field values on GetTaxSchemesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTaxSchemesRequestMultiError, or nil if none found.

type GetTaxSchemesRequestMultiError

type GetTaxSchemesRequestMultiError []error

GetTaxSchemesRequestMultiError is an error wrapping multiple validation errors returned by GetTaxSchemesRequest.ValidateAll() if the designated constraints aren't met.

func (GetTaxSchemesRequestMultiError) AllErrors

func (m GetTaxSchemesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTaxSchemesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTaxSchemesRequestValidationError

type GetTaxSchemesRequestValidationError struct {
	// contains filtered or unexported fields
}

GetTaxSchemesRequestValidationError is the validation error returned by GetTaxSchemesRequest.Validate if the designated constraints aren't met.

func (GetTaxSchemesRequestValidationError) Cause

Cause function returns cause value.

func (GetTaxSchemesRequestValidationError) Error

Error satisfies the builtin error interface

func (GetTaxSchemesRequestValidationError) ErrorName

ErrorName returns error name.

func (GetTaxSchemesRequestValidationError) Field

Field function returns field value.

func (GetTaxSchemesRequestValidationError) Key

Key function returns key value.

func (GetTaxSchemesRequestValidationError) Reason

Reason function returns reason value.

type GetTaxSchemesResponse

type GetTaxSchemesResponse struct {
	TaxSchemes []*TaxScheme `protobuf:"bytes,1,rep,name=tax_schemes,json=taxSchemes,proto3" json:"tax_schemes,omitempty"`
	NextCursor string       `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTaxSchemesResponse) Descriptor deprecated

func (*GetTaxSchemesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTaxSchemesResponse.ProtoReflect.Descriptor instead.

func (*GetTaxSchemesResponse) GetNextCursor

func (x *GetTaxSchemesResponse) GetNextCursor() string

func (*GetTaxSchemesResponse) GetTaxSchemes

func (x *GetTaxSchemesResponse) GetTaxSchemes() []*TaxScheme

func (*GetTaxSchemesResponse) ProtoMessage

func (*GetTaxSchemesResponse) ProtoMessage()

func (*GetTaxSchemesResponse) ProtoReflect

func (x *GetTaxSchemesResponse) ProtoReflect() protoreflect.Message

func (*GetTaxSchemesResponse) Reset

func (x *GetTaxSchemesResponse) Reset()

func (*GetTaxSchemesResponse) String

func (x *GetTaxSchemesResponse) String() string

func (*GetTaxSchemesResponse) Validate

func (m *GetTaxSchemesResponse) Validate() error

Validate checks the field values on GetTaxSchemesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTaxSchemesResponse) ValidateAll

func (m *GetTaxSchemesResponse) ValidateAll() error

ValidateAll checks the field values on GetTaxSchemesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTaxSchemesResponseMultiError, or nil if none found.

type GetTaxSchemesResponseMultiError

type GetTaxSchemesResponseMultiError []error

GetTaxSchemesResponseMultiError is an error wrapping multiple validation errors returned by GetTaxSchemesResponse.ValidateAll() if the designated constraints aren't met.

func (GetTaxSchemesResponseMultiError) AllErrors

func (m GetTaxSchemesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTaxSchemesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTaxSchemesResponseValidationError

type GetTaxSchemesResponseValidationError struct {
	// contains filtered or unexported fields
}

GetTaxSchemesResponseValidationError is the validation error returned by GetTaxSchemesResponse.Validate if the designated constraints aren't met.

func (GetTaxSchemesResponseValidationError) Cause

Cause function returns cause value.

func (GetTaxSchemesResponseValidationError) Error

Error satisfies the builtin error interface

func (GetTaxSchemesResponseValidationError) ErrorName

ErrorName returns error name.

func (GetTaxSchemesResponseValidationError) Field

Field function returns field value.

func (GetTaxSchemesResponseValidationError) Key

Key function returns key value.

func (GetTaxSchemesResponseValidationError) Reason

Reason function returns reason value.

type TaxCategory

type TaxCategory struct {
	TaxCategoryD *TaxCategoryD `protobuf:"bytes,1,opt,name=tax_category_d,json=taxCategoryD,proto3" json:"tax_category_d,omitempty"`
	CrUpdUser    *v1.CrUpdUser `protobuf:"bytes,2,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime    *v1.CrUpdTime `protobuf:"bytes,3,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	// contains filtered or unexported fields
}

func (*TaxCategory) Descriptor deprecated

func (*TaxCategory) Descriptor() ([]byte, []int)

Deprecated: Use TaxCategory.ProtoReflect.Descriptor instead.

func (*TaxCategory) GetCrUpdTime

func (x *TaxCategory) GetCrUpdTime() *v1.CrUpdTime

func (*TaxCategory) GetCrUpdUser

func (x *TaxCategory) GetCrUpdUser() *v1.CrUpdUser

func (*TaxCategory) GetTaxCategoryD

func (x *TaxCategory) GetTaxCategoryD() *TaxCategoryD

func (*TaxCategory) ProtoMessage

func (*TaxCategory) ProtoMessage()

func (*TaxCategory) ProtoReflect

func (x *TaxCategory) ProtoReflect() protoreflect.Message

func (*TaxCategory) Reset

func (x *TaxCategory) Reset()

func (*TaxCategory) String

func (x *TaxCategory) String() string

func (*TaxCategory) Validate

func (m *TaxCategory) Validate() error

Validate checks the field values on TaxCategory with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaxCategory) ValidateAll

func (m *TaxCategory) ValidateAll() error

ValidateAll checks the field values on TaxCategory with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaxCategoryMultiError, or nil if none found.

type TaxCategoryD

type TaxCategoryD struct {
	Id                     uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4                  []byte  `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS                    string  `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	TcId                   string  `protobuf:"bytes,4,opt,name=tc_id,json=tcId,proto3" json:"tc_id,omitempty"`
	TaxCategoryName        string  `protobuf:"bytes,5,opt,name=tax_category_name,json=taxCategoryName,proto3" json:"tax_category_name,omitempty"`
	Percent                float32 `protobuf:"fixed32,6,opt,name=percent,proto3" json:"percent,omitempty"`
	BaseUnitMeasure        string  `protobuf:"bytes,7,opt,name=base_unit_measure,json=baseUnitMeasure,proto3" json:"base_unit_measure,omitempty"`
	PerUnitAmount          float64 `protobuf:"fixed64,8,opt,name=per_unit_amount,json=perUnitAmount,proto3" json:"per_unit_amount,omitempty"`
	TaxExemptionReasonCode string  `` /* 131-byte string literal not displayed */
	TaxExemptionReason     string  `protobuf:"bytes,10,opt,name=tax_exemption_reason,json=taxExemptionReason,proto3" json:"tax_exemption_reason,omitempty"`
	TierRange              string  `protobuf:"bytes,11,opt,name=tier_range,json=tierRange,proto3" json:"tier_range,omitempty"`
	TierRatePercent        float32 `protobuf:"fixed32,12,opt,name=tier_rate_percent,json=tierRatePercent,proto3" json:"tier_rate_percent,omitempty"`
	TaxSchemeId            uint32  `protobuf:"varint,13,opt,name=tax_scheme_id,json=taxSchemeId,proto3" json:"tax_scheme_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TaxCategoryD) Descriptor deprecated

func (*TaxCategoryD) Descriptor() ([]byte, []int)

Deprecated: Use TaxCategoryD.ProtoReflect.Descriptor instead.

func (*TaxCategoryD) GetBaseUnitMeasure

func (x *TaxCategoryD) GetBaseUnitMeasure() string

func (*TaxCategoryD) GetId

func (x *TaxCategoryD) GetId() uint32

func (*TaxCategoryD) GetIdS

func (x *TaxCategoryD) GetIdS() string

func (*TaxCategoryD) GetPerUnitAmount

func (x *TaxCategoryD) GetPerUnitAmount() float64

func (*TaxCategoryD) GetPercent

func (x *TaxCategoryD) GetPercent() float32

func (*TaxCategoryD) GetTaxCategoryName

func (x *TaxCategoryD) GetTaxCategoryName() string

func (*TaxCategoryD) GetTaxExemptionReason

func (x *TaxCategoryD) GetTaxExemptionReason() string

func (*TaxCategoryD) GetTaxExemptionReasonCode

func (x *TaxCategoryD) GetTaxExemptionReasonCode() string

func (*TaxCategoryD) GetTaxSchemeId

func (x *TaxCategoryD) GetTaxSchemeId() uint32

func (*TaxCategoryD) GetTcId

func (x *TaxCategoryD) GetTcId() string

func (*TaxCategoryD) GetTierRange

func (x *TaxCategoryD) GetTierRange() string

func (*TaxCategoryD) GetTierRatePercent

func (x *TaxCategoryD) GetTierRatePercent() float32

func (*TaxCategoryD) GetUuid4

func (x *TaxCategoryD) GetUuid4() []byte

func (*TaxCategoryD) ProtoMessage

func (*TaxCategoryD) ProtoMessage()

func (*TaxCategoryD) ProtoReflect

func (x *TaxCategoryD) ProtoReflect() protoreflect.Message

func (*TaxCategoryD) Reset

func (x *TaxCategoryD) Reset()

func (*TaxCategoryD) String

func (x *TaxCategoryD) String() string

func (*TaxCategoryD) Validate

func (m *TaxCategoryD) Validate() error

Validate checks the field values on TaxCategoryD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaxCategoryD) ValidateAll

func (m *TaxCategoryD) ValidateAll() error

ValidateAll checks the field values on TaxCategoryD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaxCategoryDMultiError, or nil if none found.

type TaxCategoryDMultiError

type TaxCategoryDMultiError []error

TaxCategoryDMultiError is an error wrapping multiple validation errors returned by TaxCategoryD.ValidateAll() if the designated constraints aren't met.

func (TaxCategoryDMultiError) AllErrors

func (m TaxCategoryDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaxCategoryDMultiError) Error

func (m TaxCategoryDMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TaxCategoryDValidationError

type TaxCategoryDValidationError struct {
	// contains filtered or unexported fields
}

TaxCategoryDValidationError is the validation error returned by TaxCategoryD.Validate if the designated constraints aren't met.

func (TaxCategoryDValidationError) Cause

Cause function returns cause value.

func (TaxCategoryDValidationError) Error

Error satisfies the builtin error interface

func (TaxCategoryDValidationError) ErrorName

func (e TaxCategoryDValidationError) ErrorName() string

ErrorName returns error name.

func (TaxCategoryDValidationError) Field

Field function returns field value.

func (TaxCategoryDValidationError) Key

Key function returns key value.

func (TaxCategoryDValidationError) Reason

Reason function returns reason value.

type TaxCategoryMultiError

type TaxCategoryMultiError []error

TaxCategoryMultiError is an error wrapping multiple validation errors returned by TaxCategory.ValidateAll() if the designated constraints aren't met.

func (TaxCategoryMultiError) AllErrors

func (m TaxCategoryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaxCategoryMultiError) Error

func (m TaxCategoryMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TaxCategoryValidationError

type TaxCategoryValidationError struct {
	// contains filtered or unexported fields
}

TaxCategoryValidationError is the validation error returned by TaxCategory.Validate if the designated constraints aren't met.

func (TaxCategoryValidationError) Cause

Cause function returns cause value.

func (TaxCategoryValidationError) Error

Error satisfies the builtin error interface

func (TaxCategoryValidationError) ErrorName

func (e TaxCategoryValidationError) ErrorName() string

ErrorName returns error name.

func (TaxCategoryValidationError) Field

Field function returns field value.

func (TaxCategoryValidationError) Key

Key function returns key value.

func (TaxCategoryValidationError) Reason

Reason function returns reason value.

type TaxScheme

type TaxScheme struct {
	TaxSchemeD *TaxSchemeD   `protobuf:"bytes,1,opt,name=tax_scheme_d,json=taxSchemeD,proto3" json:"tax_scheme_d,omitempty"`
	CrUpdUser  *v1.CrUpdUser `protobuf:"bytes,2,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime  *v1.CrUpdTime `protobuf:"bytes,3,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	// contains filtered or unexported fields
}

func (*TaxScheme) Descriptor deprecated

func (*TaxScheme) Descriptor() ([]byte, []int)

Deprecated: Use TaxScheme.ProtoReflect.Descriptor instead.

func (*TaxScheme) GetCrUpdTime

func (x *TaxScheme) GetCrUpdTime() *v1.CrUpdTime

func (*TaxScheme) GetCrUpdUser

func (x *TaxScheme) GetCrUpdUser() *v1.CrUpdUser

func (*TaxScheme) GetTaxSchemeD

func (x *TaxScheme) GetTaxSchemeD() *TaxSchemeD

func (*TaxScheme) ProtoMessage

func (*TaxScheme) ProtoMessage()

func (*TaxScheme) ProtoReflect

func (x *TaxScheme) ProtoReflect() protoreflect.Message

func (*TaxScheme) Reset

func (x *TaxScheme) Reset()

func (*TaxScheme) String

func (x *TaxScheme) String() string

func (*TaxScheme) Validate

func (m *TaxScheme) Validate() error

Validate checks the field values on TaxScheme with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaxScheme) ValidateAll

func (m *TaxScheme) ValidateAll() error

ValidateAll checks the field values on TaxScheme with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaxSchemeMultiError, or nil if none found.

type TaxSchemeD

type TaxSchemeD struct {
	Id            uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4         []byte `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS           string `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	TsId          string `protobuf:"bytes,4,opt,name=ts_id,json=tsId,proto3" json:"ts_id,omitempty"`
	TaxSchemeName string `protobuf:"bytes,5,opt,name=tax_scheme_name,json=taxSchemeName,proto3" json:"tax_scheme_name,omitempty"`
	TaxTypeCode   string `protobuf:"bytes,6,opt,name=tax_type_code,json=taxTypeCode,proto3" json:"tax_type_code,omitempty"`
	CurrencyCode  string `protobuf:"bytes,7,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"`
	// contains filtered or unexported fields
}

func (*TaxSchemeD) Descriptor deprecated

func (*TaxSchemeD) Descriptor() ([]byte, []int)

Deprecated: Use TaxSchemeD.ProtoReflect.Descriptor instead.

func (*TaxSchemeD) GetCurrencyCode

func (x *TaxSchemeD) GetCurrencyCode() string

func (*TaxSchemeD) GetId

func (x *TaxSchemeD) GetId() uint32

func (*TaxSchemeD) GetIdS

func (x *TaxSchemeD) GetIdS() string

func (*TaxSchemeD) GetTaxSchemeName

func (x *TaxSchemeD) GetTaxSchemeName() string

func (*TaxSchemeD) GetTaxTypeCode

func (x *TaxSchemeD) GetTaxTypeCode() string

func (*TaxSchemeD) GetTsId

func (x *TaxSchemeD) GetTsId() string

func (*TaxSchemeD) GetUuid4

func (x *TaxSchemeD) GetUuid4() []byte

func (*TaxSchemeD) ProtoMessage

func (*TaxSchemeD) ProtoMessage()

func (*TaxSchemeD) ProtoReflect

func (x *TaxSchemeD) ProtoReflect() protoreflect.Message

func (*TaxSchemeD) Reset

func (x *TaxSchemeD) Reset()

func (*TaxSchemeD) String

func (x *TaxSchemeD) String() string

func (*TaxSchemeD) Validate

func (m *TaxSchemeD) Validate() error

Validate checks the field values on TaxSchemeD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaxSchemeD) ValidateAll

func (m *TaxSchemeD) ValidateAll() error

ValidateAll checks the field values on TaxSchemeD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaxSchemeDMultiError, or nil if none found.

type TaxSchemeDMultiError

type TaxSchemeDMultiError []error

TaxSchemeDMultiError is an error wrapping multiple validation errors returned by TaxSchemeD.ValidateAll() if the designated constraints aren't met.

func (TaxSchemeDMultiError) AllErrors

func (m TaxSchemeDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaxSchemeDMultiError) Error

func (m TaxSchemeDMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TaxSchemeDValidationError

type TaxSchemeDValidationError struct {
	// contains filtered or unexported fields
}

TaxSchemeDValidationError is the validation error returned by TaxSchemeD.Validate if the designated constraints aren't met.

func (TaxSchemeDValidationError) Cause

func (e TaxSchemeDValidationError) Cause() error

Cause function returns cause value.

func (TaxSchemeDValidationError) Error

Error satisfies the builtin error interface

func (TaxSchemeDValidationError) ErrorName

func (e TaxSchemeDValidationError) ErrorName() string

ErrorName returns error name.

func (TaxSchemeDValidationError) Field

Field function returns field value.

func (TaxSchemeDValidationError) Key

Key function returns key value.

func (TaxSchemeDValidationError) Reason

func (e TaxSchemeDValidationError) Reason() string

Reason function returns reason value.

type TaxSchemeJurisdiction

type TaxSchemeJurisdiction struct {
	TaxSchemeJurisdictionD *TaxSchemeJurisdictionD `` /* 131-byte string literal not displayed */
	TaxSchemeInfo          *v1.TaxSchemeInfo       `protobuf:"bytes,2,opt,name=tax_scheme_info,json=taxSchemeInfo,proto3" json:"tax_scheme_info,omitempty"`
	CrUpdUser              *v1.CrUpdUser           `protobuf:"bytes,3,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime              *v1.CrUpdTime           `protobuf:"bytes,4,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	// contains filtered or unexported fields
}

func (*TaxSchemeJurisdiction) Descriptor deprecated

func (*TaxSchemeJurisdiction) Descriptor() ([]byte, []int)

Deprecated: Use TaxSchemeJurisdiction.ProtoReflect.Descriptor instead.

func (*TaxSchemeJurisdiction) GetCrUpdTime

func (x *TaxSchemeJurisdiction) GetCrUpdTime() *v1.CrUpdTime

func (*TaxSchemeJurisdiction) GetCrUpdUser

func (x *TaxSchemeJurisdiction) GetCrUpdUser() *v1.CrUpdUser

func (*TaxSchemeJurisdiction) GetTaxSchemeInfo

func (x *TaxSchemeJurisdiction) GetTaxSchemeInfo() *v1.TaxSchemeInfo

func (*TaxSchemeJurisdiction) GetTaxSchemeJurisdictionD

func (x *TaxSchemeJurisdiction) GetTaxSchemeJurisdictionD() *TaxSchemeJurisdictionD

func (*TaxSchemeJurisdiction) ProtoMessage

func (*TaxSchemeJurisdiction) ProtoMessage()

func (*TaxSchemeJurisdiction) ProtoReflect

func (x *TaxSchemeJurisdiction) ProtoReflect() protoreflect.Message

func (*TaxSchemeJurisdiction) Reset

func (x *TaxSchemeJurisdiction) Reset()

func (*TaxSchemeJurisdiction) String

func (x *TaxSchemeJurisdiction) String() string

func (*TaxSchemeJurisdiction) Validate

func (m *TaxSchemeJurisdiction) Validate() error

Validate checks the field values on TaxSchemeJurisdiction with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaxSchemeJurisdiction) ValidateAll

func (m *TaxSchemeJurisdiction) ValidateAll() error

ValidateAll checks the field values on TaxSchemeJurisdiction with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaxSchemeJurisdictionMultiError, or nil if none found.

type TaxSchemeJurisdictionD

type TaxSchemeJurisdictionD struct {
	Id        uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4     []byte `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS       string `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	AddressId uint32 `protobuf:"varint,4,opt,name=address_id,json=addressId,proto3" json:"address_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TaxSchemeJurisdictionD) Descriptor deprecated

func (*TaxSchemeJurisdictionD) Descriptor() ([]byte, []int)

Deprecated: Use TaxSchemeJurisdictionD.ProtoReflect.Descriptor instead.

func (*TaxSchemeJurisdictionD) GetAddressId

func (x *TaxSchemeJurisdictionD) GetAddressId() uint32

func (*TaxSchemeJurisdictionD) GetId

func (x *TaxSchemeJurisdictionD) GetId() uint32

func (*TaxSchemeJurisdictionD) GetIdS

func (x *TaxSchemeJurisdictionD) GetIdS() string

func (*TaxSchemeJurisdictionD) GetUuid4

func (x *TaxSchemeJurisdictionD) GetUuid4() []byte

func (*TaxSchemeJurisdictionD) ProtoMessage

func (*TaxSchemeJurisdictionD) ProtoMessage()

func (*TaxSchemeJurisdictionD) ProtoReflect

func (x *TaxSchemeJurisdictionD) ProtoReflect() protoreflect.Message

func (*TaxSchemeJurisdictionD) Reset

func (x *TaxSchemeJurisdictionD) Reset()

func (*TaxSchemeJurisdictionD) String

func (x *TaxSchemeJurisdictionD) String() string

func (*TaxSchemeJurisdictionD) Validate

func (m *TaxSchemeJurisdictionD) Validate() error

Validate checks the field values on TaxSchemeJurisdictionD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaxSchemeJurisdictionD) ValidateAll

func (m *TaxSchemeJurisdictionD) ValidateAll() error

ValidateAll checks the field values on TaxSchemeJurisdictionD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaxSchemeJurisdictionDMultiError, or nil if none found.

type TaxSchemeJurisdictionDMultiError

type TaxSchemeJurisdictionDMultiError []error

TaxSchemeJurisdictionDMultiError is an error wrapping multiple validation errors returned by TaxSchemeJurisdictionD.ValidateAll() if the designated constraints aren't met.

func (TaxSchemeJurisdictionDMultiError) AllErrors

func (m TaxSchemeJurisdictionDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaxSchemeJurisdictionDMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TaxSchemeJurisdictionDValidationError

type TaxSchemeJurisdictionDValidationError struct {
	// contains filtered or unexported fields
}

TaxSchemeJurisdictionDValidationError is the validation error returned by TaxSchemeJurisdictionD.Validate if the designated constraints aren't met.

func (TaxSchemeJurisdictionDValidationError) Cause

Cause function returns cause value.

func (TaxSchemeJurisdictionDValidationError) Error

Error satisfies the builtin error interface

func (TaxSchemeJurisdictionDValidationError) ErrorName

ErrorName returns error name.

func (TaxSchemeJurisdictionDValidationError) Field

Field function returns field value.

func (TaxSchemeJurisdictionDValidationError) Key

Key function returns key value.

func (TaxSchemeJurisdictionDValidationError) Reason

Reason function returns reason value.

type TaxSchemeJurisdictionMultiError

type TaxSchemeJurisdictionMultiError []error

TaxSchemeJurisdictionMultiError is an error wrapping multiple validation errors returned by TaxSchemeJurisdiction.ValidateAll() if the designated constraints aren't met.

func (TaxSchemeJurisdictionMultiError) AllErrors

func (m TaxSchemeJurisdictionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaxSchemeJurisdictionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TaxSchemeJurisdictionValidationError

type TaxSchemeJurisdictionValidationError struct {
	// contains filtered or unexported fields
}

TaxSchemeJurisdictionValidationError is the validation error returned by TaxSchemeJurisdiction.Validate if the designated constraints aren't met.

func (TaxSchemeJurisdictionValidationError) Cause

Cause function returns cause value.

func (TaxSchemeJurisdictionValidationError) Error

Error satisfies the builtin error interface

func (TaxSchemeJurisdictionValidationError) ErrorName

ErrorName returns error name.

func (TaxSchemeJurisdictionValidationError) Field

Field function returns field value.

func (TaxSchemeJurisdictionValidationError) Key

Key function returns key value.

func (TaxSchemeJurisdictionValidationError) Reason

Reason function returns reason value.

type TaxSchemeMultiError

type TaxSchemeMultiError []error

TaxSchemeMultiError is an error wrapping multiple validation errors returned by TaxScheme.ValidateAll() if the designated constraints aren't met.

func (TaxSchemeMultiError) AllErrors

func (m TaxSchemeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaxSchemeMultiError) Error

func (m TaxSchemeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TaxSchemeValidationError

type TaxSchemeValidationError struct {
	// contains filtered or unexported fields
}

TaxSchemeValidationError is the validation error returned by TaxScheme.Validate if the designated constraints aren't met.

func (TaxSchemeValidationError) Cause

func (e TaxSchemeValidationError) Cause() error

Cause function returns cause value.

func (TaxSchemeValidationError) Error

func (e TaxSchemeValidationError) Error() string

Error satisfies the builtin error interface

func (TaxSchemeValidationError) ErrorName

func (e TaxSchemeValidationError) ErrorName() string

ErrorName returns error name.

func (TaxSchemeValidationError) Field

func (e TaxSchemeValidationError) Field() string

Field function returns field value.

func (TaxSchemeValidationError) Key

Key function returns key value.

func (TaxSchemeValidationError) Reason

func (e TaxSchemeValidationError) Reason() string

Reason function returns reason value.

type TaxServiceClient

type TaxServiceClient interface {
	GetTaxSchemes(ctx context.Context, in *GetTaxSchemesRequest, opts ...grpc.CallOption) (*GetTaxSchemesResponse, error)
	GetTaxScheme(ctx context.Context, in *GetTaxSchemeRequest, opts ...grpc.CallOption) (*GetTaxSchemeResponse, error)
	CreateTaxCategory(ctx context.Context, in *CreateTaxCategoryRequest, opts ...grpc.CallOption) (*CreateTaxCategoryResponse, error)
	UpdateTaxCategory(ctx context.Context, in *UpdateTaxCategoryRequest, opts ...grpc.CallOption) (*UpdateTaxCategoryResponse, error)
	CreateTaxScheme(ctx context.Context, in *CreateTaxSchemeRequest, opts ...grpc.CallOption) (*CreateTaxSchemeResponse, error)
	UpdateTaxScheme(ctx context.Context, in *UpdateTaxSchemeRequest, opts ...grpc.CallOption) (*UpdateTaxSchemeResponse, error)
	CreateTaxSchemeJurisdiction(ctx context.Context, in *CreateTaxSchemeJurisdictionRequest, opts ...grpc.CallOption) (*CreateTaxSchemeJurisdictionResponse, error)
	UpdateTaxSchemeJurisdiction(ctx context.Context, in *UpdateTaxSchemeJurisdictionRequest, opts ...grpc.CallOption) (*UpdateTaxSchemeJurisdictionResponse, error)
	CreateTaxTotal(ctx context.Context, in *CreateTaxTotalRequest, opts ...grpc.CallOption) (*CreateTaxTotalResponse, error)
	UpdateTaxTotal(ctx context.Context, in *UpdateTaxTotalRequest, opts ...grpc.CallOption) (*UpdateTaxTotalResponse, error)
	CreateTaxSubTotal(ctx context.Context, in *CreateTaxSubTotalRequest, opts ...grpc.CallOption) (*CreateTaxSubTotalResponse, error)
	UpdateTaxSubTotal(ctx context.Context, in *UpdateTaxSubTotalRequest, opts ...grpc.CallOption) (*UpdateTaxSubTotalResponse, error)
}

TaxServiceClient is the client API for TaxService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

The TaxService service definition.

func NewTaxServiceClient

func NewTaxServiceClient(cc grpc.ClientConnInterface) TaxServiceClient

type TaxServiceServer

TaxServiceServer is the server API for TaxService service. All implementations must embed UnimplementedTaxServiceServer for forward compatibility.

The TaxService service definition.

type TaxSubTotal

type TaxSubTotal struct {
	TaxSubTotalD *TaxSubTotalD `protobuf:"bytes,1,opt,name=tax_sub_total_d,json=taxSubTotalD,proto3" json:"tax_sub_total_d,omitempty"`
	CrUpdUser    *v1.CrUpdUser `protobuf:"bytes,2,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime    *v1.CrUpdTime `protobuf:"bytes,3,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	// contains filtered or unexported fields
}

func (*TaxSubTotal) Descriptor deprecated

func (*TaxSubTotal) Descriptor() ([]byte, []int)

Deprecated: Use TaxSubTotal.ProtoReflect.Descriptor instead.

func (*TaxSubTotal) GetCrUpdTime

func (x *TaxSubTotal) GetCrUpdTime() *v1.CrUpdTime

func (*TaxSubTotal) GetCrUpdUser

func (x *TaxSubTotal) GetCrUpdUser() *v1.CrUpdUser

func (*TaxSubTotal) GetTaxSubTotalD

func (x *TaxSubTotal) GetTaxSubTotalD() *TaxSubTotalD

func (*TaxSubTotal) ProtoMessage

func (*TaxSubTotal) ProtoMessage()

func (*TaxSubTotal) ProtoReflect

func (x *TaxSubTotal) ProtoReflect() protoreflect.Message

func (*TaxSubTotal) Reset

func (x *TaxSubTotal) Reset()

func (*TaxSubTotal) String

func (x *TaxSubTotal) String() string

func (*TaxSubTotal) Validate

func (m *TaxSubTotal) Validate() error

Validate checks the field values on TaxSubTotal with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaxSubTotal) ValidateAll

func (m *TaxSubTotal) ValidateAll() error

ValidateAll checks the field values on TaxSubTotal with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaxSubTotalMultiError, or nil if none found.

type TaxSubTotalD

type TaxSubTotalD struct {
	Id                           uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4                        []byte  `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS                          string  `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	TaxableAmount                float64 `protobuf:"fixed64,4,opt,name=taxable_amount,json=taxableAmount,proto3" json:"taxable_amount,omitempty"`
	TaxAmount                    float64 `protobuf:"fixed64,5,opt,name=tax_amount,json=taxAmount,proto3" json:"tax_amount,omitempty"`
	CalculationSequenceNumeric   uint32  `` /* 142-byte string literal not displayed */
	TransactionCurrencyTaxAmount float64 `` /* 151-byte string literal not displayed */
	Percent                      float32 `protobuf:"fixed32,8,opt,name=percent,proto3" json:"percent,omitempty"`
	BaseUnitMeasure              string  `protobuf:"bytes,9,opt,name=base_unit_measure,json=baseUnitMeasure,proto3" json:"base_unit_measure,omitempty"`
	PerUnitAmount                float64 `protobuf:"fixed64,10,opt,name=per_unit_amount,json=perUnitAmount,proto3" json:"per_unit_amount,omitempty"`
	TierRange                    string  `protobuf:"bytes,11,opt,name=tier_range,json=tierRange,proto3" json:"tier_range,omitempty"`
	TierRatePercent              float64 `protobuf:"fixed64,12,opt,name=tier_rate_percent,json=tierRatePercent,proto3" json:"tier_rate_percent,omitempty"`
	TaxCategoryId                uint32  `protobuf:"varint,13,opt,name=tax_category_id,json=taxCategoryId,proto3" json:"tax_category_id,omitempty"`
	TaxTotalId                   uint32  `protobuf:"varint,14,opt,name=tax_total_id,json=taxTotalId,proto3" json:"tax_total_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TaxSubTotalD) Descriptor deprecated

func (*TaxSubTotalD) Descriptor() ([]byte, []int)

Deprecated: Use TaxSubTotalD.ProtoReflect.Descriptor instead.

func (*TaxSubTotalD) GetBaseUnitMeasure

func (x *TaxSubTotalD) GetBaseUnitMeasure() string

func (*TaxSubTotalD) GetCalculationSequenceNumeric

func (x *TaxSubTotalD) GetCalculationSequenceNumeric() uint32

func (*TaxSubTotalD) GetId

func (x *TaxSubTotalD) GetId() uint32

func (*TaxSubTotalD) GetIdS

func (x *TaxSubTotalD) GetIdS() string

func (*TaxSubTotalD) GetPerUnitAmount

func (x *TaxSubTotalD) GetPerUnitAmount() float64

func (*TaxSubTotalD) GetPercent

func (x *TaxSubTotalD) GetPercent() float32

func (*TaxSubTotalD) GetTaxAmount

func (x *TaxSubTotalD) GetTaxAmount() float64

func (*TaxSubTotalD) GetTaxCategoryId

func (x *TaxSubTotalD) GetTaxCategoryId() uint32

func (*TaxSubTotalD) GetTaxTotalId

func (x *TaxSubTotalD) GetTaxTotalId() uint32

func (*TaxSubTotalD) GetTaxableAmount

func (x *TaxSubTotalD) GetTaxableAmount() float64

func (*TaxSubTotalD) GetTierRange

func (x *TaxSubTotalD) GetTierRange() string

func (*TaxSubTotalD) GetTierRatePercent

func (x *TaxSubTotalD) GetTierRatePercent() float64

func (*TaxSubTotalD) GetTransactionCurrencyTaxAmount

func (x *TaxSubTotalD) GetTransactionCurrencyTaxAmount() float64

func (*TaxSubTotalD) GetUuid4

func (x *TaxSubTotalD) GetUuid4() []byte

func (*TaxSubTotalD) ProtoMessage

func (*TaxSubTotalD) ProtoMessage()

func (*TaxSubTotalD) ProtoReflect

func (x *TaxSubTotalD) ProtoReflect() protoreflect.Message

func (*TaxSubTotalD) Reset

func (x *TaxSubTotalD) Reset()

func (*TaxSubTotalD) String

func (x *TaxSubTotalD) String() string

func (*TaxSubTotalD) Validate

func (m *TaxSubTotalD) Validate() error

Validate checks the field values on TaxSubTotalD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaxSubTotalD) ValidateAll

func (m *TaxSubTotalD) ValidateAll() error

ValidateAll checks the field values on TaxSubTotalD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaxSubTotalDMultiError, or nil if none found.

type TaxSubTotalDMultiError

type TaxSubTotalDMultiError []error

TaxSubTotalDMultiError is an error wrapping multiple validation errors returned by TaxSubTotalD.ValidateAll() if the designated constraints aren't met.

func (TaxSubTotalDMultiError) AllErrors

func (m TaxSubTotalDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaxSubTotalDMultiError) Error

func (m TaxSubTotalDMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TaxSubTotalDValidationError

type TaxSubTotalDValidationError struct {
	// contains filtered or unexported fields
}

TaxSubTotalDValidationError is the validation error returned by TaxSubTotalD.Validate if the designated constraints aren't met.

func (TaxSubTotalDValidationError) Cause

Cause function returns cause value.

func (TaxSubTotalDValidationError) Error

Error satisfies the builtin error interface

func (TaxSubTotalDValidationError) ErrorName

func (e TaxSubTotalDValidationError) ErrorName() string

ErrorName returns error name.

func (TaxSubTotalDValidationError) Field

Field function returns field value.

func (TaxSubTotalDValidationError) Key

Key function returns key value.

func (TaxSubTotalDValidationError) Reason

Reason function returns reason value.

type TaxSubTotalMultiError

type TaxSubTotalMultiError []error

TaxSubTotalMultiError is an error wrapping multiple validation errors returned by TaxSubTotal.ValidateAll() if the designated constraints aren't met.

func (TaxSubTotalMultiError) AllErrors

func (m TaxSubTotalMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaxSubTotalMultiError) Error

func (m TaxSubTotalMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TaxSubTotalValidationError

type TaxSubTotalValidationError struct {
	// contains filtered or unexported fields
}

TaxSubTotalValidationError is the validation error returned by TaxSubTotal.Validate if the designated constraints aren't met.

func (TaxSubTotalValidationError) Cause

Cause function returns cause value.

func (TaxSubTotalValidationError) Error

Error satisfies the builtin error interface

func (TaxSubTotalValidationError) ErrorName

func (e TaxSubTotalValidationError) ErrorName() string

ErrorName returns error name.

func (TaxSubTotalValidationError) Field

Field function returns field value.

func (TaxSubTotalValidationError) Key

Key function returns key value.

func (TaxSubTotalValidationError) Reason

Reason function returns reason value.

type TaxTotal

type TaxTotal struct {
	TaxTotalD *TaxTotalD    `protobuf:"bytes,1,opt,name=tax_total_d,json=taxTotalD,proto3" json:"tax_total_d,omitempty"`
	CrUpdUser *v1.CrUpdUser `protobuf:"bytes,2,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime *v1.CrUpdTime `protobuf:"bytes,3,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	// contains filtered or unexported fields
}

func (*TaxTotal) Descriptor deprecated

func (*TaxTotal) Descriptor() ([]byte, []int)

Deprecated: Use TaxTotal.ProtoReflect.Descriptor instead.

func (*TaxTotal) GetCrUpdTime

func (x *TaxTotal) GetCrUpdTime() *v1.CrUpdTime

func (*TaxTotal) GetCrUpdUser

func (x *TaxTotal) GetCrUpdUser() *v1.CrUpdUser

func (*TaxTotal) GetTaxTotalD

func (x *TaxTotal) GetTaxTotalD() *TaxTotalD

func (*TaxTotal) ProtoMessage

func (*TaxTotal) ProtoMessage()

func (*TaxTotal) ProtoReflect

func (x *TaxTotal) ProtoReflect() protoreflect.Message

func (*TaxTotal) Reset

func (x *TaxTotal) Reset()

func (*TaxTotal) String

func (x *TaxTotal) String() string

func (*TaxTotal) Validate

func (m *TaxTotal) Validate() error

Validate checks the field values on TaxTotal with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaxTotal) ValidateAll

func (m *TaxTotal) ValidateAll() error

ValidateAll checks the field values on TaxTotal with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaxTotalMultiError, or nil if none found.

type TaxTotalD

type TaxTotalD struct {
	Id                   uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4                []byte  `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS                  string  `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	TaxAmount            float64 `protobuf:"fixed64,4,opt,name=tax_amount,json=taxAmount,proto3" json:"tax_amount,omitempty"`
	RoundingAmount       float64 `protobuf:"fixed64,5,opt,name=rounding_amount,json=roundingAmount,proto3" json:"rounding_amount,omitempty"`
	TaxEvidenceIndicator bool    `protobuf:"varint,6,opt,name=tax_evidence_indicator,json=taxEvidenceIndicator,proto3" json:"tax_evidence_indicator,omitempty"`
	TaxIncludedIndicator bool    `protobuf:"varint,7,opt,name=tax_included_indicator,json=taxIncludedIndicator,proto3" json:"tax_included_indicator,omitempty"`
	TaxCategoryId        uint32  `protobuf:"varint,8,opt,name=tax_category_id,json=taxCategoryId,proto3" json:"tax_category_id,omitempty"`
	MasterFlag           string  `protobuf:"bytes,9,opt,name=master_flag,json=masterFlag,proto3" json:"master_flag,omitempty"`
	MasterId             uint32  `protobuf:"varint,10,opt,name=master_id,json=masterId,proto3" json:"master_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TaxTotalD) Descriptor deprecated

func (*TaxTotalD) Descriptor() ([]byte, []int)

Deprecated: Use TaxTotalD.ProtoReflect.Descriptor instead.

func (*TaxTotalD) GetId

func (x *TaxTotalD) GetId() uint32

func (*TaxTotalD) GetIdS

func (x *TaxTotalD) GetIdS() string

func (*TaxTotalD) GetMasterFlag

func (x *TaxTotalD) GetMasterFlag() string

func (*TaxTotalD) GetMasterId

func (x *TaxTotalD) GetMasterId() uint32

func (*TaxTotalD) GetRoundingAmount

func (x *TaxTotalD) GetRoundingAmount() float64

func (*TaxTotalD) GetTaxAmount

func (x *TaxTotalD) GetTaxAmount() float64

func (*TaxTotalD) GetTaxCategoryId

func (x *TaxTotalD) GetTaxCategoryId() uint32

func (*TaxTotalD) GetTaxEvidenceIndicator

func (x *TaxTotalD) GetTaxEvidenceIndicator() bool

func (*TaxTotalD) GetTaxIncludedIndicator

func (x *TaxTotalD) GetTaxIncludedIndicator() bool

func (*TaxTotalD) GetUuid4

func (x *TaxTotalD) GetUuid4() []byte

func (*TaxTotalD) ProtoMessage

func (*TaxTotalD) ProtoMessage()

func (*TaxTotalD) ProtoReflect

func (x *TaxTotalD) ProtoReflect() protoreflect.Message

func (*TaxTotalD) Reset

func (x *TaxTotalD) Reset()

func (*TaxTotalD) String

func (x *TaxTotalD) String() string

func (*TaxTotalD) Validate

func (m *TaxTotalD) Validate() error

Validate checks the field values on TaxTotalD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaxTotalD) ValidateAll

func (m *TaxTotalD) ValidateAll() error

ValidateAll checks the field values on TaxTotalD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaxTotalDMultiError, or nil if none found.

type TaxTotalDMultiError

type TaxTotalDMultiError []error

TaxTotalDMultiError is an error wrapping multiple validation errors returned by TaxTotalD.ValidateAll() if the designated constraints aren't met.

func (TaxTotalDMultiError) AllErrors

func (m TaxTotalDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaxTotalDMultiError) Error

func (m TaxTotalDMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TaxTotalDValidationError

type TaxTotalDValidationError struct {
	// contains filtered or unexported fields
}

TaxTotalDValidationError is the validation error returned by TaxTotalD.Validate if the designated constraints aren't met.

func (TaxTotalDValidationError) Cause

func (e TaxTotalDValidationError) Cause() error

Cause function returns cause value.

func (TaxTotalDValidationError) Error

func (e TaxTotalDValidationError) Error() string

Error satisfies the builtin error interface

func (TaxTotalDValidationError) ErrorName

func (e TaxTotalDValidationError) ErrorName() string

ErrorName returns error name.

func (TaxTotalDValidationError) Field

func (e TaxTotalDValidationError) Field() string

Field function returns field value.

func (TaxTotalDValidationError) Key

Key function returns key value.

func (TaxTotalDValidationError) Reason

func (e TaxTotalDValidationError) Reason() string

Reason function returns reason value.

type TaxTotalMultiError

type TaxTotalMultiError []error

TaxTotalMultiError is an error wrapping multiple validation errors returned by TaxTotal.ValidateAll() if the designated constraints aren't met.

func (TaxTotalMultiError) AllErrors

func (m TaxTotalMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaxTotalMultiError) Error

func (m TaxTotalMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TaxTotalValidationError

type TaxTotalValidationError struct {
	// contains filtered or unexported fields
}

TaxTotalValidationError is the validation error returned by TaxTotal.Validate if the designated constraints aren't met.

func (TaxTotalValidationError) Cause

func (e TaxTotalValidationError) Cause() error

Cause function returns cause value.

func (TaxTotalValidationError) Error

func (e TaxTotalValidationError) Error() string

Error satisfies the builtin error interface

func (TaxTotalValidationError) ErrorName

func (e TaxTotalValidationError) ErrorName() string

ErrorName returns error name.

func (TaxTotalValidationError) Field

func (e TaxTotalValidationError) Field() string

Field function returns field value.

func (TaxTotalValidationError) Key

func (e TaxTotalValidationError) Key() bool

Key function returns key value.

func (TaxTotalValidationError) Reason

func (e TaxTotalValidationError) Reason() string

Reason function returns reason value.

type UnimplementedTaxServiceServer

type UnimplementedTaxServiceServer struct{}

UnimplementedTaxServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedTaxServiceServer) CreateTaxCategory

func (UnimplementedTaxServiceServer) CreateTaxScheme

func (UnimplementedTaxServiceServer) CreateTaxSubTotal

func (UnimplementedTaxServiceServer) CreateTaxTotal

func (UnimplementedTaxServiceServer) GetTaxScheme

func (UnimplementedTaxServiceServer) GetTaxSchemes

func (UnimplementedTaxServiceServer) UpdateTaxCategory

func (UnimplementedTaxServiceServer) UpdateTaxScheme

func (UnimplementedTaxServiceServer) UpdateTaxSubTotal

func (UnimplementedTaxServiceServer) UpdateTaxTotal

type UnsafeTaxServiceServer

type UnsafeTaxServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTaxServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TaxServiceServer will result in compilation errors.

type UpdateTaxCategoryRequest

type UpdateTaxCategoryRequest struct {
	TaxCategoryName        string  `protobuf:"bytes,1,opt,name=tax_category_name,json=taxCategoryName,proto3" json:"tax_category_name,omitempty"`
	Percent                float32 `protobuf:"fixed32,2,opt,name=percent,proto3" json:"percent,omitempty"`
	BaseUnitMeasure        string  `protobuf:"bytes,3,opt,name=base_unit_measure,json=baseUnitMeasure,proto3" json:"base_unit_measure,omitempty"`
	PerUnitAmount          float64 `protobuf:"fixed64,4,opt,name=per_unit_amount,json=perUnitAmount,proto3" json:"per_unit_amount,omitempty"`
	TaxExemptionReasonCode string  `` /* 131-byte string literal not displayed */
	TaxExemptionReason     string  `protobuf:"bytes,6,opt,name=tax_exemption_reason,json=taxExemptionReason,proto3" json:"tax_exemption_reason,omitempty"`
	Id                     string  `protobuf:"bytes,7,opt,name=id,proto3" json:"id,omitempty"`
	UserId                 string  `protobuf:"bytes,8,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail              string  `protobuf:"bytes,9,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId              string  `protobuf:"bytes,10,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTaxCategoryRequest) Descriptor deprecated

func (*UpdateTaxCategoryRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTaxCategoryRequest.ProtoReflect.Descriptor instead.

func (*UpdateTaxCategoryRequest) GetBaseUnitMeasure

func (x *UpdateTaxCategoryRequest) GetBaseUnitMeasure() string

func (*UpdateTaxCategoryRequest) GetId

func (x *UpdateTaxCategoryRequest) GetId() string

func (*UpdateTaxCategoryRequest) GetPerUnitAmount

func (x *UpdateTaxCategoryRequest) GetPerUnitAmount() float64

func (*UpdateTaxCategoryRequest) GetPercent

func (x *UpdateTaxCategoryRequest) GetPercent() float32

func (*UpdateTaxCategoryRequest) GetRequestId

func (x *UpdateTaxCategoryRequest) GetRequestId() string

func (*UpdateTaxCategoryRequest) GetTaxCategoryName

func (x *UpdateTaxCategoryRequest) GetTaxCategoryName() string

func (*UpdateTaxCategoryRequest) GetTaxExemptionReason

func (x *UpdateTaxCategoryRequest) GetTaxExemptionReason() string

func (*UpdateTaxCategoryRequest) GetTaxExemptionReasonCode

func (x *UpdateTaxCategoryRequest) GetTaxExemptionReasonCode() string

func (*UpdateTaxCategoryRequest) GetUserEmail

func (x *UpdateTaxCategoryRequest) GetUserEmail() string

func (*UpdateTaxCategoryRequest) GetUserId

func (x *UpdateTaxCategoryRequest) GetUserId() string

func (*UpdateTaxCategoryRequest) ProtoMessage

func (*UpdateTaxCategoryRequest) ProtoMessage()

func (*UpdateTaxCategoryRequest) ProtoReflect

func (x *UpdateTaxCategoryRequest) ProtoReflect() protoreflect.Message

func (*UpdateTaxCategoryRequest) Reset

func (x *UpdateTaxCategoryRequest) Reset()

func (*UpdateTaxCategoryRequest) String

func (x *UpdateTaxCategoryRequest) String() string

func (*UpdateTaxCategoryRequest) Validate

func (m *UpdateTaxCategoryRequest) Validate() error

Validate checks the field values on UpdateTaxCategoryRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateTaxCategoryRequest) ValidateAll

func (m *UpdateTaxCategoryRequest) ValidateAll() error

ValidateAll checks the field values on UpdateTaxCategoryRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateTaxCategoryRequestMultiError, or nil if none found.

type UpdateTaxCategoryRequestMultiError

type UpdateTaxCategoryRequestMultiError []error

UpdateTaxCategoryRequestMultiError is an error wrapping multiple validation errors returned by UpdateTaxCategoryRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateTaxCategoryRequestMultiError) AllErrors

func (m UpdateTaxCategoryRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateTaxCategoryRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateTaxCategoryRequestValidationError

type UpdateTaxCategoryRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateTaxCategoryRequestValidationError is the validation error returned by UpdateTaxCategoryRequest.Validate if the designated constraints aren't met.

func (UpdateTaxCategoryRequestValidationError) Cause

Cause function returns cause value.

func (UpdateTaxCategoryRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateTaxCategoryRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateTaxCategoryRequestValidationError) Field

Field function returns field value.

func (UpdateTaxCategoryRequestValidationError) Key

Key function returns key value.

func (UpdateTaxCategoryRequestValidationError) Reason

Reason function returns reason value.

type UpdateTaxCategoryResponse

type UpdateTaxCategoryResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateTaxCategoryResponse) Descriptor deprecated

func (*UpdateTaxCategoryResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTaxCategoryResponse.ProtoReflect.Descriptor instead.

func (*UpdateTaxCategoryResponse) ProtoMessage

func (*UpdateTaxCategoryResponse) ProtoMessage()

func (*UpdateTaxCategoryResponse) ProtoReflect

func (*UpdateTaxCategoryResponse) Reset

func (x *UpdateTaxCategoryResponse) Reset()

func (*UpdateTaxCategoryResponse) String

func (x *UpdateTaxCategoryResponse) String() string

func (*UpdateTaxCategoryResponse) Validate

func (m *UpdateTaxCategoryResponse) Validate() error

Validate checks the field values on UpdateTaxCategoryResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateTaxCategoryResponse) ValidateAll

func (m *UpdateTaxCategoryResponse) ValidateAll() error

ValidateAll checks the field values on UpdateTaxCategoryResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateTaxCategoryResponseMultiError, or nil if none found.

type UpdateTaxCategoryResponseMultiError

type UpdateTaxCategoryResponseMultiError []error

UpdateTaxCategoryResponseMultiError is an error wrapping multiple validation errors returned by UpdateTaxCategoryResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateTaxCategoryResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateTaxCategoryResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateTaxCategoryResponseValidationError

type UpdateTaxCategoryResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateTaxCategoryResponseValidationError is the validation error returned by UpdateTaxCategoryResponse.Validate if the designated constraints aren't met.

func (UpdateTaxCategoryResponseValidationError) Cause

Cause function returns cause value.

func (UpdateTaxCategoryResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateTaxCategoryResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateTaxCategoryResponseValidationError) Field

Field function returns field value.

func (UpdateTaxCategoryResponseValidationError) Key

Key function returns key value.

func (UpdateTaxCategoryResponseValidationError) Reason

Reason function returns reason value.

type UpdateTaxSchemeJurisdictionRequest

type UpdateTaxSchemeJurisdictionRequest struct {
	TaxSchemeId   uint32 `protobuf:"varint,1,opt,name=tax_scheme_id,json=taxSchemeId,proto3" json:"tax_scheme_id,omitempty"`
	TaxSchemeName string `protobuf:"bytes,2,opt,name=tax_scheme_name,json=taxSchemeName,proto3" json:"tax_scheme_name,omitempty"`
	Id            string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	UserId        string `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail     string `protobuf:"bytes,5,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId     string `protobuf:"bytes,6,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTaxSchemeJurisdictionRequest) Descriptor deprecated

func (*UpdateTaxSchemeJurisdictionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTaxSchemeJurisdictionRequest.ProtoReflect.Descriptor instead.

func (*UpdateTaxSchemeJurisdictionRequest) GetId

func (*UpdateTaxSchemeJurisdictionRequest) GetRequestId

func (x *UpdateTaxSchemeJurisdictionRequest) GetRequestId() string

func (*UpdateTaxSchemeJurisdictionRequest) GetTaxSchemeId

func (x *UpdateTaxSchemeJurisdictionRequest) GetTaxSchemeId() uint32

func (*UpdateTaxSchemeJurisdictionRequest) GetTaxSchemeName

func (x *UpdateTaxSchemeJurisdictionRequest) GetTaxSchemeName() string

func (*UpdateTaxSchemeJurisdictionRequest) GetUserEmail

func (x *UpdateTaxSchemeJurisdictionRequest) GetUserEmail() string

func (*UpdateTaxSchemeJurisdictionRequest) GetUserId

func (*UpdateTaxSchemeJurisdictionRequest) ProtoMessage

func (*UpdateTaxSchemeJurisdictionRequest) ProtoMessage()

func (*UpdateTaxSchemeJurisdictionRequest) ProtoReflect

func (*UpdateTaxSchemeJurisdictionRequest) Reset

func (*UpdateTaxSchemeJurisdictionRequest) String

func (*UpdateTaxSchemeJurisdictionRequest) Validate

Validate checks the field values on UpdateTaxSchemeJurisdictionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateTaxSchemeJurisdictionRequest) ValidateAll

func (m *UpdateTaxSchemeJurisdictionRequest) ValidateAll() error

ValidateAll checks the field values on UpdateTaxSchemeJurisdictionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateTaxSchemeJurisdictionRequestMultiError, or nil if none found.

type UpdateTaxSchemeJurisdictionRequestMultiError

type UpdateTaxSchemeJurisdictionRequestMultiError []error

UpdateTaxSchemeJurisdictionRequestMultiError is an error wrapping multiple validation errors returned by UpdateTaxSchemeJurisdictionRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateTaxSchemeJurisdictionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateTaxSchemeJurisdictionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateTaxSchemeJurisdictionRequestValidationError

type UpdateTaxSchemeJurisdictionRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateTaxSchemeJurisdictionRequestValidationError is the validation error returned by UpdateTaxSchemeJurisdictionRequest.Validate if the designated constraints aren't met.

func (UpdateTaxSchemeJurisdictionRequestValidationError) Cause

Cause function returns cause value.

func (UpdateTaxSchemeJurisdictionRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateTaxSchemeJurisdictionRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateTaxSchemeJurisdictionRequestValidationError) Field

Field function returns field value.

func (UpdateTaxSchemeJurisdictionRequestValidationError) Key

Key function returns key value.

func (UpdateTaxSchemeJurisdictionRequestValidationError) Reason

Reason function returns reason value.

type UpdateTaxSchemeJurisdictionResponse

type UpdateTaxSchemeJurisdictionResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateTaxSchemeJurisdictionResponse) Descriptor deprecated

func (*UpdateTaxSchemeJurisdictionResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTaxSchemeJurisdictionResponse.ProtoReflect.Descriptor instead.

func (*UpdateTaxSchemeJurisdictionResponse) ProtoMessage

func (*UpdateTaxSchemeJurisdictionResponse) ProtoMessage()

func (*UpdateTaxSchemeJurisdictionResponse) ProtoReflect

func (*UpdateTaxSchemeJurisdictionResponse) Reset

func (*UpdateTaxSchemeJurisdictionResponse) String

func (*UpdateTaxSchemeJurisdictionResponse) Validate

Validate checks the field values on UpdateTaxSchemeJurisdictionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateTaxSchemeJurisdictionResponse) ValidateAll

func (m *UpdateTaxSchemeJurisdictionResponse) ValidateAll() error

ValidateAll checks the field values on UpdateTaxSchemeJurisdictionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateTaxSchemeJurisdictionResponseMultiError, or nil if none found.

type UpdateTaxSchemeJurisdictionResponseMultiError

type UpdateTaxSchemeJurisdictionResponseMultiError []error

UpdateTaxSchemeJurisdictionResponseMultiError is an error wrapping multiple validation errors returned by UpdateTaxSchemeJurisdictionResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateTaxSchemeJurisdictionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateTaxSchemeJurisdictionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateTaxSchemeJurisdictionResponseValidationError

type UpdateTaxSchemeJurisdictionResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateTaxSchemeJurisdictionResponseValidationError is the validation error returned by UpdateTaxSchemeJurisdictionResponse.Validate if the designated constraints aren't met.

func (UpdateTaxSchemeJurisdictionResponseValidationError) Cause

Cause function returns cause value.

func (UpdateTaxSchemeJurisdictionResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateTaxSchemeJurisdictionResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateTaxSchemeJurisdictionResponseValidationError) Field

Field function returns field value.

func (UpdateTaxSchemeJurisdictionResponseValidationError) Key

Key function returns key value.

func (UpdateTaxSchemeJurisdictionResponseValidationError) Reason

Reason function returns reason value.

type UpdateTaxSchemeRequest

type UpdateTaxSchemeRequest struct {
	TaxSchemeName string `protobuf:"bytes,1,opt,name=tax_scheme_name,json=taxSchemeName,proto3" json:"tax_scheme_name,omitempty"`
	TaxTypeCode   string `protobuf:"bytes,2,opt,name=tax_type_code,json=taxTypeCode,proto3" json:"tax_type_code,omitempty"`
	CurrencyCode  string `protobuf:"bytes,3,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"`
	Id            string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"`
	UserId        string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail     string `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId     string `protobuf:"bytes,7,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTaxSchemeRequest) Descriptor deprecated

func (*UpdateTaxSchemeRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTaxSchemeRequest.ProtoReflect.Descriptor instead.

func (*UpdateTaxSchemeRequest) GetCurrencyCode

func (x *UpdateTaxSchemeRequest) GetCurrencyCode() string

func (*UpdateTaxSchemeRequest) GetId

func (x *UpdateTaxSchemeRequest) GetId() string

func (*UpdateTaxSchemeRequest) GetRequestId

func (x *UpdateTaxSchemeRequest) GetRequestId() string

func (*UpdateTaxSchemeRequest) GetTaxSchemeName

func (x *UpdateTaxSchemeRequest) GetTaxSchemeName() string

func (*UpdateTaxSchemeRequest) GetTaxTypeCode

func (x *UpdateTaxSchemeRequest) GetTaxTypeCode() string

func (*UpdateTaxSchemeRequest) GetUserEmail

func (x *UpdateTaxSchemeRequest) GetUserEmail() string

func (*UpdateTaxSchemeRequest) GetUserId

func (x *UpdateTaxSchemeRequest) GetUserId() string

func (*UpdateTaxSchemeRequest) ProtoMessage

func (*UpdateTaxSchemeRequest) ProtoMessage()

func (*UpdateTaxSchemeRequest) ProtoReflect

func (x *UpdateTaxSchemeRequest) ProtoReflect() protoreflect.Message

func (*UpdateTaxSchemeRequest) Reset

func (x *UpdateTaxSchemeRequest) Reset()

func (*UpdateTaxSchemeRequest) String

func (x *UpdateTaxSchemeRequest) String() string

func (*UpdateTaxSchemeRequest) Validate

func (m *UpdateTaxSchemeRequest) Validate() error

Validate checks the field values on UpdateTaxSchemeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateTaxSchemeRequest) ValidateAll

func (m *UpdateTaxSchemeRequest) ValidateAll() error

ValidateAll checks the field values on UpdateTaxSchemeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateTaxSchemeRequestMultiError, or nil if none found.

type UpdateTaxSchemeRequestMultiError

type UpdateTaxSchemeRequestMultiError []error

UpdateTaxSchemeRequestMultiError is an error wrapping multiple validation errors returned by UpdateTaxSchemeRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateTaxSchemeRequestMultiError) AllErrors

func (m UpdateTaxSchemeRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateTaxSchemeRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateTaxSchemeRequestValidationError

type UpdateTaxSchemeRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateTaxSchemeRequestValidationError is the validation error returned by UpdateTaxSchemeRequest.Validate if the designated constraints aren't met.

func (UpdateTaxSchemeRequestValidationError) Cause

Cause function returns cause value.

func (UpdateTaxSchemeRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateTaxSchemeRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateTaxSchemeRequestValidationError) Field

Field function returns field value.

func (UpdateTaxSchemeRequestValidationError) Key

Key function returns key value.

func (UpdateTaxSchemeRequestValidationError) Reason

Reason function returns reason value.

type UpdateTaxSchemeResponse

type UpdateTaxSchemeResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateTaxSchemeResponse) Descriptor deprecated

func (*UpdateTaxSchemeResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTaxSchemeResponse.ProtoReflect.Descriptor instead.

func (*UpdateTaxSchemeResponse) ProtoMessage

func (*UpdateTaxSchemeResponse) ProtoMessage()

func (*UpdateTaxSchemeResponse) ProtoReflect

func (x *UpdateTaxSchemeResponse) ProtoReflect() protoreflect.Message

func (*UpdateTaxSchemeResponse) Reset

func (x *UpdateTaxSchemeResponse) Reset()

func (*UpdateTaxSchemeResponse) String

func (x *UpdateTaxSchemeResponse) String() string

func (*UpdateTaxSchemeResponse) Validate

func (m *UpdateTaxSchemeResponse) Validate() error

Validate checks the field values on UpdateTaxSchemeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateTaxSchemeResponse) ValidateAll

func (m *UpdateTaxSchemeResponse) ValidateAll() error

ValidateAll checks the field values on UpdateTaxSchemeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateTaxSchemeResponseMultiError, or nil if none found.

type UpdateTaxSchemeResponseMultiError

type UpdateTaxSchemeResponseMultiError []error

UpdateTaxSchemeResponseMultiError is an error wrapping multiple validation errors returned by UpdateTaxSchemeResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateTaxSchemeResponseMultiError) AllErrors

func (m UpdateTaxSchemeResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateTaxSchemeResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateTaxSchemeResponseValidationError

type UpdateTaxSchemeResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateTaxSchemeResponseValidationError is the validation error returned by UpdateTaxSchemeResponse.Validate if the designated constraints aren't met.

func (UpdateTaxSchemeResponseValidationError) Cause

Cause function returns cause value.

func (UpdateTaxSchemeResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateTaxSchemeResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateTaxSchemeResponseValidationError) Field

Field function returns field value.

func (UpdateTaxSchemeResponseValidationError) Key

Key function returns key value.

func (UpdateTaxSchemeResponseValidationError) Reason

Reason function returns reason value.

type UpdateTaxSubTotalRequest

type UpdateTaxSubTotalRequest struct {
	TaxableAmount                float64 `protobuf:"fixed64,1,opt,name=taxable_amount,json=taxableAmount,proto3" json:"taxable_amount,omitempty"`
	TaxAmount                    float64 `protobuf:"fixed64,2,opt,name=tax_amount,json=taxAmount,proto3" json:"tax_amount,omitempty"`
	CalculationSequenceNumeric   uint32  `` /* 142-byte string literal not displayed */
	TransactionCurrencyTaxAmount float64 `` /* 151-byte string literal not displayed */
	Percent                      float32 `protobuf:"fixed32,5,opt,name=percent,proto3" json:"percent,omitempty"`
	BaseUnitMeasure              string  `protobuf:"bytes,6,opt,name=base_unit_measure,json=baseUnitMeasure,proto3" json:"base_unit_measure,omitempty"`
	PerUnitAmount                float64 `protobuf:"fixed64,7,opt,name=per_unit_amount,json=perUnitAmount,proto3" json:"per_unit_amount,omitempty"`
	Id                           string  `protobuf:"bytes,8,opt,name=id,proto3" json:"id,omitempty"`
	UserId                       string  `protobuf:"bytes,9,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                    string  `protobuf:"bytes,10,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                    string  `protobuf:"bytes,11,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTaxSubTotalRequest) Descriptor deprecated

func (*UpdateTaxSubTotalRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTaxSubTotalRequest.ProtoReflect.Descriptor instead.

func (*UpdateTaxSubTotalRequest) GetBaseUnitMeasure

func (x *UpdateTaxSubTotalRequest) GetBaseUnitMeasure() string

func (*UpdateTaxSubTotalRequest) GetCalculationSequenceNumeric

func (x *UpdateTaxSubTotalRequest) GetCalculationSequenceNumeric() uint32

func (*UpdateTaxSubTotalRequest) GetId

func (x *UpdateTaxSubTotalRequest) GetId() string

func (*UpdateTaxSubTotalRequest) GetPerUnitAmount

func (x *UpdateTaxSubTotalRequest) GetPerUnitAmount() float64

func (*UpdateTaxSubTotalRequest) GetPercent

func (x *UpdateTaxSubTotalRequest) GetPercent() float32

func (*UpdateTaxSubTotalRequest) GetRequestId

func (x *UpdateTaxSubTotalRequest) GetRequestId() string

func (*UpdateTaxSubTotalRequest) GetTaxAmount

func (x *UpdateTaxSubTotalRequest) GetTaxAmount() float64

func (*UpdateTaxSubTotalRequest) GetTaxableAmount

func (x *UpdateTaxSubTotalRequest) GetTaxableAmount() float64

func (*UpdateTaxSubTotalRequest) GetTransactionCurrencyTaxAmount

func (x *UpdateTaxSubTotalRequest) GetTransactionCurrencyTaxAmount() float64

func (*UpdateTaxSubTotalRequest) GetUserEmail

func (x *UpdateTaxSubTotalRequest) GetUserEmail() string

func (*UpdateTaxSubTotalRequest) GetUserId

func (x *UpdateTaxSubTotalRequest) GetUserId() string

func (*UpdateTaxSubTotalRequest) ProtoMessage

func (*UpdateTaxSubTotalRequest) ProtoMessage()

func (*UpdateTaxSubTotalRequest) ProtoReflect

func (x *UpdateTaxSubTotalRequest) ProtoReflect() protoreflect.Message

func (*UpdateTaxSubTotalRequest) Reset

func (x *UpdateTaxSubTotalRequest) Reset()

func (*UpdateTaxSubTotalRequest) String

func (x *UpdateTaxSubTotalRequest) String() string

func (*UpdateTaxSubTotalRequest) Validate

func (m *UpdateTaxSubTotalRequest) Validate() error

Validate checks the field values on UpdateTaxSubTotalRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateTaxSubTotalRequest) ValidateAll

func (m *UpdateTaxSubTotalRequest) ValidateAll() error

ValidateAll checks the field values on UpdateTaxSubTotalRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateTaxSubTotalRequestMultiError, or nil if none found.

type UpdateTaxSubTotalRequestMultiError

type UpdateTaxSubTotalRequestMultiError []error

UpdateTaxSubTotalRequestMultiError is an error wrapping multiple validation errors returned by UpdateTaxSubTotalRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateTaxSubTotalRequestMultiError) AllErrors

func (m UpdateTaxSubTotalRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateTaxSubTotalRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateTaxSubTotalRequestValidationError

type UpdateTaxSubTotalRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateTaxSubTotalRequestValidationError is the validation error returned by UpdateTaxSubTotalRequest.Validate if the designated constraints aren't met.

func (UpdateTaxSubTotalRequestValidationError) Cause

Cause function returns cause value.

func (UpdateTaxSubTotalRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateTaxSubTotalRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateTaxSubTotalRequestValidationError) Field

Field function returns field value.

func (UpdateTaxSubTotalRequestValidationError) Key

Key function returns key value.

func (UpdateTaxSubTotalRequestValidationError) Reason

Reason function returns reason value.

type UpdateTaxSubTotalResponse

type UpdateTaxSubTotalResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateTaxSubTotalResponse) Descriptor deprecated

func (*UpdateTaxSubTotalResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTaxSubTotalResponse.ProtoReflect.Descriptor instead.

func (*UpdateTaxSubTotalResponse) ProtoMessage

func (*UpdateTaxSubTotalResponse) ProtoMessage()

func (*UpdateTaxSubTotalResponse) ProtoReflect

func (*UpdateTaxSubTotalResponse) Reset

func (x *UpdateTaxSubTotalResponse) Reset()

func (*UpdateTaxSubTotalResponse) String

func (x *UpdateTaxSubTotalResponse) String() string

func (*UpdateTaxSubTotalResponse) Validate

func (m *UpdateTaxSubTotalResponse) Validate() error

Validate checks the field values on UpdateTaxSubTotalResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateTaxSubTotalResponse) ValidateAll

func (m *UpdateTaxSubTotalResponse) ValidateAll() error

ValidateAll checks the field values on UpdateTaxSubTotalResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateTaxSubTotalResponseMultiError, or nil if none found.

type UpdateTaxSubTotalResponseMultiError

type UpdateTaxSubTotalResponseMultiError []error

UpdateTaxSubTotalResponseMultiError is an error wrapping multiple validation errors returned by UpdateTaxSubTotalResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateTaxSubTotalResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateTaxSubTotalResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateTaxSubTotalResponseValidationError

type UpdateTaxSubTotalResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateTaxSubTotalResponseValidationError is the validation error returned by UpdateTaxSubTotalResponse.Validate if the designated constraints aren't met.

func (UpdateTaxSubTotalResponseValidationError) Cause

Cause function returns cause value.

func (UpdateTaxSubTotalResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateTaxSubTotalResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateTaxSubTotalResponseValidationError) Field

Field function returns field value.

func (UpdateTaxSubTotalResponseValidationError) Key

Key function returns key value.

func (UpdateTaxSubTotalResponseValidationError) Reason

Reason function returns reason value.

type UpdateTaxTotalRequest

type UpdateTaxTotalRequest struct {
	TaxAmount      float64 `protobuf:"fixed64,1,opt,name=tax_amount,json=taxAmount,proto3" json:"tax_amount,omitempty"`
	RoundingAmount float64 `protobuf:"fixed64,2,opt,name=rounding_amount,json=roundingAmount,proto3" json:"rounding_amount,omitempty"`
	Id             string  `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	UserId         string  `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail      string  `protobuf:"bytes,5,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId      string  `protobuf:"bytes,6,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTaxTotalRequest) Descriptor deprecated

func (*UpdateTaxTotalRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTaxTotalRequest.ProtoReflect.Descriptor instead.

func (*UpdateTaxTotalRequest) GetId

func (x *UpdateTaxTotalRequest) GetId() string

func (*UpdateTaxTotalRequest) GetRequestId

func (x *UpdateTaxTotalRequest) GetRequestId() string

func (*UpdateTaxTotalRequest) GetRoundingAmount

func (x *UpdateTaxTotalRequest) GetRoundingAmount() float64

func (*UpdateTaxTotalRequest) GetTaxAmount

func (x *UpdateTaxTotalRequest) GetTaxAmount() float64

func (*UpdateTaxTotalRequest) GetUserEmail

func (x *UpdateTaxTotalRequest) GetUserEmail() string

func (*UpdateTaxTotalRequest) GetUserId

func (x *UpdateTaxTotalRequest) GetUserId() string

func (*UpdateTaxTotalRequest) ProtoMessage

func (*UpdateTaxTotalRequest) ProtoMessage()

func (*UpdateTaxTotalRequest) ProtoReflect

func (x *UpdateTaxTotalRequest) ProtoReflect() protoreflect.Message

func (*UpdateTaxTotalRequest) Reset

func (x *UpdateTaxTotalRequest) Reset()

func (*UpdateTaxTotalRequest) String

func (x *UpdateTaxTotalRequest) String() string

func (*UpdateTaxTotalRequest) Validate

func (m *UpdateTaxTotalRequest) Validate() error

Validate checks the field values on UpdateTaxTotalRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateTaxTotalRequest) ValidateAll

func (m *UpdateTaxTotalRequest) ValidateAll() error

ValidateAll checks the field values on UpdateTaxTotalRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateTaxTotalRequestMultiError, or nil if none found.

type UpdateTaxTotalRequestMultiError

type UpdateTaxTotalRequestMultiError []error

UpdateTaxTotalRequestMultiError is an error wrapping multiple validation errors returned by UpdateTaxTotalRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateTaxTotalRequestMultiError) AllErrors

func (m UpdateTaxTotalRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateTaxTotalRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateTaxTotalRequestValidationError

type UpdateTaxTotalRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateTaxTotalRequestValidationError is the validation error returned by UpdateTaxTotalRequest.Validate if the designated constraints aren't met.

func (UpdateTaxTotalRequestValidationError) Cause

Cause function returns cause value.

func (UpdateTaxTotalRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateTaxTotalRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateTaxTotalRequestValidationError) Field

Field function returns field value.

func (UpdateTaxTotalRequestValidationError) Key

Key function returns key value.

func (UpdateTaxTotalRequestValidationError) Reason

Reason function returns reason value.

type UpdateTaxTotalResponse

type UpdateTaxTotalResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateTaxTotalResponse) Descriptor deprecated

func (*UpdateTaxTotalResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTaxTotalResponse.ProtoReflect.Descriptor instead.

func (*UpdateTaxTotalResponse) ProtoMessage

func (*UpdateTaxTotalResponse) ProtoMessage()

func (*UpdateTaxTotalResponse) ProtoReflect

func (x *UpdateTaxTotalResponse) ProtoReflect() protoreflect.Message

func (*UpdateTaxTotalResponse) Reset

func (x *UpdateTaxTotalResponse) Reset()

func (*UpdateTaxTotalResponse) String

func (x *UpdateTaxTotalResponse) String() string

func (*UpdateTaxTotalResponse) Validate

func (m *UpdateTaxTotalResponse) Validate() error

Validate checks the field values on UpdateTaxTotalResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateTaxTotalResponse) ValidateAll

func (m *UpdateTaxTotalResponse) ValidateAll() error

ValidateAll checks the field values on UpdateTaxTotalResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateTaxTotalResponseMultiError, or nil if none found.

type UpdateTaxTotalResponseMultiError

type UpdateTaxTotalResponseMultiError []error

UpdateTaxTotalResponseMultiError is an error wrapping multiple validation errors returned by UpdateTaxTotalResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateTaxTotalResponseMultiError) AllErrors

func (m UpdateTaxTotalResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateTaxTotalResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateTaxTotalResponseValidationError

type UpdateTaxTotalResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateTaxTotalResponseValidationError is the validation error returned by UpdateTaxTotalResponse.Validate if the designated constraints aren't met.

func (UpdateTaxTotalResponseValidationError) Cause

Cause function returns cause value.

func (UpdateTaxTotalResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateTaxTotalResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateTaxTotalResponseValidationError) Field

Field function returns field value.

func (UpdateTaxTotalResponseValidationError) Key

Key function returns key value.

func (UpdateTaxTotalResponseValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL