mserviceledger

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mserviceledger is a generated protocol buffer package.

It is generated from these files:

MServiceLedger.proto

It has these top-level messages:

GLOrganization
GLAccount
GLAccountType
GLTransaction
GLTransactionWrapper
GLTransactionType
GLParty
GLTransactionDetail
CreateOrganizationRequest
CreateOrganizationResponse
UpdateOrganizationRequest
UpdateOrganizationResponse
DeleteOrganizationRequest
DeleteOrganizationResponse
GetOrganizationByIdRequest
GetOrganizationByIdResponse
GetOrganizationsByMserviceRequest
GetOrganizationsByMserviceResponse
CreateAccountTypeRequest
CreateAccountTypeResponse
UpdateAccountTypeRequest
UpdateAccountTypeResponse
DeleteAccountTypeRequest
DeleteAccountTypeResponse
GetAccountTypeByIdRequest
GetAccountTypeByIdResponse
GetAccountTypesByMserviceRequest
GetAccountTypesByMserviceResponse
CreateTransactionTypeRequest
CreateTransactionTypeResponse
UpdateTransactionTypeRequest
UpdateTransactionTypeResponse
DeleteTransactionTypeRequest
DeleteTransactionTypeResponse
GetTransactionTypeByIdRequest
GetTransactionTypeByIdResponse
GetTransactionTypesByMserviceRequest
GetTransactionTypesByMserviceResponse
CreatePartyRequest
CreatePartyResponse
UpdatePartyRequest
UpdatePartyResponse
DeletePartyRequest
DeletePartyResponse
GetPartyByIdRequest
GetPartyByIdResponse
GetPartiesByMserviceRequest
GetPartiesByMserviceResponse
CreateAccountRequest
CreateAccountResponse
UpdateAccountRequest
UpdateAccountResponse
DeleteAccountRequest
DeleteAccountResponse
GetAccountByIdRequest
GetAccountByIdResponse
GetAccountsByOrganizationRequest
GetAccountsByOrganizationResponse
CreateTransactionRequest
CreateTransactionResponse
UpdateTransactionRequest
UpdateTransactionResponse
DeleteTransactionRequest
DeleteTransactionResponse
GetTransactionByIdRequest
GetTransactionByIdResponse
GetTransactionWrapperByIdRequest
GetTransactionWrapperByIdResponse
GetTransactionWrappersByDateRequest
GetTransactionWrappersByDateResponse
AddTransactionDetailsRequest
AddTransactionDetailsResponse
GetServerVersionRequest
GetServerVersionResponse

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterMServiceLedgerServer

func RegisterMServiceLedgerServer(s *grpc.Server, srv MServiceLedgerServer)

Types

type AddTransactionDetailsRequest

type AddTransactionDetailsRequest struct {
	// general ledger transaction unique identifier
	GlTransactionId int64 `protobuf:"varint,1,opt,name=gl_transaction_id,json=glTransactionId" json:"gl_transaction_id,omitempty"`
	// MService account id
	MserviceId int64 `protobuf:"varint,2,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// list of general ledger transaction detail objects
	GlTransactionDetails []*GLTransactionDetail `protobuf:"bytes,3,rep,name=gl_transaction_details,json=glTransactionDetails" json:"gl_transaction_details,omitempty"`
}

request parameters for method add_transaction_details

func (*AddTransactionDetailsRequest) Descriptor

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

func (*AddTransactionDetailsRequest) GetGlTransactionDetails

func (m *AddTransactionDetailsRequest) GetGlTransactionDetails() []*GLTransactionDetail

func (*AddTransactionDetailsRequest) GetGlTransactionId

func (m *AddTransactionDetailsRequest) GetGlTransactionId() int64

func (*AddTransactionDetailsRequest) GetMserviceId

func (m *AddTransactionDetailsRequest) GetMserviceId() int64

func (*AddTransactionDetailsRequest) ProtoMessage

func (*AddTransactionDetailsRequest) ProtoMessage()

func (*AddTransactionDetailsRequest) Reset

func (m *AddTransactionDetailsRequest) Reset()

func (*AddTransactionDetailsRequest) String

type AddTransactionDetailsResponse

type AddTransactionDetailsResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
}

response parameters for method add_transaction_details

func (*AddTransactionDetailsResponse) Descriptor

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

func (*AddTransactionDetailsResponse) GetErrorCode

func (m *AddTransactionDetailsResponse) GetErrorCode() int32

func (*AddTransactionDetailsResponse) GetErrorMessage

func (m *AddTransactionDetailsResponse) GetErrorMessage() string

func (*AddTransactionDetailsResponse) ProtoMessage

func (*AddTransactionDetailsResponse) ProtoMessage()

func (*AddTransactionDetailsResponse) Reset

func (m *AddTransactionDetailsResponse) Reset()

func (*AddTransactionDetailsResponse) String

type CreateAccountRequest

type CreateAccountRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// organization unique identifier
	OrganizationId *dml.Guid `protobuf:"bytes,2,opt,name=organization_id,json=organizationId" json:"organization_id,omitempty"`
	// general ledger account name
	AccountName string `protobuf:"bytes,3,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	// general ledger account description
	AccountDescription string `protobuf:"bytes,4,opt,name=account_description,json=accountDescription" json:"account_description,omitempty"`
	// general ledger account type identifier
	AccountTypeId int32 `protobuf:"varint,5,opt,name=account_type_id,json=accountTypeId" json:"account_type_id,omitempty"`
}

request parameters for method create_account

func (*CreateAccountRequest) Descriptor

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

func (*CreateAccountRequest) GetAccountDescription

func (m *CreateAccountRequest) GetAccountDescription() string

func (*CreateAccountRequest) GetAccountName

func (m *CreateAccountRequest) GetAccountName() string

func (*CreateAccountRequest) GetAccountTypeId

func (m *CreateAccountRequest) GetAccountTypeId() int32

func (*CreateAccountRequest) GetMserviceId

func (m *CreateAccountRequest) GetMserviceId() int64

func (*CreateAccountRequest) GetOrganizationId

func (m *CreateAccountRequest) GetOrganizationId() *dml.Guid

func (*CreateAccountRequest) ProtoMessage

func (*CreateAccountRequest) ProtoMessage()

func (*CreateAccountRequest) Reset

func (m *CreateAccountRequest) Reset()

func (*CreateAccountRequest) String

func (m *CreateAccountRequest) String() string

type CreateAccountResponse

type CreateAccountResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// general ledger account unique identifier
	GlAccountId *dml.Guid `protobuf:"bytes,3,opt,name=gl_account_id,json=glAccountId" json:"gl_account_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,4,opt,name=version" json:"version,omitempty"`
}

response parameters for method create_account

func (*CreateAccountResponse) Descriptor

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

func (*CreateAccountResponse) GetErrorCode

func (m *CreateAccountResponse) GetErrorCode() int32

func (*CreateAccountResponse) GetErrorMessage

func (m *CreateAccountResponse) GetErrorMessage() string

func (*CreateAccountResponse) GetGlAccountId

func (m *CreateAccountResponse) GetGlAccountId() *dml.Guid

func (*CreateAccountResponse) GetVersion

func (m *CreateAccountResponse) GetVersion() int32

func (*CreateAccountResponse) ProtoMessage

func (*CreateAccountResponse) ProtoMessage()

func (*CreateAccountResponse) Reset

func (m *CreateAccountResponse) Reset()

func (*CreateAccountResponse) String

func (m *CreateAccountResponse) String() string

type CreateAccountTypeRequest

type CreateAccountTypeRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// general ledger account type identifier
	AccountTypeId int32 `protobuf:"varint,2,opt,name=account_type_id,json=accountTypeId" json:"account_type_id,omitempty"`
	// general ledger account type
	AccountType string `protobuf:"bytes,3,opt,name=account_type,json=accountType" json:"account_type,omitempty"`
}

request parameters for method create_account_type

func (*CreateAccountTypeRequest) Descriptor

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

func (*CreateAccountTypeRequest) GetAccountType

func (m *CreateAccountTypeRequest) GetAccountType() string

func (*CreateAccountTypeRequest) GetAccountTypeId

func (m *CreateAccountTypeRequest) GetAccountTypeId() int32

func (*CreateAccountTypeRequest) GetMserviceId

func (m *CreateAccountTypeRequest) GetMserviceId() int64

func (*CreateAccountTypeRequest) ProtoMessage

func (*CreateAccountTypeRequest) ProtoMessage()

func (*CreateAccountTypeRequest) Reset

func (m *CreateAccountTypeRequest) Reset()

func (*CreateAccountTypeRequest) String

func (m *CreateAccountTypeRequest) String() string

type CreateAccountTypeResponse

type CreateAccountTypeResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method create_account_type

func (*CreateAccountTypeResponse) Descriptor

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

func (*CreateAccountTypeResponse) GetErrorCode

func (m *CreateAccountTypeResponse) GetErrorCode() int32

func (*CreateAccountTypeResponse) GetErrorMessage

func (m *CreateAccountTypeResponse) GetErrorMessage() string

func (*CreateAccountTypeResponse) GetVersion

func (m *CreateAccountTypeResponse) GetVersion() int32

func (*CreateAccountTypeResponse) ProtoMessage

func (*CreateAccountTypeResponse) ProtoMessage()

func (*CreateAccountTypeResponse) Reset

func (m *CreateAccountTypeResponse) Reset()

func (*CreateAccountTypeResponse) String

func (m *CreateAccountTypeResponse) String() string

type CreateOrganizationRequest

type CreateOrganizationRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// organization name
	OrganizationName string `protobuf:"bytes,2,opt,name=organization_name,json=organizationName" json:"organization_name,omitempty"`
	// starting date for organization books
	FromDate *dml.DateTime `protobuf:"bytes,3,opt,name=from_date,json=fromDate" json:"from_date,omitempty"`
	// ending date for organization books
	ToDate *dml.DateTime `protobuf:"bytes,4,opt,name=to_date,json=toDate" json:"to_date,omitempty"`
}

request parameters for method create_organization

func (*CreateOrganizationRequest) Descriptor

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

func (*CreateOrganizationRequest) GetFromDate

func (m *CreateOrganizationRequest) GetFromDate() *dml.DateTime

func (*CreateOrganizationRequest) GetMserviceId

func (m *CreateOrganizationRequest) GetMserviceId() int64

func (*CreateOrganizationRequest) GetOrganizationName

func (m *CreateOrganizationRequest) GetOrganizationName() string

func (*CreateOrganizationRequest) GetToDate

func (m *CreateOrganizationRequest) GetToDate() *dml.DateTime

func (*CreateOrganizationRequest) ProtoMessage

func (*CreateOrganizationRequest) ProtoMessage()

func (*CreateOrganizationRequest) Reset

func (m *CreateOrganizationRequest) Reset()

func (*CreateOrganizationRequest) String

func (m *CreateOrganizationRequest) String() string

type CreateOrganizationResponse

type CreateOrganizationResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// organization unique identifier
	OrganizationId *dml.Guid `protobuf:"bytes,3,opt,name=organization_id,json=organizationId" json:"organization_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,4,opt,name=version" json:"version,omitempty"`
}

response parameters for method create_organization

func (*CreateOrganizationResponse) Descriptor

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

func (*CreateOrganizationResponse) GetErrorCode

func (m *CreateOrganizationResponse) GetErrorCode() int32

func (*CreateOrganizationResponse) GetErrorMessage

func (m *CreateOrganizationResponse) GetErrorMessage() string

func (*CreateOrganizationResponse) GetOrganizationId

func (m *CreateOrganizationResponse) GetOrganizationId() *dml.Guid

func (*CreateOrganizationResponse) GetVersion

func (m *CreateOrganizationResponse) GetVersion() int32

func (*CreateOrganizationResponse) ProtoMessage

func (*CreateOrganizationResponse) ProtoMessage()

func (*CreateOrganizationResponse) Reset

func (m *CreateOrganizationResponse) Reset()

func (*CreateOrganizationResponse) String

func (m *CreateOrganizationResponse) String() string

type CreatePartyRequest

type CreatePartyRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// transaction party identifier
	PartyId int64 `protobuf:"varint,2,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	// transaction party name
	PartyName string `protobuf:"bytes,3,opt,name=party_name,json=partyName" json:"party_name,omitempty"`
}

request parameters for method create_party

func (*CreatePartyRequest) Descriptor

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

func (*CreatePartyRequest) GetMserviceId

func (m *CreatePartyRequest) GetMserviceId() int64

func (*CreatePartyRequest) GetPartyId

func (m *CreatePartyRequest) GetPartyId() int64

func (*CreatePartyRequest) GetPartyName

func (m *CreatePartyRequest) GetPartyName() string

func (*CreatePartyRequest) ProtoMessage

func (*CreatePartyRequest) ProtoMessage()

func (*CreatePartyRequest) Reset

func (m *CreatePartyRequest) Reset()

func (*CreatePartyRequest) String

func (m *CreatePartyRequest) String() string

type CreatePartyResponse

type CreatePartyResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method create_party

func (*CreatePartyResponse) Descriptor

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

func (*CreatePartyResponse) GetErrorCode

func (m *CreatePartyResponse) GetErrorCode() int32

func (*CreatePartyResponse) GetErrorMessage

func (m *CreatePartyResponse) GetErrorMessage() string

func (*CreatePartyResponse) GetVersion

func (m *CreatePartyResponse) GetVersion() int32

func (*CreatePartyResponse) ProtoMessage

func (*CreatePartyResponse) ProtoMessage()

func (*CreatePartyResponse) Reset

func (m *CreatePartyResponse) Reset()

func (*CreatePartyResponse) String

func (m *CreatePartyResponse) String() string

type CreateTransactionRequest

type CreateTransactionRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// organization unique identifier
	OrganizationId *dml.Guid `protobuf:"bytes,2,opt,name=organization_id,json=organizationId" json:"organization_id,omitempty"`
	// transaction date
	TransactionDate *dml.DateTime `protobuf:"bytes,3,opt,name=transaction_date,json=transactionDate" json:"transaction_date,omitempty"`
	// transaction description
	TransactionDescription string `protobuf:"bytes,4,opt,name=transaction_description,json=transactionDescription" json:"transaction_description,omitempty"`
	// general ledger transaction type identifier
	TransactionTypeId int32 `protobuf:"varint,5,opt,name=transaction_type_id,json=transactionTypeId" json:"transaction_type_id,omitempty"`
	// identifier of transaction from party
	FromPartyId int64 `protobuf:"varint,6,opt,name=from_party_id,json=fromPartyId" json:"from_party_id,omitempty"`
	// identifier of transaction to party
	ToPartyId int64 `protobuf:"varint,7,opt,name=to_party_id,json=toPartyId" json:"to_party_id,omitempty"`
	// associated key from external system
	PostedViaKey string `protobuf:"bytes,8,opt,name=posted_via_key,json=postedViaKey" json:"posted_via_key,omitempty"`
	// date posted on external system
	PostedViaDate *dml.DateTime `protobuf:"bytes,9,opt,name=posted_via_date,json=postedViaDate" json:"posted_via_date,omitempty"`
}

request parameters for method create_transaction

func (*CreateTransactionRequest) Descriptor

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

func (*CreateTransactionRequest) GetFromPartyId

func (m *CreateTransactionRequest) GetFromPartyId() int64

func (*CreateTransactionRequest) GetMserviceId

func (m *CreateTransactionRequest) GetMserviceId() int64

func (*CreateTransactionRequest) GetOrganizationId

func (m *CreateTransactionRequest) GetOrganizationId() *dml.Guid

func (*CreateTransactionRequest) GetPostedViaDate

func (m *CreateTransactionRequest) GetPostedViaDate() *dml.DateTime

func (*CreateTransactionRequest) GetPostedViaKey

func (m *CreateTransactionRequest) GetPostedViaKey() string

func (*CreateTransactionRequest) GetToPartyId

func (m *CreateTransactionRequest) GetToPartyId() int64

func (*CreateTransactionRequest) GetTransactionDate

func (m *CreateTransactionRequest) GetTransactionDate() *dml.DateTime

func (*CreateTransactionRequest) GetTransactionDescription

func (m *CreateTransactionRequest) GetTransactionDescription() string

func (*CreateTransactionRequest) GetTransactionTypeId

func (m *CreateTransactionRequest) GetTransactionTypeId() int32

func (*CreateTransactionRequest) ProtoMessage

func (*CreateTransactionRequest) ProtoMessage()

func (*CreateTransactionRequest) Reset

func (m *CreateTransactionRequest) Reset()

func (*CreateTransactionRequest) String

func (m *CreateTransactionRequest) String() string

type CreateTransactionResponse

type CreateTransactionResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// general ledger transaction unique identifier
	GlTransactionId int64 `protobuf:"varint,3,opt,name=gl_transaction_id,json=glTransactionId" json:"gl_transaction_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,4,opt,name=version" json:"version,omitempty"`
}

response parameters for method create_transaction

func (*CreateTransactionResponse) Descriptor

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

func (*CreateTransactionResponse) GetErrorCode

func (m *CreateTransactionResponse) GetErrorCode() int32

func (*CreateTransactionResponse) GetErrorMessage

func (m *CreateTransactionResponse) GetErrorMessage() string

func (*CreateTransactionResponse) GetGlTransactionId

func (m *CreateTransactionResponse) GetGlTransactionId() int64

func (*CreateTransactionResponse) GetVersion

func (m *CreateTransactionResponse) GetVersion() int32

func (*CreateTransactionResponse) ProtoMessage

func (*CreateTransactionResponse) ProtoMessage()

func (*CreateTransactionResponse) Reset

func (m *CreateTransactionResponse) Reset()

func (*CreateTransactionResponse) String

func (m *CreateTransactionResponse) String() string

type CreateTransactionTypeRequest

type CreateTransactionTypeRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// general ledger transaction type identifier
	TransactionTypeId int32 `protobuf:"varint,2,opt,name=transaction_type_id,json=transactionTypeId" json:"transaction_type_id,omitempty"`
	// transaction type description
	TransactionType string `protobuf:"bytes,3,opt,name=transaction_type,json=transactionType" json:"transaction_type,omitempty"`
}

request parameters for method create_transaction_type

func (*CreateTransactionTypeRequest) Descriptor

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

func (*CreateTransactionTypeRequest) GetMserviceId

func (m *CreateTransactionTypeRequest) GetMserviceId() int64

func (*CreateTransactionTypeRequest) GetTransactionType

func (m *CreateTransactionTypeRequest) GetTransactionType() string

func (*CreateTransactionTypeRequest) GetTransactionTypeId

func (m *CreateTransactionTypeRequest) GetTransactionTypeId() int32

func (*CreateTransactionTypeRequest) ProtoMessage

func (*CreateTransactionTypeRequest) ProtoMessage()

func (*CreateTransactionTypeRequest) Reset

func (m *CreateTransactionTypeRequest) Reset()

func (*CreateTransactionTypeRequest) String

type CreateTransactionTypeResponse

type CreateTransactionTypeResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method create_transaction_type

func (*CreateTransactionTypeResponse) Descriptor

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

func (*CreateTransactionTypeResponse) GetErrorCode

func (m *CreateTransactionTypeResponse) GetErrorCode() int32

func (*CreateTransactionTypeResponse) GetErrorMessage

func (m *CreateTransactionTypeResponse) GetErrorMessage() string

func (*CreateTransactionTypeResponse) GetVersion

func (m *CreateTransactionTypeResponse) GetVersion() int32

func (*CreateTransactionTypeResponse) ProtoMessage

func (*CreateTransactionTypeResponse) ProtoMessage()

func (*CreateTransactionTypeResponse) Reset

func (m *CreateTransactionTypeResponse) Reset()

func (*CreateTransactionTypeResponse) String

type DeleteAccountRequest

type DeleteAccountRequest struct {
	// general ledger account unique identifier
	GlAccountId *dml.Guid `protobuf:"bytes,1,opt,name=gl_account_id,json=glAccountId" json:"gl_account_id,omitempty"`
	// MService account id
	MserviceId int64 `protobuf:"varint,2,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_account

func (*DeleteAccountRequest) Descriptor

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

func (*DeleteAccountRequest) GetGlAccountId

func (m *DeleteAccountRequest) GetGlAccountId() *dml.Guid

func (*DeleteAccountRequest) GetMserviceId

func (m *DeleteAccountRequest) GetMserviceId() int64

func (*DeleteAccountRequest) GetVersion

func (m *DeleteAccountRequest) GetVersion() int32

func (*DeleteAccountRequest) ProtoMessage

func (*DeleteAccountRequest) ProtoMessage()

func (*DeleteAccountRequest) Reset

func (m *DeleteAccountRequest) Reset()

func (*DeleteAccountRequest) String

func (m *DeleteAccountRequest) String() string

type DeleteAccountResponse

type DeleteAccountResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_account

func (*DeleteAccountResponse) Descriptor

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

func (*DeleteAccountResponse) GetErrorCode

func (m *DeleteAccountResponse) GetErrorCode() int32

func (*DeleteAccountResponse) GetErrorMessage

func (m *DeleteAccountResponse) GetErrorMessage() string

func (*DeleteAccountResponse) GetVersion

func (m *DeleteAccountResponse) GetVersion() int32

func (*DeleteAccountResponse) ProtoMessage

func (*DeleteAccountResponse) ProtoMessage()

func (*DeleteAccountResponse) Reset

func (m *DeleteAccountResponse) Reset()

func (*DeleteAccountResponse) String

func (m *DeleteAccountResponse) String() string

type DeleteAccountTypeRequest

type DeleteAccountTypeRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// general ledger account type identifier
	AccountTypeId int32 `protobuf:"varint,2,opt,name=account_type_id,json=accountTypeId" json:"account_type_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_account_type

func (*DeleteAccountTypeRequest) Descriptor

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

func (*DeleteAccountTypeRequest) GetAccountTypeId

func (m *DeleteAccountTypeRequest) GetAccountTypeId() int32

func (*DeleteAccountTypeRequest) GetMserviceId

func (m *DeleteAccountTypeRequest) GetMserviceId() int64

func (*DeleteAccountTypeRequest) GetVersion

func (m *DeleteAccountTypeRequest) GetVersion() int32

func (*DeleteAccountTypeRequest) ProtoMessage

func (*DeleteAccountTypeRequest) ProtoMessage()

func (*DeleteAccountTypeRequest) Reset

func (m *DeleteAccountTypeRequest) Reset()

func (*DeleteAccountTypeRequest) String

func (m *DeleteAccountTypeRequest) String() string

type DeleteAccountTypeResponse

type DeleteAccountTypeResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_account_type

func (*DeleteAccountTypeResponse) Descriptor

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

func (*DeleteAccountTypeResponse) GetErrorCode

func (m *DeleteAccountTypeResponse) GetErrorCode() int32

func (*DeleteAccountTypeResponse) GetErrorMessage

func (m *DeleteAccountTypeResponse) GetErrorMessage() string

func (*DeleteAccountTypeResponse) GetVersion

func (m *DeleteAccountTypeResponse) GetVersion() int32

func (*DeleteAccountTypeResponse) ProtoMessage

func (*DeleteAccountTypeResponse) ProtoMessage()

func (*DeleteAccountTypeResponse) Reset

func (m *DeleteAccountTypeResponse) Reset()

func (*DeleteAccountTypeResponse) String

func (m *DeleteAccountTypeResponse) String() string

type DeleteOrganizationRequest

type DeleteOrganizationRequest struct {
	// organization unique identifier
	OrganizationId *dml.Guid `protobuf:"bytes,1,opt,name=organization_id,json=organizationId" json:"organization_id,omitempty"`
	// MService account id
	MserviceId int64 `protobuf:"varint,2,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_organization

func (*DeleteOrganizationRequest) Descriptor

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

func (*DeleteOrganizationRequest) GetMserviceId

func (m *DeleteOrganizationRequest) GetMserviceId() int64

func (*DeleteOrganizationRequest) GetOrganizationId

func (m *DeleteOrganizationRequest) GetOrganizationId() *dml.Guid

func (*DeleteOrganizationRequest) GetVersion

func (m *DeleteOrganizationRequest) GetVersion() int32

func (*DeleteOrganizationRequest) ProtoMessage

func (*DeleteOrganizationRequest) ProtoMessage()

func (*DeleteOrganizationRequest) Reset

func (m *DeleteOrganizationRequest) Reset()

func (*DeleteOrganizationRequest) String

func (m *DeleteOrganizationRequest) String() string

type DeleteOrganizationResponse

type DeleteOrganizationResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_organization

func (*DeleteOrganizationResponse) Descriptor

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

func (*DeleteOrganizationResponse) GetErrorCode

func (m *DeleteOrganizationResponse) GetErrorCode() int32

func (*DeleteOrganizationResponse) GetErrorMessage

func (m *DeleteOrganizationResponse) GetErrorMessage() string

func (*DeleteOrganizationResponse) GetVersion

func (m *DeleteOrganizationResponse) GetVersion() int32

func (*DeleteOrganizationResponse) ProtoMessage

func (*DeleteOrganizationResponse) ProtoMessage()

func (*DeleteOrganizationResponse) Reset

func (m *DeleteOrganizationResponse) Reset()

func (*DeleteOrganizationResponse) String

func (m *DeleteOrganizationResponse) String() string

type DeletePartyRequest

type DeletePartyRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// transaction party identifier
	PartyId int64 `protobuf:"varint,2,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_party

func (*DeletePartyRequest) Descriptor

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

func (*DeletePartyRequest) GetMserviceId

func (m *DeletePartyRequest) GetMserviceId() int64

func (*DeletePartyRequest) GetPartyId

func (m *DeletePartyRequest) GetPartyId() int64

func (*DeletePartyRequest) GetVersion

func (m *DeletePartyRequest) GetVersion() int32

func (*DeletePartyRequest) ProtoMessage

func (*DeletePartyRequest) ProtoMessage()

func (*DeletePartyRequest) Reset

func (m *DeletePartyRequest) Reset()

func (*DeletePartyRequest) String

func (m *DeletePartyRequest) String() string

type DeletePartyResponse

type DeletePartyResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_party

func (*DeletePartyResponse) Descriptor

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

func (*DeletePartyResponse) GetErrorCode

func (m *DeletePartyResponse) GetErrorCode() int32

func (*DeletePartyResponse) GetErrorMessage

func (m *DeletePartyResponse) GetErrorMessage() string

func (*DeletePartyResponse) GetVersion

func (m *DeletePartyResponse) GetVersion() int32

func (*DeletePartyResponse) ProtoMessage

func (*DeletePartyResponse) ProtoMessage()

func (*DeletePartyResponse) Reset

func (m *DeletePartyResponse) Reset()

func (*DeletePartyResponse) String

func (m *DeletePartyResponse) String() string

type DeleteTransactionRequest

type DeleteTransactionRequest struct {
	// general ledger transaction unique identifier
	GlTransactionId int64 `protobuf:"varint,1,opt,name=gl_transaction_id,json=glTransactionId" json:"gl_transaction_id,omitempty"`
	// MService account id
	MserviceId int64 `protobuf:"varint,2,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_transaction

