transactionv1beta1

package
v1.36.11-2026041115352... 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) ClearBookedEuros

func (x *CreateBillingAccountTransactionRequest) ClearBookedEuros()

func (*CreateBillingAccountTransactionRequest) ClearBookedMinutes

func (x *CreateBillingAccountTransactionRequest) ClearBookedMinutes()

func (*CreateBillingAccountTransactionRequest) ClearInformation

func (x *CreateBillingAccountTransactionRequest) ClearInformation()

func (*CreateBillingAccountTransactionRequest) ClearIsWithdrawal

func (x *CreateBillingAccountTransactionRequest) ClearIsWithdrawal()

func (*CreateBillingAccountTransactionRequest) ClearServiceVoucher

func (x *CreateBillingAccountTransactionRequest) ClearServiceVoucher()

func (*CreateBillingAccountTransactionRequest) ClearStateId

func (x *CreateBillingAccountTransactionRequest) ClearStateId()

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) HasBookedEuros

func (x *CreateBillingAccountTransactionRequest) HasBookedEuros() bool

func (*CreateBillingAccountTransactionRequest) HasBookedMinutes

func (x *CreateBillingAccountTransactionRequest) HasBookedMinutes() bool

func (*CreateBillingAccountTransactionRequest) HasInformation

func (x *CreateBillingAccountTransactionRequest) HasInformation() bool

func (*CreateBillingAccountTransactionRequest) HasIsWithdrawal

func (x *CreateBillingAccountTransactionRequest) HasIsWithdrawal() bool

func (*CreateBillingAccountTransactionRequest) HasServiceVoucher

func (x *CreateBillingAccountTransactionRequest) HasServiceVoucher() bool

func (*CreateBillingAccountTransactionRequest) HasStateId

func (*CreateBillingAccountTransactionRequest) ProtoMessage

func (*CreateBillingAccountTransactionRequest) ProtoReflect

func (*CreateBillingAccountTransactionRequest) Reset

func (*CreateBillingAccountTransactionRequest) SetAccountId

func (x *CreateBillingAccountTransactionRequest) SetAccountId(v int64)

func (*CreateBillingAccountTransactionRequest) SetBookedEuros

func (x *CreateBillingAccountTransactionRequest) SetBookedEuros(v int64)

func (*CreateBillingAccountTransactionRequest) SetBookedMinutes

func (x *CreateBillingAccountTransactionRequest) SetBookedMinutes(v int64)

func (*CreateBillingAccountTransactionRequest) SetCreatedBy

func (*CreateBillingAccountTransactionRequest) SetDescription

func (x *CreateBillingAccountTransactionRequest) SetDescription(v string)

func (*CreateBillingAccountTransactionRequest) SetExternalSystemId

func (x *CreateBillingAccountTransactionRequest) SetExternalSystemId(v int64)

func (*CreateBillingAccountTransactionRequest) SetExternalSystemReference

func (x *CreateBillingAccountTransactionRequest) SetExternalSystemReference(v string)

func (*CreateBillingAccountTransactionRequest) SetInformation

func (x *CreateBillingAccountTransactionRequest) SetInformation(v string)

func (*CreateBillingAccountTransactionRequest) SetIsWithdrawal

func (x *CreateBillingAccountTransactionRequest) SetIsWithdrawal(v bool)

func (*CreateBillingAccountTransactionRequest) SetName

func (*CreateBillingAccountTransactionRequest) SetServiceVoucher

func (x *CreateBillingAccountTransactionRequest) SetServiceVoucher(v string)

func (*CreateBillingAccountTransactionRequest) SetStateId

func (*CreateBillingAccountTransactionRequest) String

type CreateBillingAccountTransactionRequest_builder

type CreateBillingAccountTransactionRequest_builder struct {
	AccountId               int64
	Name                    string
	Description             string
	CreatedBy               string
	IsWithdrawal            *bool
	StateId                 *int64
	BookedMinutes           *int64
	BookedEuros             *int64
	Information             *string
	ExternalSystemId        int64
	ExternalSystemReference string
	ServiceVoucher          *string
	// contains filtered or unexported fields
}

func (CreateBillingAccountTransactionRequest_builder) Build

type CreateBillingAccountTransactionResponse

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

func (*CreateBillingAccountTransactionResponse) GetId

func (*CreateBillingAccountTransactionResponse) ProtoMessage

func (*CreateBillingAccountTransactionResponse) ProtoReflect

func (*CreateBillingAccountTransactionResponse) Reset

func (*CreateBillingAccountTransactionResponse) SetId

func (*CreateBillingAccountTransactionResponse) String

type CreateBillingAccountTransactionResponse_builder

type CreateBillingAccountTransactionResponse_builder struct {
	Id int64
	// contains filtered or unexported fields
}

