transactionv1beta1

package
v1.29.0-20241027185559... Latest Latest
Warning

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

Go to latest
Published: unknown License: Apache-2.0 Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_stargate_customer_billing_account_transaction_v1beta1_customer_billing_account_transaction_service_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CreateBillingAccountTransactionRequest

type CreateBillingAccountTransactionRequest struct {
	AccountId               int64   `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Name                    string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description             string  `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	CreatedBy               string  `protobuf:"bytes,4,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	IsWithdrawal            *bool   `protobuf:"varint,5,opt,name=is_withdrawal,json=isWithdrawal,proto3,oneof" json:"is_withdrawal,omitempty"`
	StateId                 *int64  `protobuf:"varint,6,opt,name=state_id,json=stateId,proto3,oneof" json:"state_id,omitempty"`
	BookedMinutes           *int64  `protobuf:"varint,7,opt,name=booked_minutes,json=bookedMinutes,proto3,oneof" json:"booked_minutes,omitempty"`
	BookedEuros             *int64  `protobuf:"varint,8,opt,name=booked_euros,json=bookedEuros,proto3,oneof" json:"booked_euros,omitempty"`
	Information             *string `protobuf:"bytes,9,opt,name=information,proto3,oneof" json:"information,omitempty"`
	ExternalSystemId        int64   `protobuf:"varint,10,opt,name=external_system_id,json=externalSystemId,proto3" json:"external_system_id,omitempty"`
	ExternalSystemReference string  `` /* 133-byte string literal not displayed */
	ServiceVoucher          *string `protobuf:"bytes,12,opt,name=service_voucher,json=serviceVoucher,proto3,oneof" json:"service_voucher,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBillingAccountTransactionRequest) Descriptor deprecated

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

Deprecated: Use CreateBillingAccountTransactionRequest.ProtoReflect.Descriptor instead.

func (*CreateBillingAccountTransactionRequest) GetAccountId

func (*CreateBillingAccountTransactionRequest) GetBookedEuros

func (x *CreateBillingAccountTransactionRequest) GetBookedEuros() int64

func (*CreateBillingAccountTransactionRequest) GetBookedMinutes

func (x *CreateBillingAccountTransactionRequest) GetBookedMinutes() int64

func (*CreateBillingAccountTransactionRequest) GetCreatedBy

func (*CreateBillingAccountTransactionRequest) GetDescription

func (x *CreateBillingAccountTransactionRequest) GetDescription() string

func (*CreateBillingAccountTransactionRequest) GetExternalSystemId

func (x *CreateBillingAccountTransactionRequest) GetExternalSystemId() int64

func (*CreateBillingAccountTransactionRequest) GetExternalSystemReference

func (x *CreateBillingAccountTransactionRequest) GetExternalSystemReference() string

func (*CreateBillingAccountTransactionRequest) GetInformation

func (x *CreateBillingAccountTransactionRequest) GetInformation() string

func (*CreateBillingAccountTransactionRequest) GetIsWithdrawal

func (x *CreateBillingAccountTransactionRequest) GetIsWithdrawal() bool

func (*CreateBillingAccountTransactionRequest) GetName

func (*CreateBillingAccountTransactionRequest) GetServiceVoucher

func (x *CreateBillingAccountTransactionRequest) GetServiceVoucher() string

func (*CreateBillingAccountTransactionRequest) GetStateId

func (*CreateBillingAccountTransactionRequest) ProtoMessage

func (*CreateBillingAccountTransactionRequest) ProtoReflect

func (*CreateBillingAccountTransactionRequest) Reset

func (*CreateBillingAccountTransactionRequest) String

type CreateBillingAccountTransactionResponse

type CreateBillingAccountTransactionResponse struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBillingAccountTransactionResponse) Descriptor deprecated

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

Deprecated: Use CreateBillingAccountTransactionResponse.ProtoReflect.Descriptor instead.

func (*CreateBillingAccountTransactionResponse) GetId

func (*CreateBillingAccountTransactionResponse) ProtoMessage

func (*CreateBillingAccountTransactionResponse) ProtoReflect

func (*CreateBillingAccountTransactionResponse) Reset

func (*CreateBillingAccountTransactionResponse) String

type DeleteBillingAccountTransactionRequest

type DeleteBillingAccountTransactionRequest struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteBillingAccountTransactionRequest) Descriptor deprecated

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

Deprecated: Use DeleteBillingAccountTransactionRequest.ProtoReflect.Descriptor instead.

func (*DeleteBillingAccountTransactionRequest) GetId

func (*DeleteBillingAccountTransactionRequest) ProtoMessage

func (*DeleteBillingAccountTransactionRequest) ProtoReflect

func (*DeleteBillingAccountTransactionRequest) Reset