func (*DeleteTransactionRequest) Descriptor

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

func (*DeleteTransactionRequest) GetGlTransactionId

func (m *DeleteTransactionRequest) GetGlTransactionId() int64

func (*DeleteTransactionRequest) GetMserviceId

func (m *DeleteTransactionRequest) GetMserviceId() int64

func (*DeleteTransactionRequest) GetVersion

func (m *DeleteTransactionRequest) GetVersion() int32

func (*DeleteTransactionRequest) ProtoMessage

func (*DeleteTransactionRequest) ProtoMessage()

func (*DeleteTransactionRequest) Reset

func (m *DeleteTransactionRequest) Reset()

func (*DeleteTransactionRequest) String

func (m *DeleteTransactionRequest) String() string

type DeleteTransactionResponse

type DeleteTransactionResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_transaction

func (*DeleteTransactionResponse) Descriptor

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

func (*DeleteTransactionResponse) GetErrorCode

func (m *DeleteTransactionResponse) GetErrorCode() int32

func (*DeleteTransactionResponse) GetErrorMessage

func (m *DeleteTransactionResponse) GetErrorMessage() string

func (*DeleteTransactionResponse) GetVersion

func (m *DeleteTransactionResponse) GetVersion() int32

func (*DeleteTransactionResponse) ProtoMessage

func (*DeleteTransactionResponse) ProtoMessage()

func (*DeleteTransactionResponse) Reset

func (m *DeleteTransactionResponse) Reset()

func (*DeleteTransactionResponse) String

func (m *DeleteTransactionResponse) String() string

type DeleteTransactionTypeRequest

type DeleteTransactionTypeRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// general ledger transaction type identifier
	TransactionTypeId int32 `protobuf:"varint,2,opt,name=transaction_type_id,json=transactionTypeId" json:"transaction_type_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_transaction_type

func (*DeleteTransactionTypeRequest) Descriptor

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

func (*DeleteTransactionTypeRequest) GetMserviceId

func (m *DeleteTransactionTypeRequest) GetMserviceId() int64

func (*DeleteTransactionTypeRequest) GetTransactionTypeId

func (m *DeleteTransactionTypeRequest) GetTransactionTypeId() int32

func (*DeleteTransactionTypeRequest) GetVersion

func (m *DeleteTransactionTypeRequest) GetVersion() int32

func (*DeleteTransactionTypeRequest) ProtoMessage

func (*DeleteTransactionTypeRequest) ProtoMessage()

func (*DeleteTransactionTypeRequest) Reset

func (m *DeleteTransactionTypeRequest) Reset()

func (*DeleteTransactionTypeRequest) String

type DeleteTransactionTypeResponse

type DeleteTransactionTypeResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_transaction_type

func (*DeleteTransactionTypeResponse) Descriptor

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

func (*DeleteTransactionTypeResponse) GetErrorCode

func (m *DeleteTransactionTypeResponse) GetErrorCode() int32

func (*DeleteTransactionTypeResponse) GetErrorMessage

func (m *DeleteTransactionTypeResponse) GetErrorMessage() string

func (*DeleteTransactionTypeResponse) GetVersion

func (m *DeleteTransactionTypeResponse) GetVersion() int32

func (*DeleteTransactionTypeResponse) ProtoMessage

func (*DeleteTransactionTypeResponse) ProtoMessage()

func (*DeleteTransactionTypeResponse) Reset

func (m *DeleteTransactionTypeResponse) Reset()

func (*DeleteTransactionTypeResponse) String

type GLAccount

type GLAccount struct {
	// general ledger account unique identifier
	GlAccountId *dml.Guid `protobuf:"bytes,1,opt,name=gl_account_id,json=glAccountId" json:"gl_account_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,2,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,3,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// MService account id
	MserviceId int64 `protobuf:"varint,7,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// organization unique identifier
	OrganizationId *dml.Guid `protobuf:"bytes,8,opt,name=organization_id,json=organizationId" json:"organization_id,omitempty"`
	// organization name
	OrganizationName string `protobuf:"bytes,9,opt,name=organization_name,json=organizationName" json:"organization_name,omitempty"`
	// general ledger account name
	AccountName string `protobuf:"bytes,10,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	// general ledger account description
	AccountDescription string `protobuf:"bytes,11,opt,name=account_description,json=accountDescription" json:"account_description,omitempty"`
	// general ledger account type identifier
	AccountTypeId int32 `protobuf:"varint,12,opt,name=account_type_id,json=accountTypeId" json:"account_type_id,omitempty"`
	// general ledger account type
	AccountType string `protobuf:"bytes,13,opt,name=account_type,json=accountType" json:"account_type,omitempty"`
}

MService general ledger account entity

func (*GLAccount) Descriptor

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

func (*GLAccount) GetAccountDescription

func (m *GLAccount) GetAccountDescription() string

func (*GLAccount) GetAccountName

func (m *GLAccount) GetAccountName() string

func (*GLAccount) GetAccountType

func (m *GLAccount) GetAccountType() string

func (*GLAccount) GetAccountTypeId

func (m *GLAccount) GetAccountTypeId() int32

func (*GLAccount) GetCreated

func (m *GLAccount) GetCreated() *dml.DateTime

func (*GLAccount) GetDeleted

func (m *GLAccount) GetDeleted() *dml.DateTime

func (*GLAccount) GetGlAccountId

func (m *GLAccount) GetGlAccountId() *dml.Guid

func (*GLAccount) GetIsDeleted

func (m *GLAccount) GetIsDeleted() bool

func (*GLAccount) GetModified

func (m *GLAccount) GetModified() *dml.DateTime

func (*GLAccount) GetMserviceId

func (m *GLAccount) GetMserviceId() int64

func (*GLAccount) GetOrganizationId

func (m *GLAccount) GetOrganizationId() *dml.Guid

func (*GLAccount) GetOrganizationName

func (m *GLAccount) GetOrganizationName() string

func (*GLAccount) GetVersion

func (m *GLAccount) GetVersion() int32

func (*GLAccount) ProtoMessage

func (*GLAccount) ProtoMessage()

func (*GLAccount) Reset

func (m *GLAccount) Reset()

func (*GLAccount) String

func (m *GLAccount) String() string

type GLAccountType

type GLAccountType struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// general ledger account type identifier
	AccountTypeId int32 `protobuf:"varint,2,opt,name=account_type_id,json=accountTypeId" json:"account_type_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,3,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,4,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,5,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,6,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,7,opt,name=version" json:"version,omitempty"`
	// general ledger account type
	AccountType string `protobuf:"bytes,8,opt,name=account_type,json=accountType" json:"account_type,omitempty"`
}

MService general ledger account type entity

func (*GLAccountType) Descriptor

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

func (*GLAccountType) GetAccountType

func (m *GLAccountType) GetAccountType() string

func (*GLAccountType) GetAccountTypeId

func (m *GLAccountType) GetAccountTypeId() int32

func (*GLAccountType) GetCreated

func (m *GLAccountType) GetCreated() *dml.DateTime

func (*GLAccountType) GetDeleted

func (m *GLAccountType) GetDeleted() *dml.DateTime

func (*GLAccountType) GetIsDeleted

func (m *GLAccountType) GetIsDeleted() bool

func (*GLAccountType) GetModified

func (m *GLAccountType) GetModified() *dml.DateTime

func (*GLAccountType) GetMserviceId

func (m *GLAccountType) GetMserviceId() int64

func (*GLAccountType) GetVersion

func (m *GLAccountType) GetVersion() int32

func (*GLAccountType) ProtoMessage

func (*GLAccountType) ProtoMessage()

func (*GLAccountType) Reset

func (m *GLAccountType) Reset()

func (*GLAccountType) String

func (m *GLAccountType) String() string

type GLOrganization

type GLOrganization struct {
	// organization unique identifier
	OrganizationId *dml.Guid `protobuf:"bytes,1,opt,name=organization_id,json=organizationId" json:"organization_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,2,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,3,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// MService account id
	MserviceId int64 `protobuf:"varint,7,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// organization name
	OrganizationName string `protobuf:"bytes,8,opt,name=organization_name,json=organizationName" json:"organization_name,omitempty"`
	// starting date for organization books
	FromDate *dml.DateTime `protobuf:"bytes,9,opt,name=from_date,json=fromDate" json:"from_date,omitempty"`
	// ending date for organization books
	ToDate *dml.DateTime `protobuf:"bytes,10,opt,name=to_date,json=toDate" json:"to_date,omitempty"`
}

MService general ledger organization entity

func (*GLOrganization) Descriptor

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

func (*GLOrganization) GetCreated

func (m *GLOrganization) GetCreated() *dml.DateTime

func (*GLOrganization) GetDeleted

func (m *GLOrganization) GetDeleted() *dml.DateTime

func (*GLOrganization) GetFromDate

func (m *GLOrganization) GetFromDate() *dml.DateTime

func (*GLOrganization) GetIsDeleted

func (m *GLOrganization) GetIsDeleted() bool

func (*GLOrganization) GetModified

func (m *GLOrganization) GetModified() *dml.DateTime

func (*GLOrganization) GetMserviceId

func (m *GLOrganization) GetMserviceId() int64

func (*GLOrganization) GetOrganizationId

func (m *GLOrganization) GetOrganizationId() *dml.Guid

func (*GLOrganization) GetOrganizationName

func (m *GLOrganization) GetOrganizationName() string

func (*GLOrganization) GetToDate

func (m *GLOrganization) GetToDate() *dml.DateTime

func (*GLOrganization) GetVersion

func (m *GLOrganization) GetVersion() int32

func (*GLOrganization) ProtoMessage

func (*GLOrganization) ProtoMessage()

func (*GLOrganization) Reset

func (m *GLOrganization) Reset()

func (*GLOrganization) String

func (m *GLOrganization) String() string

type GLParty

type GLParty struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// transaction party identifier
	PartyId int64 `protobuf:"varint,2,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,3,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,4,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,5,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,6,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,7,opt,name=version" json:"version,omitempty"`
	// transaction party name
	PartyName string `protobuf:"bytes,8,opt,name=party_name,json=partyName" json:"party_name,omitempty"`
}

MService general ledger transaction party entity

func (*GLParty) Descriptor

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

func (*GLParty) GetCreated

func (m *GLParty) GetCreated() *dml.DateTime

func (*GLParty) GetDeleted

func (m *GLParty) GetDeleted() *dml.DateTime

func (*GLParty) GetIsDeleted

func (m *GLParty) GetIsDeleted() bool

func (*GLParty) GetModified

func (m *GLParty) GetModified() *dml.DateTime

func (*GLParty) GetMserviceId

func (m *GLParty) GetMserviceId() int64

func (*GLParty) GetPartyId

func (m *GLParty) GetPartyId() int64

func (*GLParty) GetPartyName

func (m *GLParty) GetPartyName() string

func (*GLParty) GetVersion

func (m *GLParty) GetVersion() int32

func (*GLParty) ProtoMessage

func (*GLParty) ProtoMessage()

func (*GLParty) Reset

func (m *GLParty) Reset()

func (*GLParty) String

func (m *GLParty) String() string

type GLTransaction

type GLTransaction struct {
	// general ledger transaction unique identifier
	GlTransactionId int64 `protobuf:"varint,1,opt,name=gl_transaction_id,json=glTransactionId" json:"gl_transaction_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,2,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,3,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// MService account id
	MserviceId int64 `protobuf:"varint,7,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// organization unique identifier
	OrganizationId *dml.Guid `protobuf:"bytes,8,opt,name=organization_id,json=organizationId" json:"organization_id,omitempty"`
	// transaction date
	TransactionDate *dml.DateTime `protobuf:"bytes,9,opt,name=transaction_date,json=transactionDate" json:"transaction_date,omitempty"`
	// transaction description
	TransactionDescription string `protobuf:"bytes,10,opt,name=transaction_description,json=transactionDescription" json:"transaction_description,omitempty"`
	// general ledger transaction type identifier
	TransactionTypeId int32 `protobuf:"varint,11,opt,name=transaction_type_id,json=transactionTypeId" json:"transaction_type_id,omitempty"`
	// transaction type description
	TransactionType string `protobuf:"bytes,12,opt,name=transaction_type,json=transactionType" json:"transaction_type,omitempty"`
	// identifier of transaction from party
	FromPartyId int64 `protobuf:"varint,13,opt,name=from_party_id,json=fromPartyId" json:"from_party_id,omitempty"`
	// from party name
	FromPartyName string `protobuf:"bytes,14,opt,name=from_party_name,json=fromPartyName" json:"from_party_name,omitempty"`
	// identifier of transaction to party
	ToPartyId int64 `protobuf:"varint,15,opt,name=to_party_id,json=toPartyId" json:"to_party_id,omitempty"`
	// to party name
	ToPartyName string `protobuf:"bytes,16,opt,name=to_party_name,json=toPartyName" json:"to_party_name,omitempty"`
	// associated key from external system
	PostedViaKey string `protobuf:"bytes,17,opt,name=posted_via_key,json=postedViaKey" json:"posted_via_key,omitempty"`
	// date posted on external system
	PostedViaDate *dml.DateTime `protobuf:"bytes,18,opt,name=posted_via_date,json=postedViaDate" json:"posted_via_date,omitempty"`
}

