Documentation ¶
Index ¶
- Variables
- type CreateBillingAccountTransactionRequest
- func (*CreateBillingAccountTransactionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBillingAccountTransactionRequest) GetAccountId() int64
- func (x *CreateBillingAccountTransactionRequest) GetBookedEuros() int64
- func (x *CreateBillingAccountTransactionRequest) GetBookedMinutes() int64
- func (x *CreateBillingAccountTransactionRequest) GetCreatedBy() string
- func (x *CreateBillingAccountTransactionRequest) GetDescription() string
- func (x *CreateBillingAccountTransactionRequest) GetExternalSystemId() int64
- func (x *CreateBillingAccountTransactionRequest) GetExternalSystemReference() string
- func (x *CreateBillingAccountTransactionRequest) GetInformation() string
- func (x *CreateBillingAccountTransactionRequest) GetIsWithdrawal() bool
- func (x *CreateBillingAccountTransactionRequest) GetName() string
- func (x *CreateBillingAccountTransactionRequest) GetServiceVoucher() string
- func (x *CreateBillingAccountTransactionRequest) GetStateId() int64
- func (*CreateBillingAccountTransactionRequest) ProtoMessage()
- func (x *CreateBillingAccountTransactionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateBillingAccountTransactionRequest) Reset()
- func (x *CreateBillingAccountTransactionRequest) String() string
- type CreateBillingAccountTransactionResponse
- func (*CreateBillingAccountTransactionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBillingAccountTransactionResponse) GetId() int64
- func (*CreateBillingAccountTransactionResponse) ProtoMessage()
- func (x *CreateBillingAccountTransactionResponse) ProtoReflect() protoreflect.Message
- func (x *CreateBillingAccountTransactionResponse) Reset()
- func (x *CreateBillingAccountTransactionResponse) String() string
- type ListBillingAccountTransactionsRequest
- func (*ListBillingAccountTransactionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListBillingAccountTransactionsRequest) GetAccountId() int64
- func (*ListBillingAccountTransactionsRequest) ProtoMessage()
- func (x *ListBillingAccountTransactionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListBillingAccountTransactionsRequest) Reset()
- func (x *ListBillingAccountTransactionsRequest) String() string
- type ListBillingAccountTransactionsResponse
- func (*ListBillingAccountTransactionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBillingAccountTransactionsResponse) GetClassId() int64
- func (x *ListBillingAccountTransactionsResponse) GetDescription() string
- func (x *ListBillingAccountTransactionsResponse) GetExternalSystemId() int64
- func (x *ListBillingAccountTransactionsResponse) GetExternalSystemName() string
- func (x *ListBillingAccountTransactionsResponse) GetExternalSystemReference() string
- func (x *ListBillingAccountTransactionsResponse) GetId() int64
- func (x *ListBillingAccountTransactionsResponse) GetInsertedAt() *timestamppb.Timestamp
- func (x *ListBillingAccountTransactionsResponse) GetInsertedBy() string
- func (x *ListBillingAccountTransactionsResponse) GetName() string
- func (x *ListBillingAccountTransactionsResponse) GetObjectId() int64
- func (x *ListBillingAccountTransactionsResponse) GetObjectNo() string
- func (x *ListBillingAccountTransactionsResponse) GetObjectType() string
- func (x *ListBillingAccountTransactionsResponse) GetStateDescription() string
- func (x *ListBillingAccountTransactionsResponse) GetStateId() int64
- func (*ListBillingAccountTransactionsResponse) ProtoMessage()
- func (x *ListBillingAccountTransactionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListBillingAccountTransactionsResponse) Reset()
- func (x *ListBillingAccountTransactionsResponse) String() string
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 (x *CreateBillingAccountTransactionRequest) GetAccountId() int64
func (*CreateBillingAccountTransactionRequest) GetBookedEuros ¶
func (x *CreateBillingAccountTransactionRequest) GetBookedEuros() int64
func (*CreateBillingAccountTransactionRequest) GetBookedMinutes ¶
func (x *CreateBillingAccountTransactionRequest) GetBookedMinutes() int64
func (*CreateBillingAccountTransactionRequest) GetCreatedBy ¶
func (x *CreateBillingAccountTransactionRequest) GetCreatedBy() string
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 (x *CreateBillingAccountTransactionRequest) GetName() string
func (*CreateBillingAccountTransactionRequest) GetServiceVoucher ¶
func (x *CreateBillingAccountTransactionRequest) GetServiceVoucher() string
func (*CreateBillingAccountTransactionRequest) GetStateId ¶
func (x *CreateBillingAccountTransactionRequest) GetStateId() int64
func (*CreateBillingAccountTransactionRequest) ProtoMessage ¶
func (*CreateBillingAccountTransactionRequest) ProtoMessage()
func (*CreateBillingAccountTransactionRequest) ProtoReflect ¶
func (x *CreateBillingAccountTransactionRequest) ProtoReflect() protoreflect.Message
func (*CreateBillingAccountTransactionRequest) Reset ¶
func (x *CreateBillingAccountTransactionRequest) Reset()
func (*CreateBillingAccountTransactionRequest) String ¶
func (x *CreateBillingAccountTransactionRequest) String() 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 (x *CreateBillingAccountTransactionResponse) GetId() int64
func (*CreateBillingAccountTransactionResponse) ProtoMessage ¶
func (*CreateBillingAccountTransactionResponse) ProtoMessage()
func (*CreateBillingAccountTransactionResponse) ProtoReflect ¶
func (x *CreateBillingAccountTransactionResponse) ProtoReflect() protoreflect.Message
func (*CreateBillingAccountTransactionResponse) Reset ¶
func (x *CreateBillingAccountTransactionResponse) Reset()
func (*CreateBillingAccountTransactionResponse) String ¶
func (x *CreateBillingAccountTransactionResponse) String() 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 (x *ListBillingAccountTransactionsRequest) ProtoReflect() protoreflect.Message
func (*ListBillingAccountTransactionsRequest) Reset ¶
func (x *ListBillingAccountTransactionsRequest) Reset()
func (*ListBillingAccountTransactionsRequest) String ¶
func (x *ListBillingAccountTransactionsRequest) String() 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 (x *ListBillingAccountTransactionsResponse) GetClassId() int64
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 (x *ListBillingAccountTransactionsResponse) GetId() int64
func (*ListBillingAccountTransactionsResponse) GetInsertedAt ¶
func (x *ListBillingAccountTransactionsResponse) GetInsertedAt() *timestamppb.Timestamp
func (*ListBillingAccountTransactionsResponse) GetInsertedBy ¶
func (x *ListBillingAccountTransactionsResponse) GetInsertedBy() string
func (*ListBillingAccountTransactionsResponse) GetName ¶
func (x *ListBillingAccountTransactionsResponse) GetName() string
func (*ListBillingAccountTransactionsResponse) GetObjectId ¶
func (x *ListBillingAccountTransactionsResponse) GetObjectId() int64
func (*ListBillingAccountTransactionsResponse) GetObjectNo ¶
func (x *ListBillingAccountTransactionsResponse) GetObjectNo() string
func (*ListBillingAccountTransactionsResponse) GetObjectType ¶
func (x *ListBillingAccountTransactionsResponse) GetObjectType() string
func (*ListBillingAccountTransactionsResponse) GetStateDescription ¶
func (x *ListBillingAccountTransactionsResponse) GetStateDescription() string
func (*ListBillingAccountTransactionsResponse) GetStateId ¶
func (x *ListBillingAccountTransactionsResponse) GetStateId() int64
func (*ListBillingAccountTransactionsResponse) ProtoMessage ¶
func (*ListBillingAccountTransactionsResponse) ProtoMessage()
func (*ListBillingAccountTransactionsResponse) ProtoReflect ¶
func (x *ListBillingAccountTransactionsResponse) ProtoReflect() protoreflect.Message
func (*ListBillingAccountTransactionsResponse) Reset ¶
func (x *ListBillingAccountTransactionsResponse) Reset()
func (*ListBillingAccountTransactionsResponse) String ¶
func (x *ListBillingAccountTransactionsResponse) String() string
Click to show internal directories.
Click to hide internal directories.