func (*DeleteBillingAccountTransactionRequest) String

type DeleteBillingAccountTransactionResponse

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

func (*DeleteBillingAccountTransactionResponse) Descriptor deprecated

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

Deprecated: Use DeleteBillingAccountTransactionResponse.ProtoReflect.Descriptor instead.

func (*DeleteBillingAccountTransactionResponse) ProtoMessage

func (*DeleteBillingAccountTransactionResponse) ProtoReflect

func (*DeleteBillingAccountTransactionResponse) Reset

func (*DeleteBillingAccountTransactionResponse) String

type ListBillingAccountTransactionsRequest

type ListBillingAccountTransactionsRequest struct {
	AccountId int64 `protobuf:"varint,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBillingAccountTransactionsRequest) Descriptor deprecated

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

Deprecated: Use ListBillingAccountTransactionsRequest.ProtoReflect.Descriptor instead.

func (*ListBillingAccountTransactionsRequest) GetAccountId

func (x *ListBillingAccountTransactionsRequest) GetAccountId() int64

func (*ListBillingAccountTransactionsRequest) ProtoMessage

func (*ListBillingAccountTransactionsRequest) ProtoMessage()

func (*ListBillingAccountTransactionsRequest) ProtoReflect

func (*ListBillingAccountTransactionsRequest) Reset

func (*ListBillingAccountTransactionsRequest) String

type ListBillingAccountTransactionsResponse

type ListBillingAccountTransactionsResponse struct {
	Id                      int64                  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                    string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description             string                 `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	StateId                 int64                  `protobuf:"varint,4,opt,name=state_id,json=stateId,proto3" json:"state_id,omitempty"`
	StateDescription        string                 `protobuf:"bytes,5,opt,name=state_description,json=stateDescription,proto3" json:"state_description,omitempty"`
	ExternalSystemId        int64                  `protobuf:"varint,6,opt,name=external_system_id,json=externalSystemId,proto3" json:"external_system_id,omitempty"`
	ExternalSystemName      string                 `protobuf:"bytes,7,opt,name=external_system_name,json=externalSystemName,proto3" json:"external_system_name,omitempty"`
	ExternalSystemReference string                 `` /* 132-byte string literal not displayed */
	ClassId                 int64                  `protobuf:"varint,9,opt,name=class_id,json=classId,proto3" json:"class_id,omitempty"`
	ObjectId                int64                  `protobuf:"varint,10,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	ObjectType              string                 `protobuf:"bytes,11,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	ObjectNo                string                 `protobuf:"bytes,12,opt,name=object_no,json=objectNo,proto3" json:"object_no,omitempty"`
	InsertedAt              *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=inserted_at,json=insertedAt,proto3" json:"inserted_at,omitempty"`
	InsertedBy              string                 `protobuf:"bytes,14,opt,name=inserted_by,json=insertedBy,proto3" json:"inserted_by,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBillingAccountTransactionsResponse) Descriptor deprecated

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

Deprecated: Use ListBillingAccountTransactionsResponse.ProtoReflect.Descriptor instead.

func (*ListBillingAccountTransactionsResponse) GetClassId

func (*ListBillingAccountTransactionsResponse) GetDescription

func (x *ListBillingAccountTransactionsResponse) GetDescription() string

func (*ListBillingAccountTransactionsResponse) GetExternalSystemId

func (x *ListBillingAccountTransactionsResponse) GetExternalSystemId() int64

func (*ListBillingAccountTransactionsResponse) GetExternalSystemName

func (x *ListBillingAccountTransactionsResponse) GetExternalSystemName() string

func (*ListBillingAccountTransactionsResponse) GetExternalSystemReference

func (x *ListBillingAccountTransactionsResponse) GetExternalSystemReference() string

func (*ListBillingAccountTransactionsResponse) GetId

func (*ListBillingAccountTransactionsResponse) GetInsertedAt

func (*ListBillingAccountTransactionsResponse) GetInsertedBy

func (*ListBillingAccountTransactionsResponse) GetName

func (*ListBillingAccountTransactionsResponse) GetObjectId

func (*ListBillingAccountTransactionsResponse) GetObjectNo

func (*ListBillingAccountTransactionsResponse) GetObjectType

func (*ListBillingAccountTransactionsResponse) GetStateDescription

func (x *ListBillingAccountTransactionsResponse) GetStateDescription() string

func (*ListBillingAccountTransactionsResponse) GetStateId

func (*ListBillingAccountTransactionsResponse) ProtoMessage

func (*ListBillingAccountTransactionsResponse) ProtoReflect

func (*ListBillingAccountTransactionsResponse) Reset

func (*ListBillingAccountTransactionsResponse) String

Jump to

Keyboard shortcuts

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