MService general ledger transaction entity

func (*GLTransaction) Descriptor

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

func (*GLTransaction) GetCreated

func (m *GLTransaction) GetCreated() *dml.DateTime

func (*GLTransaction) GetDeleted

func (m *GLTransaction) GetDeleted() *dml.DateTime

func (*GLTransaction) GetFromPartyId

func (m *GLTransaction) GetFromPartyId() int64

func (*GLTransaction) GetFromPartyName

func (m *GLTransaction) GetFromPartyName() string

func (*GLTransaction) GetGlTransactionId

func (m *GLTransaction) GetGlTransactionId() int64

func (*GLTransaction) GetIsDeleted

func (m *GLTransaction) GetIsDeleted() bool

func (*GLTransaction) GetModified

func (m *GLTransaction) GetModified() *dml.DateTime

func (*GLTransaction) GetMserviceId

func (m *GLTransaction) GetMserviceId() int64

func (*GLTransaction) GetOrganizationId

func (m *GLTransaction) GetOrganizationId() *dml.Guid

func (*GLTransaction) GetPostedViaDate

func (m *GLTransaction) GetPostedViaDate() *dml.DateTime

func (*GLTransaction) GetPostedViaKey

func (m *GLTransaction) GetPostedViaKey() string

func (*GLTransaction) GetToPartyId

func (m *GLTransaction) GetToPartyId() int64

func (*GLTransaction) GetToPartyName

func (m *GLTransaction) GetToPartyName() string

func (*GLTransaction) GetTransactionDate

func (m *GLTransaction) GetTransactionDate() *dml.DateTime

func (*GLTransaction) GetTransactionDescription

func (m *GLTransaction) GetTransactionDescription() string

func (*GLTransaction) GetTransactionType

func (m *GLTransaction) GetTransactionType() string

func (*GLTransaction) GetTransactionTypeId

func (m *GLTransaction) GetTransactionTypeId() int32

func (*GLTransaction) GetVersion

func (m *GLTransaction) GetVersion() int32

func (*GLTransaction) ProtoMessage

func (*GLTransaction) ProtoMessage()

func (*GLTransaction) Reset

func (m *GLTransaction) Reset()

func (*GLTransaction) String

func (m *GLTransaction) String() string

type GLTransactionDetail

type GLTransactionDetail struct {
	// general ledger transaction unique identifier
	GlTransactionId int64 `protobuf:"varint,1,opt,name=gl_transaction_id,json=glTransactionId" json:"gl_transaction_id,omitempty"`
	// transaction detail sequence number
	SequenceNumber int32 `protobuf:"varint,2,opt,name=sequence_number,json=sequenceNumber" json:"sequence_number,omitempty"`
	// general ledger account unique identifier
	GlAccountId *dml.Guid `protobuf:"bytes,3,opt,name=gl_account_id,json=glAccountId" json:"gl_account_id,omitempty"`
	// general ledger account name
	AccountName string `protobuf:"bytes,4,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	// transaction detail amount
	Amount *dml.Decimal `protobuf:"bytes,5,opt,name=amount" json:"amount,omitempty"`
	// transaction detail is debit (true) else credit
	IsDebit bool `protobuf:"varint,6,opt,name=is_debit,json=isDebit" json:"is_debit,omitempty"`
}

MService general ledger transaction detail entity

func (*GLTransactionDetail) Descriptor

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

func (*GLTransactionDetail) GetAccountName

func (m *GLTransactionDetail) GetAccountName() string

func (*GLTransactionDetail) GetAmount

func (m *GLTransactionDetail) GetAmount() *dml.Decimal

func (*GLTransactionDetail) GetGlAccountId

func (m *GLTransactionDetail) GetGlAccountId() *dml.Guid

func (*GLTransactionDetail) GetGlTransactionId

func (m *GLTransactionDetail) GetGlTransactionId() int64

func (*GLTransactionDetail) GetIsDebit

func (m *GLTransactionDetail) GetIsDebit() bool

func (*GLTransactionDetail) GetSequenceNumber

func (m *GLTransactionDetail) GetSequenceNumber() int32

func (*GLTransactionDetail) ProtoMessage

func (*GLTransactionDetail) ProtoMessage()

func (*GLTransactionDetail) Reset

func (m *GLTransactionDetail) Reset()

func (*GLTransactionDetail) String

func (m *GLTransactionDetail) String() string

type GLTransactionType

type GLTransactionType struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// general ledger transaction type identifier
	TransactionTypeId int32 `protobuf:"varint,2,opt,name=transaction_type_id,json=transactionTypeId" json:"transaction_type_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,3,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,4,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,5,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,6,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,7,opt,name=version" json:"version,omitempty"`
	// transaction type description
	TransactionType string `protobuf:"bytes,8,opt,name=transaction_type,json=transactionType" json:"transaction_type,omitempty"`
}

MService general ledger transaction type entity

func (*GLTransactionType) Descriptor

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

func (*GLTransactionType) GetCreated

func (m *GLTransactionType) GetCreated() *dml.DateTime

func (*GLTransactionType) GetDeleted

func (m *GLTransactionType) GetDeleted() *dml.DateTime

func (*GLTransactionType) GetIsDeleted

func (m *GLTransactionType) GetIsDeleted() bool

func (*GLTransactionType) GetModified

func (m *GLTransactionType) GetModified() *dml.DateTime

func (*GLTransactionType) GetMserviceId

func (m *GLTransactionType) GetMserviceId() int64

func (*GLTransactionType) GetTransactionType

func (m *GLTransactionType) GetTransactionType() string

func (*GLTransactionType) GetTransactionTypeId

func (m *GLTransactionType) GetTransactionTypeId() int32

func (*GLTransactionType) GetVersion

func (m *GLTransactionType) GetVersion() int32

func (*GLTransactionType) ProtoMessage

func (*GLTransactionType) ProtoMessage()

func (*GLTransactionType) Reset

func (m *GLTransactionType) Reset()

func (*GLTransactionType) String

func (m *GLTransactionType) String() string

type GLTransactionWrapper

type GLTransactionWrapper struct {
	// general ledger transaction unique identifier
	GlTransactionId int64 `protobuf:"varint,1,opt,name=gl_transaction_id,json=glTransactionId" json:"gl_transaction_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,2,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,3,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// MService account id
	MserviceId int64 `protobuf:"varint,7,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// organization unique identifier
	OrganizationId *dml.Guid `protobuf:"bytes,8,opt,name=organization_id,json=organizationId" json:"organization_id,omitempty"`
	// transaction date
	TransactionDate *dml.DateTime `protobuf:"bytes,9,opt,name=transaction_date,json=transactionDate" json:"transaction_date,omitempty"`
	// transaction description
	TransactionDescription string `protobuf:"bytes,10,opt,name=transaction_description,json=transactionDescription" json:"transaction_description,omitempty"`
	// general ledger transaction type identifier
	TransactionTypeId int32 `protobuf:"varint,11,opt,name=transaction_type_id,json=transactionTypeId" json:"transaction_type_id,omitempty"`
	// transaction type description
	TransactionType string `protobuf:"bytes,12,opt,name=transaction_type,json=transactionType" json:"transaction_type,omitempty"`
	// identifier of transaction from party
	FromPartyId int64 `protobuf:"varint,13,opt,name=from_party_id,json=fromPartyId" json:"from_party_id,omitempty"`
	// from party name
	FromPartyName string `protobuf:"bytes,14,opt,name=from_party_name,json=fromPartyName" json:"from_party_name,omitempty"`
	// identifier of transaction to party
	ToPartyId int64 `protobuf:"varint,15,opt,name=to_party_id,json=toPartyId" json:"to_party_id,omitempty"`
	// to party name
	ToPartyName string `protobuf:"bytes,16,opt,name=to_party_name,json=toPartyName" json:"to_party_name,omitempty"`
	// associated key from external system
	PostedViaKey string `protobuf:"bytes,17,opt,name=posted_via_key,json=postedViaKey" json:"posted_via_key,omitempty"`
	// date posted on external system
	PostedViaDate *dml.DateTime `protobuf:"bytes,18,opt,name=posted_via_date,json=postedViaDate" json:"posted_via_date,omitempty"`
	// list of general ledger transaction detail objects
	GlTransactionDetails []*GLTransactionDetail `protobuf:"bytes,19,rep,name=gl_transaction_details,json=glTransactionDetails" json:"gl_transaction_details,omitempty"`
}

MService general ledger transaction entity wrapper

func (*GLTransactionWrapper) Descriptor

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

func (*GLTransactionWrapper) GetCreated

func (m *GLTransactionWrapper) GetCreated() *dml.DateTime

func (*GLTransactionWrapper) GetDeleted

func (m *GLTransactionWrapper) GetDeleted() *dml.DateTime

func (*GLTransactionWrapper) GetFromPartyId

func (m *GLTransactionWrapper) GetFromPartyId() int64

func (*GLTransactionWrapper) GetFromPartyName

func (m *GLTransactionWrapper) GetFromPartyName() string

func (*GLTransactionWrapper) GetGlTransactionDetails

func (m *GLTransactionWrapper) GetGlTransactionDetails() []*GLTransactionDetail

func (*GLTransactionWrapper) GetGlTransactionId

func (m *GLTransactionWrapper) GetGlTransactionId() int64

func (*GLTransactionWrapper) GetIsDeleted

func (m *GLTransactionWrapper) GetIsDeleted() bool

func (*GLTransactionWrapper) GetModified

func (m *GLTransactionWrapper) GetModified() *dml.DateTime

func (*GLTransactionWrapper) GetMserviceId

func (m *GLTransactionWrapper) GetMserviceId() int64

func (*GLTransactionWrapper) GetOrganizationId

func (m *GLTransactionWrapper) GetOrganizationId() *dml.Guid

func (*GLTransactionWrapper) GetPostedViaDate

func (m *GLTransactionWrapper) GetPostedViaDate() *dml.DateTime

func (*GLTransactionWrapper) GetPostedViaKey

func (m *GLTransactionWrapper) GetPostedViaKey() string

func (*GLTransactionWrapper) GetToPartyId

func (m *GLTransactionWrapper) GetToPartyId() int64

func (*GLTransactionWrapper) GetToPartyName

func (m *GLTransactionWrapper) GetToPartyName() string

func (*GLTransactionWrapper) GetTransactionDate

func (m *GLTransactionWrapper) GetTransactionDate() *dml.DateTime

func (*GLTransactionWrapper) GetTransactionDescription

func (m *GLTransactionWrapper) GetTransactionDescription() string

func (*GLTransactionWrapper) GetTransactionType

func (m *GLTransactionWrapper) GetTransactionType() string

func (*GLTransactionWrapper) GetTransactionTypeId

func (m *GLTransactionWrapper) GetTransactionTypeId() int32

func (*GLTransactionWrapper) GetVersion

func (m *GLTransactionWrapper) GetVersion() int32

func (*GLTransactionWrapper) ProtoMessage

func (*GLTransactionWrapper) ProtoMessage()

func (*GLTransactionWrapper) Reset

func (m *GLTransactionWrapper) Reset()

func (*GLTransactionWrapper) String

func (m *GLTransactionWrapper) String() string

type GetAccountByIdRequest

type GetAccountByIdRequest struct {
	// general ledger account unique identifier
	GlAccountId *dml.Guid `protobuf:"bytes,1,opt,name=gl_account_id,json=glAccountId" json:"gl_account_id,omitempty"`
	// MService account id
	MserviceId int64 `protobuf:"varint,2,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
}

request parameters for method get_account_by_id

func (*GetAccountByIdRequest) Descriptor

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

func (*GetAccountByIdRequest) GetGlAccountId

func (m *GetAccountByIdRequest) GetGlAccountId() *dml.Guid

func (*GetAccountByIdRequest) GetMserviceId

func (m *GetAccountByIdRequest) GetMserviceId() int64

func (*GetAccountByIdRequest) ProtoMessage

func (*GetAccountByIdRequest) ProtoMessage()

func (*GetAccountByIdRequest) Reset

func (m *GetAccountByIdRequest) Reset()

func (*GetAccountByIdRequest) String

func (m *GetAccountByIdRequest) String() string

type GetAccountByIdResponse

type GetAccountByIdResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// general ledger account object
	GlAccount *GLAccount `protobuf:"bytes,3,opt,name=gl_account,json=glAccount" json:"gl_account,omitempty"`
}

response parameters for method get_account_by_id

func (*GetAccountByIdResponse) Descriptor

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

func (*GetAccountByIdResponse) GetErrorCode

func (m *GetAccountByIdResponse) GetErrorCode() int32

func (*GetAccountByIdResponse) GetErrorMessage

func (m *GetAccountByIdResponse) GetErrorMessage() string

func (*GetAccountByIdResponse) GetGlAccount

func (m *GetAccountByIdResponse) GetGlAccount() *GLAccount

func (*GetAccountByIdResponse) ProtoMessage

func (*GetAccountByIdResponse) ProtoMessage()

func (*GetAccountByIdResponse) Reset

