Documentation ¶
Index ¶
- Variables
- 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 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.