func (CreateBillingAccountTransactionResponse_builder) Build

type DeleteBillingAccountTransactionRequest

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

func (*DeleteBillingAccountTransactionRequest) GetId

func (*DeleteBillingAccountTransactionRequest) ProtoMessage

func (*DeleteBillingAccountTransactionRequest) ProtoReflect

func (*DeleteBillingAccountTransactionRequest) Reset

func (*DeleteBillingAccountTransactionRequest) SetId

func (*DeleteBillingAccountTransactionRequest) String

type DeleteBillingAccountTransactionRequest_builder

type DeleteBillingAccountTransactionRequest_builder struct {
	Id int64
	// contains filtered or unexported fields
}

func (DeleteBillingAccountTransactionRequest_builder) Build

type DeleteBillingAccountTransactionResponse

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

func (*DeleteBillingAccountTransactionResponse) ProtoMessage

func (*DeleteBillingAccountTransactionResponse) ProtoReflect

func (*DeleteBillingAccountTransactionResponse) Reset

func (*DeleteBillingAccountTransactionResponse) String

type DeleteBillingAccountTransactionResponse_builder

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

func (DeleteBillingAccountTransactionResponse_builder) Build

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) GetAccountId

func (x *ListBillingAccountTransactionsRequest) GetAccountId() int64

func (*ListBillingAccountTransactionsRequest) ProtoMessage

func (*ListBillingAccountTransactionsRequest) ProtoMessage()

func (*ListBillingAccountTransactionsRequest) ProtoReflect

func (*ListBillingAccountTransactionsRequest) Reset

func (*ListBillingAccountTransactionsRequest) SetAccountId

func (x *ListBillingAccountTransactionsRequest) SetAccountId(v int64)

func (*ListBillingAccountTransactionsRequest) String

type ListBillingAccountTransactionsRequest_builder

type ListBillingAccountTransactionsRequest_builder struct {
	AccountId int64
	// contains filtered or unexported fields
}

func (ListBillingAccountTransactionsRequest_builder) Build

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) ClearInsertedAt

func (x *ListBillingAccountTransactionsResponse) ClearInsertedAt()

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) HasInsertedAt

func (x *ListBillingAccountTransactionsResponse) HasInsertedAt() bool

func (*ListBillingAccountTransactionsResponse) ProtoMessage

func (*ListBillingAccountTransactionsResponse) ProtoReflect

func (*ListBillingAccountTransactionsResponse) Reset

func (*ListBillingAccountTransactionsResponse) SetClassId

func (*ListBillingAccountTransactionsResponse) SetDescription

func (x *ListBillingAccountTransactionsResponse) SetDescription(v string)

func (*ListBillingAccountTransactionsResponse) SetExternalSystemId

func (x *ListBillingAccountTransactionsResponse) SetExternalSystemId(v int64)

func (*ListBillingAccountTransactionsResponse) SetExternalSystemName

func (x *ListBillingAccountTransactionsResponse) SetExternalSystemName(v string)

func (*ListBillingAccountTransactionsResponse) SetExternalSystemReference

func (x *ListBillingAccountTransactionsResponse) SetExternalSystemReference(v string)

func (*ListBillingAccountTransactionsResponse) SetId

func (*ListBillingAccountTransactionsResponse) SetInsertedAt

func (*ListBillingAccountTransactionsResponse) SetInsertedBy

func (x *ListBillingAccountTransactionsResponse) SetInsertedBy(v string)

func (*ListBillingAccountTransactionsResponse) SetName

func (*ListBillingAccountTransactionsResponse) SetObjectId

func (*ListBillingAccountTransactionsResponse) SetObjectNo

func (*ListBillingAccountTransactionsResponse) SetObjectType

func (x *ListBillingAccountTransactionsResponse) SetObjectType(v string)

func (*ListBillingAccountTransactionsResponse) SetStateDescription

func (x *ListBillingAccountTransactionsResponse) SetStateDescription(v string)

func (*ListBillingAccountTransactionsResponse) SetStateId

func (*ListBillingAccountTransactionsResponse) String

type ListBillingAccountTransactionsResponse_builder

type ListBillingAccountTransactionsResponse_builder struct {
	Id                      int64
	Name                    string
	Description             string
	StateId                 int64
	StateDescription        string
	ExternalSystemId        int64
	ExternalSystemName      string
	ExternalSystemReference string
	ClassId                 int64
	ObjectId                int64
	ObjectType              string
	ObjectNo                string
	InsertedAt              *timestamppb.Timestamp
	InsertedBy              string
	// contains filtered or unexported fields
}

func (ListBillingAccountTransactionsResponse_builder) Build

Source Files

  • customer_billing_account_transaction_service.pb.go

Jump to

Keyboard shortcuts

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