func (m *GetAccountByIdResponse) Reset()

func (*GetAccountByIdResponse) String

func (m *GetAccountByIdResponse) String() string

type GetAccountTypeByIdRequest

type GetAccountTypeByIdRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// general ledger account type identifier
	AccountTypeId int32 `protobuf:"varint,2,opt,name=account_type_id,json=accountTypeId" json:"account_type_id,omitempty"`
}

request parameters for method get_account_type_by_id

func (*GetAccountTypeByIdRequest) Descriptor

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

func (*GetAccountTypeByIdRequest) GetAccountTypeId

func (m *GetAccountTypeByIdRequest) GetAccountTypeId() int32

func (*GetAccountTypeByIdRequest) GetMserviceId

func (m *GetAccountTypeByIdRequest) GetMserviceId() int64

func (*GetAccountTypeByIdRequest) ProtoMessage

func (*GetAccountTypeByIdRequest) ProtoMessage()

func (*GetAccountTypeByIdRequest) Reset

func (m *GetAccountTypeByIdRequest) Reset()

func (*GetAccountTypeByIdRequest) String

func (m *GetAccountTypeByIdRequest) String() string

type GetAccountTypeByIdResponse

type GetAccountTypeByIdResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// general ledger account type object
	GlAccountType *GLAccountType `protobuf:"bytes,3,opt,name=gl_account_type,json=glAccountType" json:"gl_account_type,omitempty"`
}

response parameters for method get_account_type_by_id

func (*GetAccountTypeByIdResponse) Descriptor

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

func (*GetAccountTypeByIdResponse) GetErrorCode

func (m *GetAccountTypeByIdResponse) GetErrorCode() int32

func (*GetAccountTypeByIdResponse) GetErrorMessage

func (m *GetAccountTypeByIdResponse) GetErrorMessage() string

func (*GetAccountTypeByIdResponse) GetGlAccountType

func (m *GetAccountTypeByIdResponse) GetGlAccountType() *GLAccountType

func (*GetAccountTypeByIdResponse) ProtoMessage

func (*GetAccountTypeByIdResponse) ProtoMessage()

func (*GetAccountTypeByIdResponse) Reset

func (m *GetAccountTypeByIdResponse) Reset()

func (*GetAccountTypeByIdResponse) String

func (m *GetAccountTypeByIdResponse) String() string

type GetAccountTypesByMserviceRequest

type GetAccountTypesByMserviceRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
}

request parameters for method get_account_types_by_mservice

func (*GetAccountTypesByMserviceRequest) Descriptor

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

func (*GetAccountTypesByMserviceRequest) GetMserviceId

func (m *GetAccountTypesByMserviceRequest) GetMserviceId() int64

func (*GetAccountTypesByMserviceRequest) ProtoMessage

func (*GetAccountTypesByMserviceRequest) ProtoMessage()

func (*GetAccountTypesByMserviceRequest) Reset

func (*GetAccountTypesByMserviceRequest) String

type GetAccountTypesByMserviceResponse

type GetAccountTypesByMserviceResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of general ledger account type objects
	GlAccountTypes []*GLAccountType `protobuf:"bytes,3,rep,name=gl_account_types,json=glAccountTypes" json:"gl_account_types,omitempty"`
}

response parameters for method get_account_types_by_mservice

func (*GetAccountTypesByMserviceResponse) Descriptor

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

func (*GetAccountTypesByMserviceResponse) GetErrorCode

func (m *GetAccountTypesByMserviceResponse) GetErrorCode() int32

func (*GetAccountTypesByMserviceResponse) GetErrorMessage

func (m *GetAccountTypesByMserviceResponse) GetErrorMessage() string

func (*GetAccountTypesByMserviceResponse) GetGlAccountTypes

func (m *GetAccountTypesByMserviceResponse) GetGlAccountTypes() []*GLAccountType

func (*GetAccountTypesByMserviceResponse) ProtoMessage

func (*GetAccountTypesByMserviceResponse) ProtoMessage()

func (*GetAccountTypesByMserviceResponse) Reset

func (*GetAccountTypesByMserviceResponse) String

type GetAccountsByOrganizationRequest

type GetAccountsByOrganizationRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// organization unique identifier
	OrganizationId *dml.Guid `protobuf:"bytes,2,opt,name=organization_id,json=organizationId" json:"organization_id,omitempty"`
}

request parameters for method get_accounts_by_organization

func (*GetAccountsByOrganizationRequest) Descriptor

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

func (*GetAccountsByOrganizationRequest) GetMserviceId

func (m *GetAccountsByOrganizationRequest) GetMserviceId() int64

func (*GetAccountsByOrganizationRequest) GetOrganizationId

func (m *GetAccountsByOrganizationRequest) GetOrganizationId() *dml.Guid

func (*GetAccountsByOrganizationRequest) ProtoMessage

func (*GetAccountsByOrganizationRequest) ProtoMessage()

func (*GetAccountsByOrganizationRequest) Reset

func (*GetAccountsByOrganizationRequest) String

type GetAccountsByOrganizationResponse

type GetAccountsByOrganizationResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of general ledger account objects
	GlAccounts []*GLAccount `protobuf:"bytes,3,rep,name=gl_accounts,json=glAccounts" json:"gl_accounts,omitempty"`
}

response parameters for method get_accounts_by_organization

func (*GetAccountsByOrganizationResponse) Descriptor

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

func (*GetAccountsByOrganizationResponse) GetErrorCode

func (m *GetAccountsByOrganizationResponse) GetErrorCode() int32

func (*GetAccountsByOrganizationResponse) GetErrorMessage

func (m *GetAccountsByOrganizationResponse) GetErrorMessage() string

func (*GetAccountsByOrganizationResponse) GetGlAccounts

func (m *GetAccountsByOrganizationResponse) GetGlAccounts() []*GLAccount

func (*GetAccountsByOrganizationResponse) ProtoMessage

func (*GetAccountsByOrganizationResponse) ProtoMessage()

func (*GetAccountsByOrganizationResponse) Reset

func (*GetAccountsByOrganizationResponse) String

type GetOrganizationByIdRequest

type GetOrganizationByIdRequest struct {
	// organization unique identifier
	OrganizationId *dml.Guid `protobuf:"bytes,1,opt,name=organization_id,json=organizationId" json:"organization_id,omitempty"`
	// MService account id
	MserviceId int64 `protobuf:"varint,2,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
}

request parameters for method get_organization_by_id

func (*GetOrganizationByIdRequest) Descriptor

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

func (*GetOrganizationByIdRequest) GetMserviceId

func (m *GetOrganizationByIdRequest) GetMserviceId() int64

func (*GetOrganizationByIdRequest) GetOrganizationId

func (m *GetOrganizationByIdRequest) GetOrganizationId() *dml.Guid

func (*GetOrganizationByIdRequest) ProtoMessage

func (*GetOrganizationByIdRequest) ProtoMessage()

func (*GetOrganizationByIdRequest) Reset

func (m *GetOrganizationByIdRequest) Reset()

func (*GetOrganizationByIdRequest) String

func (m *GetOrganizationByIdRequest) String() string

type GetOrganizationByIdResponse

type GetOrganizationByIdResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// general ledger organization object
	GlOrganization *GLOrganization `protobuf:"bytes,3,opt,name=gl_organization,json=glOrganization" json:"gl_organization,omitempty"`
}

response parameters for method get_organization_by_id

func (*GetOrganizationByIdResponse) Descriptor

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

func (*GetOrganizationByIdResponse) GetErrorCode

func (m *GetOrganizationByIdResponse) GetErrorCode() int32

func (*GetOrganizationByIdResponse) GetErrorMessage

func (m *GetOrganizationByIdResponse) GetErrorMessage() string

func (*GetOrganizationByIdResponse) GetGlOrganization

func (m *GetOrganizationByIdResponse) GetGlOrganization() *GLOrganization

func (*GetOrganizationByIdResponse) ProtoMessage

func (*GetOrganizationByIdResponse) ProtoMessage()

func (*GetOrganizationByIdResponse) Reset

func (m *GetOrganizationByIdResponse) Reset()

func (*GetOrganizationByIdResponse) String

func (m *GetOrganizationByIdResponse) String() string

type GetOrganizationsByMserviceRequest

type GetOrganizationsByMserviceRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
}

request parameters for method get_organizations_by_mservice

func (*GetOrganizationsByMserviceRequest) Descriptor

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

func (*GetOrganizationsByMserviceRequest) GetMserviceId

func (m *GetOrganizationsByMserviceRequest) GetMserviceId() int64

func (*GetOrganizationsByMserviceRequest) ProtoMessage

func (*GetOrganizationsByMserviceRequest) ProtoMessage()

func (*GetOrganizationsByMserviceRequest) Reset

func (*GetOrganizationsByMserviceRequest) String

type GetOrganizationsByMserviceResponse

type GetOrganizationsByMserviceResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of general ledger organization objects
	GlOrganizations []*GLOrganization `protobuf:"bytes,3,rep,name=gl_organizations,json=glOrganizations" json:"gl_organizations,omitempty"`
}

response parameters for method get_organizations_by_mservice

func (*GetOrganizationsByMserviceResponse) Descriptor

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

func (*GetOrganizationsByMserviceResponse) GetErrorCode

func (m *GetOrganizationsByMserviceResponse) GetErrorCode() int32

func (*GetOrganizationsByMserviceResponse) GetErrorMessage

func (m *GetOrganizationsByMserviceResponse) GetErrorMessage() string

func (*GetOrganizationsByMserviceResponse) GetGlOrganizations

func (m *GetOrganizationsByMserviceResponse) GetGlOrganizations() []*GLOrganization

func (*GetOrganizationsByMserviceResponse) ProtoMessage

func (*GetOrganizationsByMserviceResponse) ProtoMessage()

func (*GetOrganizationsByMserviceResponse) Reset

func (*GetOrganizationsByMserviceResponse) String

type GetPartiesByMserviceRequest

type GetPartiesByMserviceRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
}

request parameters for method get_parties_by_mservice

func (*GetPartiesByMserviceRequest) Descriptor

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

func (*GetPartiesByMserviceRequest) GetMserviceId

func (m *GetPartiesByMserviceRequest) GetMserviceId() int64

func (*GetPartiesByMserviceRequest) ProtoMessage

func (*GetPartiesByMserviceRequest) ProtoMessage()

func (*GetPartiesByMserviceRequest) Reset

func (m *GetPartiesByMserviceRequest) Reset()

func (*GetPartiesByMserviceRequest) String

func (m *GetPartiesByMserviceRequest) String() string

type GetPartiesByMserviceResponse

type GetPartiesByMserviceResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of general ledger transaction party objects
	GlParties []*GLParty `protobuf:"bytes,3,rep,name=gl_parties,json=glParties" json:"gl_parties,omitempty"`
}

response parameters for method get_parties_by_mservice

func (*GetPartiesByMserviceResponse) Descriptor

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

func (*GetPartiesByMserviceResponse) GetErrorCode

func (m *GetPartiesByMserviceResponse) GetErrorCode() int32

func (*GetPartiesByMserviceResponse) GetErrorMessage

func (m *GetPartiesByMserviceResponse) GetErrorMessage() string

func (*GetPartiesByMserviceResponse) GetGlParties

func (m *GetPartiesByMserviceResponse) GetGlParties() []*GLParty

func (*GetPartiesByMserviceResponse) ProtoMessage

func (*GetPartiesByMserviceResponse) ProtoMessage()

func (*GetPartiesByMserviceResponse) Reset

func (m *GetPartiesByMserviceResponse) Reset()

func (*GetPartiesByMserviceResponse) String

type GetPartyByIdRequest

type GetPartyByIdRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// transaction party identifier
	PartyId int64 `protobuf:"varint,2,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
}

request parameters for method get_party_by_id

func (*GetPartyByIdRequest) Descriptor

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

func (*GetPartyByIdRequest) GetMserviceId

func (m *GetPartyByIdRequest) GetMserviceId() int64

func (*GetPartyByIdRequest) GetPartyId

func (m *GetPartyByIdRequest) GetPartyId() int64

func (*GetPartyByIdRequest) ProtoMessage

func (*GetPartyByIdRequest) ProtoMessage()

func (*GetPartyByIdRequest) Reset

func (m *GetPartyByIdRequest) Reset()

func (*GetPartyByIdRequest) String

func (m *GetPartyByIdRequest) String() string

type GetPartyByIdResponse

type GetPartyByIdResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// general ledger transaction party object
	GlParty *GLParty `protobuf:"bytes,3,opt,name=gl_party,json=glParty" json:"gl_party,omitempty"`
}

response parameters for method get_party_by_id

func (*GetPartyByIdResponse) Descriptor

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

func (*GetPartyByIdResponse) GetErrorCode

func (m *GetPartyByIdResponse) GetErrorCode() int32

func (*GetPartyByIdResponse) GetErrorMessage

func (m *GetPartyByIdResponse) GetErrorMessage() string

func (*GetPartyByIdResponse) GetGlParty

func (m *GetPartyByIdResponse) GetGlParty() *GLParty

func (*GetPartyByIdResponse) ProtoMessage

func (*GetPartyByIdResponse) ProtoMessage()

func (*GetPartyByIdResponse) Reset

func (m *GetPartyByIdResponse) Reset()

func (*GetPartyByIdResponse) String

func (m *GetPartyByIdResponse) String() string

type GetServerVersionRequest added in v0.9.2

type GetServerVersionRequest struct {
	// placeholder param to avoid empty message
	DummyParam int32 `protobuf:"varint,1,opt,name=dummy_param,json=dummyParam" json:"dummy_param,omitempty"`
}

request parameters for method get_server_version

func (*GetServerVersionRequest) Descriptor added in v0.9.2

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

func (*GetServerVersionRequest) GetDummyParam added in v0.9.2

func (m *GetServerVersionRequest) GetDummyParam() int32

func (*GetServerVersionRequest) ProtoMessage added in v0.9.2

func (*GetServerVersionRequest) ProtoMessage()

func (*GetServerVersionRequest) Reset added in v0.9.2

func (m *GetServerVersionRequest) Reset()

func (*GetServerVersionRequest) String added in v0.9.2

func (m *GetServerVersionRequest) String() string

type GetServerVersionResponse added in v0.9.2

type GetServerVersionResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version level of server
	ServerVersion string `protobuf:"bytes,3,opt,name=server_version,json=serverVersion" json:"server_version,omitempty"`
	// server uptime in seconds
	ServerUptime int64 `protobuf:"varint,4,opt,name=server_uptime,json=serverUptime" json:"server_uptime,omitempty"`
}

response parameters for method get_server_version

func (*GetServerVersionResponse) Descriptor added in v0.9.2

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

func (*GetServerVersionResponse) GetErrorCode added in v0.9.2

func (m *GetServerVersionResponse) GetErrorCode() int32

func (*GetServerVersionResponse) GetErrorMessage added in v0.9.2

func (m *GetServerVersionResponse) GetErrorMessage() string

func (*GetServerVersionResponse) GetServerUptime added in v0.9.2

func (m *GetServerVersionResponse) GetServerUptime() int64

func (*GetServerVersionResponse) GetServerVersion added in v0.9.2

func (m *GetServerVersionResponse) GetServerVersion() string

func (*GetServerVersionResponse) ProtoMessage added in v0.9.2

func (*GetServerVersionResponse) ProtoMessage()

func (*GetServerVersionResponse) Reset added in v0.9.2

func (m *GetServerVersionResponse) Reset()

func (*GetServerVersionResponse) String added in v0.9.2

func (m *GetServerVersionResponse) String() string

type GetTransactionByIdRequest

type GetTransactionByIdRequest struct {
	// general ledger transaction unique identifier
	GlTransactionId int64 `protobuf:"varint,1,opt,name=gl_transaction_id,json=glTransactionId" json:"gl_transaction_id,omitempty"`
	// MService account id
	MserviceId int64 `protobuf:"varint,2,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
}

request parameters for method get_transaction_by_id

func (*GetTransactionByIdRequest) Descriptor

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

func (*GetTransactionByIdRequest) GetGlTransactionId

func (m *GetTransactionByIdRequest) GetGlTransactionId() int64

func (*GetTransactionByIdRequest) GetMserviceId

func (m *GetTransactionByIdRequest) GetMserviceId() int64

func (*GetTransactionByIdRequest) ProtoMessage

func (*GetTransactionByIdRequest) ProtoMessage()

func (*GetTransactionByIdRequest) Reset

func (m *GetTransactionByIdRequest) Reset()

func (*GetTransactionByIdRequest) String

func (m *GetTransactionByIdRequest) String() string

type GetTransactionByIdResponse

type GetTransactionByIdResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// general ledger transaction object
	GlTransaction *GLTransaction `protobuf:"bytes,3,opt,name=gl_transaction,json=glTransaction" json:"gl_transaction,omitempty"`
}

response parameters for method get_transaction_by_id

func (*GetTransactionByIdResponse) Descriptor

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

func (*GetTransactionByIdResponse) GetErrorCode

func (m *GetTransactionByIdResponse) GetErrorCode() int32

func (*GetTransactionByIdResponse) GetErrorMessage

func (m *GetTransactionByIdResponse) GetErrorMessage() string

func (*GetTransactionByIdResponse) GetGlTransaction

func (m *GetTransactionByIdResponse) GetGlTransaction() *GLTransaction

func (*GetTransactionByIdResponse) ProtoMessage

func (*GetTransactionByIdResponse) ProtoMessage()

func (*GetTransactionByIdResponse) Reset

func (m *GetTransactionByIdResponse) Reset()

func (*GetTransactionByIdResponse) String

func (m *GetTransactionByIdResponse) String() string

type GetTransactionTypeByIdRequest

type GetTransactionTypeByIdRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// general ledger transaction type identifier
	TransactionTypeId int32 `protobuf:"varint,2,opt,name=transaction_type_id,json=transactionTypeId" json:"transaction_type_id,omitempty"`
}

request parameters for method get_transaction_type_by_id

func (*GetTransactionTypeByIdRequest) Descriptor

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

func (*GetTransactionTypeByIdRequest) GetMserviceId

func (m *GetTransactionTypeByIdRequest) GetMserviceId() int64

func (*GetTransactionTypeByIdRequest) GetTransactionTypeId

func (m *GetTransactionTypeByIdRequest) GetTransactionTypeId() int32

func (*GetTransactionTypeByIdRequest) ProtoMessage

func (*GetTransactionTypeByIdRequest) ProtoMessage()

func (*GetTransactionTypeByIdRequest) Reset

func (m *GetTransactionTypeByIdRequest) Reset()

func (*GetTransactionTypeByIdRequest) String

type GetTransactionTypeByIdResponse

type GetTransactionTypeByIdResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// general ledger transaction type object
	GlTransactionType *GLTransactionType `protobuf:"bytes,3,opt,name=gl_transaction_type,json=glTransactionType" json:"gl_transaction_type,omitempty"`
}

response parameters for method get_transaction_type_by_id

func (*GetTransactionTypeByIdResponse) Descriptor

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

func (*GetTransactionTypeByIdResponse) GetErrorCode

func (m *GetTransactionTypeByIdResponse) GetErrorCode() int32

func (*GetTransactionTypeByIdResponse) GetErrorMessage

func (m *GetTransactionTypeByIdResponse) GetErrorMessage() string

func (*GetTransactionTypeByIdResponse) GetGlTransactionType

func (m *GetTransactionTypeByIdResponse) GetGlTransactionType() *GLTransactionType

func (*GetTransactionTypeByIdResponse) ProtoMessage

func (*GetTransactionTypeByIdResponse) ProtoMessage()

func (*GetTransactionTypeByIdResponse) Reset

func (m *GetTransactionTypeByIdResponse) Reset()

func (*GetTransactionTypeByIdResponse) String

type GetTransactionTypesByMserviceRequest

type GetTransactionTypesByMserviceRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
}

request parameters for method get_transaction_types_by_mservice

func (*GetTransactionTypesByMserviceRequest) Descriptor

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

func (*GetTransactionTypesByMserviceRequest) GetMserviceId

func (m *GetTransactionTypesByMserviceRequest) GetMserviceId() int64

func (*GetTransactionTypesByMserviceRequest) ProtoMessage

func (*GetTransactionTypesByMserviceRequest) ProtoMessage()

func (*GetTransactionTypesByMserviceRequest) Reset

func (*GetTransactionTypesByMserviceRequest) String

type GetTransactionTypesByMserviceResponse

type GetTransactionTypesByMserviceResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of general ledger transaction type objects
	GlTransactionTypes []*GLTransactionType `protobuf:"bytes,3,rep,name=gl_transaction_types,json=glTransactionTypes" json:"gl_transaction_types,omitempty"`
}

response parameters for method get_transaction_types_by_mservice

func (*GetTransactionTypesByMserviceResponse) Descriptor

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

func (*GetTransactionTypesByMserviceResponse) GetErrorCode

func (m *GetTransactionTypesByMserviceResponse) GetErrorCode() int32

func (*GetTransactionTypesByMserviceResponse) GetErrorMessage

func (m *GetTransactionTypesByMserviceResponse) GetErrorMessage() string

func (*GetTransactionTypesByMserviceResponse) GetGlTransactionTypes

func (m *GetTransactionTypesByMserviceResponse) GetGlTransactionTypes() []*GLTransactionType

func (*GetTransactionTypesByMserviceResponse) ProtoMessage

func (*GetTransactionTypesByMserviceResponse) ProtoMessage()

func (*GetTransactionTypesByMserviceResponse) Reset

func (*GetTransactionTypesByMserviceResponse) String

type GetTransactionWrapperByIdRequest

type GetTransactionWrapperByIdRequest struct {
	// general ledger transaction unique identifier
	GlTransactionId int64 `protobuf:"varint,1,opt,name=gl_transaction_id,json=glTransactionId" json:"gl_transaction_id,omitempty"`
	// MService account id
	MserviceId int64 `protobuf:"varint,2,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
}

request parameters for method get_transaction_wrapper_by_id

func (*GetTransactionWrapperByIdRequest) Descriptor

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

func (*GetTransactionWrapperByIdRequest) GetGlTransactionId

func (m *GetTransactionWrapperByIdRequest) GetGlTransactionId() int64

func (*GetTransactionWrapperByIdRequest) GetMserviceId

func (m *GetTransactionWrapperByIdRequest) GetMserviceId() int64

func (*GetTransactionWrapperByIdRequest) ProtoMessage

func (*GetTransactionWrapperByIdRequest) ProtoMessage()

func (*GetTransactionWrapperByIdRequest) Reset

func (*GetTransactionWrapperByIdRequest) String

type GetTransactionWrapperByIdResponse

type GetTransactionWrapperByIdResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// general ledger transaction object with transaction details
	GlTransactionWrapper *GLTransactionWrapper `protobuf:"bytes,3,opt,name=gl_transaction_wrapper,json=glTransactionWrapper" json:"gl_transaction_wrapper,omitempty"`
}

response parameters for method get_transaction_wrapper_by_id

func (*GetTransactionWrapperByIdResponse) Descriptor

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

func (*GetTransactionWrapperByIdResponse) GetErrorCode

func (m *GetTransactionWrapperByIdResponse) GetErrorCode() int32

func (*GetTransactionWrapperByIdResponse) GetErrorMessage

func (m *GetTransactionWrapperByIdResponse) GetErrorMessage() string

func (*GetTransactionWrapperByIdResponse) GetGlTransactionWrapper

func (m *GetTransactionWrapperByIdResponse) GetGlTransactionWrapper() *GLTransactionWrapper

func (*GetTransactionWrapperByIdResponse) ProtoMessage

func (*GetTransactionWrapperByIdResponse) ProtoMessage()

func (*GetTransactionWrapperByIdResponse) Reset

func (*GetTransactionWrapperByIdResponse) String

type GetTransactionWrappersByDateRequest

type GetTransactionWrappersByDateRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// organization unique identifier
	OrganizationId *dml.Guid `protobuf:"bytes,2,opt,name=organization_id,json=organizationId" json:"organization_id,omitempty"`
	// start date for search
	StartDate *dml.DateTime `protobuf:"bytes,3,opt,name=start_date,json=startDate" json:"start_date,omitempty"`
	// end date for search
	EndDate *dml.DateTime `protobuf:"bytes,4,opt,name=end_date,json=endDate" json:"end_date,omitempty"`
}

request parameters for method get_transaction_wrappers_by_date

func (*GetTransactionWrappersByDateRequest) Descriptor

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

func (*GetTransactionWrappersByDateRequest) GetEndDate

func (*GetTransactionWrappersByDateRequest) GetMserviceId

func (m *GetTransactionWrappersByDateRequest) GetMserviceId() int64

func (*GetTransactionWrappersByDateRequest) GetOrganizationId

func (m *GetTransactionWrappersByDateRequest) GetOrganizationId() *dml.Guid

func (*GetTransactionWrappersByDateRequest) GetStartDate

func (*GetTransactionWrappersByDateRequest) ProtoMessage

func (*GetTransactionWrappersByDateRequest) ProtoMessage()

func (*GetTransactionWrappersByDateRequest) Reset

func (*GetTransactionWrappersByDateRequest) String

type GetTransactionWrappersByDateResponse

type GetTransactionWrappersByDateResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of general ledger transaction objects with transaction details
	GlTransactionWrappers []*GLTransactionWrapper `protobuf:"bytes,3,rep,name=gl_transaction_wrappers,json=glTransactionWrappers" json:"gl_transaction_wrappers,omitempty"`
}

response parameters for method get_transaction_wrappers_by_date

func (*GetTransactionWrappersByDateResponse) Descriptor

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

func (*GetTransactionWrappersByDateResponse) GetErrorCode

func (m *GetTransactionWrappersByDateResponse) GetErrorCode() int32

func (*GetTransactionWrappersByDateResponse) GetErrorMessage

func (m *GetTransactionWrappersByDateResponse) GetErrorMessage() string

func (*GetTransactionWrappersByDateResponse) GetGlTransactionWrappers

func (m *GetTransactionWrappersByDateResponse) GetGlTransactionWrappers() []*GLTransactionWrapper

func (*GetTransactionWrappersByDateResponse) ProtoMessage

func (*GetTransactionWrappersByDateResponse) ProtoMessage()

func (*GetTransactionWrappersByDateResponse) Reset

func (*GetTransactionWrappersByDateResponse) String

type MServiceLedgerClient

type MServiceLedgerClient interface {
	// create a new general ledger organization
	CreateOrganization(ctx context.Context, in *CreateOrganizationRequest, opts ...grpc.CallOption) (*CreateOrganizationResponse, error)
	// update an existing general ledger organization
	UpdateOrganization(ctx context.Context, in *UpdateOrganizationRequest, opts ...grpc.CallOption) (*UpdateOrganizationResponse, error)
	// delete an existing general ledger organization
	DeleteOrganization(ctx context.Context, in *DeleteOrganizationRequest, opts ...grpc.CallOption) (*DeleteOrganizationResponse, error)
	// get general ledger organization by id
	GetOrganizationById(ctx context.Context, in *GetOrganizationByIdRequest, opts ...grpc.CallOption) (*GetOrganizationByIdResponse, error)
	// get general ledger organizations by mservice
	GetOrganizationsByMservice(ctx context.Context, in *GetOrganizationsByMserviceRequest, opts ...grpc.CallOption) (*GetOrganizationsByMserviceResponse, error)
	// create general ledger account type
	CreateAccountType(ctx context.Context, in *CreateAccountTypeRequest, opts ...grpc.CallOption) (*CreateAccountTypeResponse, error)
	// update general ledger account type
	UpdateAccountType(ctx context.Context, in *UpdateAccountTypeRequest, opts ...grpc.CallOption) (*UpdateAccountTypeResponse, error)
	// delete general ledger account type
	DeleteAccountType(ctx context.Context, in *DeleteAccountTypeRequest, opts ...grpc.CallOption) (*DeleteAccountTypeResponse, error)
	// get general ledger account type by id
	GetAccountTypeById(ctx context.Context, in *GetAccountTypeByIdRequest, opts ...grpc.CallOption) (*GetAccountTypeByIdResponse, error)
	// get general ledger account types by mservice
	GetAccountTypesByMservice(ctx context.Context, in *GetAccountTypesByMserviceRequest, opts ...grpc.CallOption) (*GetAccountTypesByMserviceResponse, error)
	// create general ledger transaction type
	CreateTransactionType(ctx context.Context, in *CreateTransactionTypeRequest, opts ...grpc.CallOption) (*CreateTransactionTypeResponse, error)
	// update general ledger transaction type
	UpdateTransactionType(ctx context.Context, in *UpdateTransactionTypeRequest, opts ...grpc.CallOption) (*UpdateTransactionTypeResponse, error)
	// delete general ledger transaction type
	DeleteTransactionType(ctx context.Context, in *DeleteTransactionTypeRequest, opts ...grpc.CallOption) (*DeleteTransactionTypeResponse, error)
	// get general ledger transaction type by id
	GetTransactionTypeById(ctx context.Context, in *GetTransactionTypeByIdRequest, opts ...grpc.CallOption) (*GetTransactionTypeByIdResponse, error)
	// get general ledger transaction types by mservice
	GetTransactionTypesByMservice(ctx context.Context, in *GetTransactionTypesByMserviceRequest, opts ...grpc.CallOption) (*GetTransactionTypesByMserviceResponse, error)
	// create general ledger party
	CreateParty(ctx context.Context, in *CreatePartyRequest, opts ...grpc.CallOption) (*CreatePartyResponse, error)
	// update general ledger party
	UpdateParty(ctx context.Context, in *UpdatePartyRequest, opts ...grpc.CallOption) (*UpdatePartyResponse, error)
	// delete general ledger party
	DeleteParty(ctx context.Context, in *DeletePartyRequest, opts ...grpc.CallOption) (*DeletePartyResponse, error)
	// get general ledger party by id
	GetPartyById(ctx context.Context, in *GetPartyByIdRequest, opts ...grpc.CallOption) (*GetPartyByIdResponse, error)
	// get general ledger parties by mservice
	GetPartiesByMservice(ctx context.Context, in *GetPartiesByMserviceRequest, opts ...grpc.CallOption) (*GetPartiesByMserviceResponse, error)
	// create general ledger account
	CreateAccount(ctx context.Context, in *CreateAccountRequest, opts ...grpc.CallOption) (*CreateAccountResponse, error)
	// update general ledger account
	UpdateAccount(ctx context.Context, in *UpdateAccountRequest, opts ...grpc.CallOption) (*UpdateAccountResponse, error)
	// delete general ledger account
	DeleteAccount(ctx context.Context, in *DeleteAccountRequest, opts ...grpc.CallOption) (*DeleteAccountResponse, error)
	// get general ledger account by id
	GetAccountById(ctx context.Context, in *GetAccountByIdRequest, opts ...grpc.CallOption) (*GetAccountByIdResponse, error)
	// get general ledger accounts by organization
	GetAccountsByOrganization(ctx context.Context, in *GetAccountsByOrganizationRequest, opts ...grpc.CallOption) (*GetAccountsByOrganizationResponse, error)
	// create general ledger transaction
	CreateTransaction(ctx context.Context, in *CreateTransactionRequest, opts ...grpc.CallOption) (*CreateTransactionResponse, error)
	// update general ledger transaction
	UpdateTransaction(ctx context.Context, in *UpdateTransactionRequest, opts ...grpc.CallOption) (*UpdateTransactionResponse, error)
	// delete general ledger transaction
	DeleteTransaction(ctx context.Context, in *DeleteTransactionRequest, opts ...grpc.CallOption) (*DeleteTransactionResponse, error)
	// get general ledger transaction by id
	GetTransactionById(ctx context.Context, in *GetTransactionByIdRequest, opts ...grpc.CallOption) (*GetTransactionByIdResponse, error)
	// get general ledger transaction wrapper by id
	GetTransactionWrapperById(ctx context.Context, in *GetTransactionWrapperByIdRequest, opts ...grpc.CallOption) (*GetTransactionWrapperByIdResponse, error)
	// get general ledger transaction wrappers by date
	GetTransactionWrappersByDate(ctx context.Context, in *GetTransactionWrappersByDateRequest, opts ...grpc.CallOption) (*GetTransactionWrappersByDateResponse, error)
	// add transaction details
	AddTransactionDetails(ctx context.Context, in *AddTransactionDetailsRequest, opts ...grpc.CallOption) (*AddTransactionDetailsResponse, error)
	// get current server version and uptime - health check
	GetServerVersion(ctx context.Context, in *GetServerVersionRequest, opts ...grpc.CallOption) (*GetServerVersionResponse, error)
}

func NewMServiceLedgerClient

func NewMServiceLedgerClient(cc *grpc.ClientConn) MServiceLedgerClient

type MServiceLedgerServer

type MServiceLedgerServer interface {
	// create a new general ledger organization
	CreateOrganization(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error)
	// update an existing general ledger organization
	UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error)
	// delete an existing general ledger organization
	DeleteOrganization(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error)
	// get general ledger organization by id
	GetOrganizationById(context.Context, *GetOrganizationByIdRequest) (*GetOrganizationByIdResponse, error)
	// get general ledger organizations by mservice
	GetOrganizationsByMservice(context.Context, *GetOrganizationsByMserviceRequest) (*GetOrganizationsByMserviceResponse, error)
	// create general ledger account type
	CreateAccountType(context.Context, *CreateAccountTypeRequest) (*CreateAccountTypeResponse, error)
	// update general ledger account type
	UpdateAccountType(context.Context, *UpdateAccountTypeRequest) (*UpdateAccountTypeResponse, error)
	// delete general ledger account type
	DeleteAccountType(context.Context, *DeleteAccountTypeRequest) (*DeleteAccountTypeResponse, error)
	// get general ledger account type by id
	GetAccountTypeById(context.Context, *GetAccountTypeByIdRequest) (*GetAccountTypeByIdResponse, error)
	// get general ledger account types by mservice
	GetAccountTypesByMservice(context.Context, *GetAccountTypesByMserviceRequest) (*GetAccountTypesByMserviceResponse, error)
	// create general ledger transaction type
	CreateTransactionType(context.Context, *CreateTransactionTypeRequest) (*CreateTransactionTypeResponse, error)
	// update general ledger transaction type
	UpdateTransactionType(context.Context, *UpdateTransactionTypeRequest) (*UpdateTransactionTypeResponse, error)
	// delete general ledger transaction type
	DeleteTransactionType(context.Context, *DeleteTransactionTypeRequest) (*DeleteTransactionTypeResponse, error)
	// get general ledger transaction type by id
	GetTransactionTypeById(context.Context, *GetTransactionTypeByIdRequest) (*GetTransactionTypeByIdResponse, error)
	// get general ledger transaction types by mservice
	GetTransactionTypesByMservice(context.Context, *GetTransactionTypesByMserviceRequest) (*GetTransactionTypesByMserviceResponse, error)
	// create general ledger party
	CreateParty(context.Context, *CreatePartyRequest) (*CreatePartyResponse, error)
	// update general ledger party
	UpdateParty(context.Context, *UpdatePartyRequest) (*UpdatePartyResponse, error)
	// delete general ledger party
	DeleteParty(context.Context, *DeletePartyRequest) (*DeletePartyResponse, error)
	// get general ledger party by id
	GetPartyById(context.Context, *GetPartyByIdRequest) (*GetPartyByIdResponse, error)
	// get general ledger parties by mservice
	GetPartiesByMservice(context.Context, *GetPartiesByMserviceRequest) (*GetPartiesByMserviceResponse, error)
	// create general ledger account
	CreateAccount(context.Context, *CreateAccountRequest) (*CreateAccountResponse, error)
	// update general ledger account
	UpdateAccount(context.Context, *UpdateAccountRequest) (*UpdateAccountResponse, error)
	// delete general ledger account
	DeleteAccount(context.Context, *DeleteAccountRequest) (*DeleteAccountResponse, error)
	// get general ledger account by id
	GetAccountById(context.Context, *GetAccountByIdRequest) (*GetAccountByIdResponse, error)
	// get general ledger accounts by organization
	GetAccountsByOrganization(context.Context, *GetAccountsByOrganizationRequest) (*GetAccountsByOrganizationResponse, error)
	// create general ledger transaction
	CreateTransaction(context.Context, *CreateTransactionRequest) (*CreateTransactionResponse, error)
	// update general ledger transaction
	UpdateTransaction(context.Context, *UpdateTransactionRequest) (*UpdateTransactionResponse, error)
	// delete general ledger transaction
	DeleteTransaction(context.Context, *DeleteTransactionRequest) (*DeleteTransactionResponse, error)
	// get general ledger transaction by id
	GetTransactionById(context.Context, *GetTransactionByIdRequest) (*GetTransactionByIdResponse, error)
	// get general ledger transaction wrapper by id
	GetTransactionWrapperById(context.Context, *GetTransactionWrapperByIdRequest) (*GetTransactionWrapperByIdResponse, error)
	// get general ledger transaction wrappers by date
	GetTransactionWrappersByDate(context.Context, *GetTransactionWrappersByDateRequest) (*GetTransactionWrappersByDateResponse, error)
	// add transaction details
	AddTransactionDetails(context.Context, *AddTransactionDetailsRequest) (*AddTransactionDetailsResponse, error)
	// get current server version and uptime - health check
	GetServerVersion(context.Context, *GetServerVersionRequest) (*GetServerVersionResponse, error)
}

type UpdateAccountRequest

type UpdateAccountRequest struct {
	// general ledger account unique identifier
	GlAccountId *dml.Guid `protobuf:"bytes,1,opt,name=gl_account_id,json=glAccountId" json:"gl_account_id,omitempty"`
	// MService account id
	MserviceId int64 `protobuf:"varint,2,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// general ledger account name
	AccountName string `protobuf:"bytes,4,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	// general ledger account description
	AccountDescription string `protobuf:"bytes,5,opt,name=account_description,json=accountDescription" json:"account_description,omitempty"`
	// general ledger account type identifier
	AccountTypeId int32 `protobuf:"varint,6,opt,name=account_type_id,json=accountTypeId" json:"account_type_id,omitempty"`
}

request parameters for method update_account

func (*UpdateAccountRequest) Descriptor

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

func (*UpdateAccountRequest) GetAccountDescription

func (m *UpdateAccountRequest) GetAccountDescription() string

func (*UpdateAccountRequest) GetAccountName

func (m *UpdateAccountRequest) GetAccountName() string

func (*UpdateAccountRequest) GetAccountTypeId

func (m *UpdateAccountRequest) GetAccountTypeId() int32

func (*UpdateAccountRequest) GetGlAccountId

func (m *UpdateAccountRequest) GetGlAccountId() *dml.Guid

func (*UpdateAccountRequest) GetMserviceId

func (m *UpdateAccountRequest) GetMserviceId() int64

func (*UpdateAccountRequest) GetVersion

func (m *UpdateAccountRequest) GetVersion() int32

func (*UpdateAccountRequest) ProtoMessage

func (*UpdateAccountRequest) ProtoMessage()

func (*UpdateAccountRequest) Reset

func (m *UpdateAccountRequest) Reset()

func (*UpdateAccountRequest) String

func (m *UpdateAccountRequest) String() string

type UpdateAccountResponse

type UpdateAccountResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_account

func (*UpdateAccountResponse) Descriptor

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

func (*UpdateAccountResponse) GetErrorCode

func (m *UpdateAccountResponse) GetErrorCode() int32

func (*UpdateAccountResponse) GetErrorMessage

func (m *UpdateAccountResponse) GetErrorMessage() string

func (*UpdateAccountResponse) GetVersion

func (m *UpdateAccountResponse) GetVersion() int32

func (*UpdateAccountResponse) ProtoMessage

func (*UpdateAccountResponse) ProtoMessage()

func (*UpdateAccountResponse) Reset

func (m *UpdateAccountResponse) Reset()

func (*UpdateAccountResponse) String

func (m *UpdateAccountResponse) String() string

type UpdateAccountTypeRequest

type UpdateAccountTypeRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// general ledger account type identifier
	AccountTypeId int32 `protobuf:"varint,2,opt,name=account_type_id,json=accountTypeId" json:"account_type_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// general ledger account type
	AccountType string `protobuf:"bytes,4,opt,name=account_type,json=accountType" json:"account_type,omitempty"`
}

request parameters for method update_account_type

func (*UpdateAccountTypeRequest) Descriptor

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

func (*UpdateAccountTypeRequest) GetAccountType

func (m *UpdateAccountTypeRequest) GetAccountType() string

func (*UpdateAccountTypeRequest) GetAccountTypeId

func (m *UpdateAccountTypeRequest) GetAccountTypeId() int32

func (*UpdateAccountTypeRequest) GetMserviceId

func (m *UpdateAccountTypeRequest) GetMserviceId() int64

func (*UpdateAccountTypeRequest) GetVersion

func (m *UpdateAccountTypeRequest) GetVersion() int32

func (*UpdateAccountTypeRequest) ProtoMessage

func (*UpdateAccountTypeRequest) ProtoMessage()

func (*UpdateAccountTypeRequest) Reset

func (m *UpdateAccountTypeRequest) Reset()

func (*UpdateAccountTypeRequest) String

func (m *UpdateAccountTypeRequest) String() string

type UpdateAccountTypeResponse

type UpdateAccountTypeResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_account_type

func (*UpdateAccountTypeResponse) Descriptor

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

func (*UpdateAccountTypeResponse) GetErrorCode

func (m *UpdateAccountTypeResponse) GetErrorCode() int32

func (*UpdateAccountTypeResponse) GetErrorMessage

func (m *UpdateAccountTypeResponse) GetErrorMessage() string

func (*UpdateAccountTypeResponse) GetVersion

func (m *UpdateAccountTypeResponse) GetVersion() int32

func (*UpdateAccountTypeResponse) ProtoMessage

func (*UpdateAccountTypeResponse) ProtoMessage()

func (*UpdateAccountTypeResponse) Reset

func (m *UpdateAccountTypeResponse) Reset()

func (*UpdateAccountTypeResponse) String

func (m *UpdateAccountTypeResponse) String() string

type UpdateOrganizationRequest

type UpdateOrganizationRequest struct {
	// organization unique identifier
	OrganizationId *dml.Guid `protobuf:"bytes,1,opt,name=organization_id,json=organizationId" json:"organization_id,omitempty"`
	// MService account id
	MserviceId int64 `protobuf:"varint,2,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// organization name
	OrganizationName string `protobuf:"bytes,4,opt,name=organization_name,json=organizationName" json:"organization_name,omitempty"`
	// starting date for organization books
	FromDate *dml.DateTime `protobuf:"bytes,5,opt,name=from_date,json=fromDate" json:"from_date,omitempty"`
	// ending date for organization books
	ToDate *dml.DateTime `protobuf:"bytes,6,opt,name=to_date,json=toDate" json:"to_date,omitempty"`
}

request parameters for method update_organization

func (*UpdateOrganizationRequest) Descriptor

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

func (*UpdateOrganizationRequest) GetFromDate

func (m *UpdateOrganizationRequest) GetFromDate() *dml.DateTime

func (*UpdateOrganizationRequest) GetMserviceId

func (m *UpdateOrganizationRequest) GetMserviceId() int64

func (*UpdateOrganizationRequest) GetOrganizationId

func (m *UpdateOrganizationRequest) GetOrganizationId() *dml.Guid

func (*UpdateOrganizationRequest) GetOrganizationName

func (m *UpdateOrganizationRequest) GetOrganizationName() string

func (*UpdateOrganizationRequest) GetToDate

func (m *UpdateOrganizationRequest) GetToDate() *dml.DateTime

func (*UpdateOrganizationRequest) GetVersion

func (m *UpdateOrganizationRequest) GetVersion() int32

func (*UpdateOrganizationRequest) ProtoMessage

func (*UpdateOrganizationRequest) ProtoMessage()

func (*UpdateOrganizationRequest) Reset

func (m *UpdateOrganizationRequest) Reset()

func (*UpdateOrganizationRequest) String

func (m *UpdateOrganizationRequest) String() string

type UpdateOrganizationResponse

type UpdateOrganizationResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_organization

func (*UpdateOrganizationResponse) Descriptor

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

func (*UpdateOrganizationResponse) GetErrorCode

func (m *UpdateOrganizationResponse) GetErrorCode() int32

func (*UpdateOrganizationResponse) GetErrorMessage

func (m *UpdateOrganizationResponse) GetErrorMessage() string

func (*UpdateOrganizationResponse) GetVersion

func (m *UpdateOrganizationResponse) GetVersion() int32

func (*UpdateOrganizationResponse) ProtoMessage

func (*UpdateOrganizationResponse) ProtoMessage()

func (*UpdateOrganizationResponse) Reset

func (m *UpdateOrganizationResponse) Reset()

func (*UpdateOrganizationResponse) String

func (m *UpdateOrganizationResponse) String() string

type UpdatePartyRequest

type UpdatePartyRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// transaction party identifier
	PartyId int64 `protobuf:"varint,2,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// transaction party name
	PartyName string `protobuf:"bytes,4,opt,name=party_name,json=partyName" json:"party_name,omitempty"`
}

request parameters for method update_party

func (*UpdatePartyRequest) Descriptor

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

func (*UpdatePartyRequest) GetMserviceId

func (m *UpdatePartyRequest) GetMserviceId() int64

func (*UpdatePartyRequest) GetPartyId

func (m *UpdatePartyRequest) GetPartyId() int64

func (*UpdatePartyRequest) GetPartyName

func (m *UpdatePartyRequest) GetPartyName() string

func (*UpdatePartyRequest) GetVersion

func (m *UpdatePartyRequest) GetVersion() int32

func (*UpdatePartyRequest) ProtoMessage

func (*UpdatePartyRequest) ProtoMessage()

func (*UpdatePartyRequest) Reset

func (m *UpdatePartyRequest) Reset()

func (*UpdatePartyRequest) String

func (m *UpdatePartyRequest) String() string

type UpdatePartyResponse

type UpdatePartyResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_party

func (*UpdatePartyResponse) Descriptor

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

func (*UpdatePartyResponse) GetErrorCode

func (m *UpdatePartyResponse) GetErrorCode() int32

func (*UpdatePartyResponse) GetErrorMessage

func (m *UpdatePartyResponse) GetErrorMessage() string

func (*UpdatePartyResponse) GetVersion

func (m *UpdatePartyResponse) GetVersion() int32

func (*UpdatePartyResponse) ProtoMessage

func (*UpdatePartyResponse) ProtoMessage()

func (*UpdatePartyResponse) Reset

func (m *UpdatePartyResponse) Reset()

func (*UpdatePartyResponse) String

func (m *UpdatePartyResponse) String() string

type UpdateTransactionRequest

type UpdateTransactionRequest struct {
	// general ledger transaction unique identifier
	GlTransactionId int64 `protobuf:"varint,1,opt,name=gl_transaction_id,json=glTransactionId" json:"gl_transaction_id,omitempty"`
	// MService account id
	MserviceId int64 `protobuf:"varint,2,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// transaction date
	TransactionDate *dml.DateTime `protobuf:"bytes,4,opt,name=transaction_date,json=transactionDate" json:"transaction_date,omitempty"`
	// transaction description
	TransactionDescription string `protobuf:"bytes,5,opt,name=transaction_description,json=transactionDescription" json:"transaction_description,omitempty"`
	// general ledger transaction type identifier
	TransactionTypeId int32 `protobuf:"varint,6,opt,name=transaction_type_id,json=transactionTypeId" json:"transaction_type_id,omitempty"`
	// identifier of transaction from party
	FromPartyId int64 `protobuf:"varint,7,opt,name=from_party_id,json=fromPartyId" json:"from_party_id,omitempty"`
	// identifier of transaction to party
	ToPartyId int64 `protobuf:"varint,8,opt,name=to_party_id,json=toPartyId" json:"to_party_id,omitempty"`
	// associated key from external system
	PostedViaKey string `protobuf:"bytes,9,opt,name=posted_via_key,json=postedViaKey" json:"posted_via_key,omitempty"`
	// date posted on external system
	PostedViaDate *dml.DateTime `protobuf:"bytes,10,opt,name=posted_via_date,json=postedViaDate" json:"posted_via_date,omitempty"`
}

request parameters for method update_transaction

func (*UpdateTransactionRequest) Descriptor

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

func (*UpdateTransactionRequest) GetFromPartyId

func (m *UpdateTransactionRequest) GetFromPartyId() int64

func (*UpdateTransactionRequest) GetGlTransactionId

func (m *UpdateTransactionRequest) GetGlTransactionId() int64

func (*UpdateTransactionRequest) GetMserviceId

func (m *UpdateTransactionRequest) GetMserviceId() int64

func (*UpdateTransactionRequest) GetPostedViaDate

func (m *UpdateTransactionRequest) GetPostedViaDate() *dml.DateTime

func (*UpdateTransactionRequest) GetPostedViaKey

func (m *UpdateTransactionRequest) GetPostedViaKey() string

func (*UpdateTransactionRequest) GetToPartyId

func (m *UpdateTransactionRequest) GetToPartyId() int64

func (*UpdateTransactionRequest) GetTransactionDate

func (m *UpdateTransactionRequest) GetTransactionDate() *dml.DateTime

func (*UpdateTransactionRequest) GetTransactionDescription

func (m *UpdateTransactionRequest) GetTransactionDescription() string

func (*UpdateTransactionRequest) GetTransactionTypeId

func (m *UpdateTransactionRequest) GetTransactionTypeId() int32

func (*UpdateTransactionRequest) GetVersion

func (m *UpdateTransactionRequest) GetVersion() int32

func (*UpdateTransactionRequest) ProtoMessage

func (*UpdateTransactionRequest) ProtoMessage()

func (*UpdateTransactionRequest) Reset

func (m *UpdateTransactionRequest) Reset()

func (*UpdateTransactionRequest) String

func (m *UpdateTransactionRequest) String() string

type UpdateTransactionResponse

type UpdateTransactionResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_transaction

func (*UpdateTransactionResponse) Descriptor

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

func (*UpdateTransactionResponse) GetErrorCode

func (m *UpdateTransactionResponse) GetErrorCode() int32

func (*UpdateTransactionResponse) GetErrorMessage

func (m *UpdateTransactionResponse) GetErrorMessage() string

func (*UpdateTransactionResponse) GetVersion

func (m *UpdateTransactionResponse) GetVersion() int32

func (*UpdateTransactionResponse) ProtoMessage

func (*UpdateTransactionResponse) ProtoMessage()

func (*UpdateTransactionResponse) Reset

func (m *UpdateTransactionResponse) Reset()

func (*UpdateTransactionResponse) String

func (m *UpdateTransactionResponse) String() string

type UpdateTransactionTypeRequest

type UpdateTransactionTypeRequest struct {
	// MService account id
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// general ledger transaction type identifier
	TransactionTypeId int32 `protobuf:"varint,2,opt,name=transaction_type_id,json=transactionTypeId" json:"transaction_type_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// transaction type description
	TransactionType string `protobuf:"bytes,4,opt,name=transaction_type,json=transactionType" json:"transaction_type,omitempty"`
}

request parameters for method update_transaction_type

func (*UpdateTransactionTypeRequest) Descriptor

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

func (*UpdateTransactionTypeRequest) GetMserviceId

func (m *UpdateTransactionTypeRequest) GetMserviceId() int64

func (*UpdateTransactionTypeRequest) GetTransactionType

func (m *UpdateTransactionTypeRequest) GetTransactionType() string

func (*UpdateTransactionTypeRequest) GetTransactionTypeId

func (m *UpdateTransactionTypeRequest) GetTransactionTypeId() int32

func (*UpdateTransactionTypeRequest) GetVersion

func (m *UpdateTransactionTypeRequest) GetVersion() int32

func (*UpdateTransactionTypeRequest) ProtoMessage

func (*UpdateTransactionTypeRequest) ProtoMessage()

func (*UpdateTransactionTypeRequest) Reset

func (m *UpdateTransactionTypeRequest) Reset()

func (*UpdateTransactionTypeRequest) String

type UpdateTransactionTypeResponse

type UpdateTransactionTypeResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_transaction_type

func (*UpdateTransactionTypeResponse) Descriptor

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

func (*UpdateTransactionTypeResponse) GetErrorCode

func (m *UpdateTransactionTypeResponse) GetErrorCode() int32

func (*UpdateTransactionTypeResponse) GetErrorMessage

func (m *UpdateTransactionTypeResponse) GetErrorMessage() string

func (*UpdateTransactionTypeResponse) GetVersion

func (m *UpdateTransactionTypeResponse) GetVersion() int32

func (*UpdateTransactionTypeResponse) ProtoMessage

func (*UpdateTransactionTypeResponse) ProtoMessage()

func (*UpdateTransactionTypeResponse) Reset

func (m *UpdateTransactionTypeResponse) Reset()

func (*UpdateTransactionTypeResponse) String

Jump to

Keyboard shortcuts

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