Documentation
¶
Index ¶
- Variables
- type ListBillingAccountsRequest
- type ListBillingAccountsRequest_builder
- type ListBillingAccountsResponse
- func (x *ListBillingAccountsResponse) GetCustomerId() int64
- func (x *ListBillingAccountsResponse) GetCustomerName() string
- func (x *ListBillingAccountsResponse) GetCustomerNo() string
- func (x *ListBillingAccountsResponse) GetDescription() string
- func (x *ListBillingAccountsResponse) GetExternalSystemId() int64
- func (x *ListBillingAccountsResponse) GetExternalSystemName() string
- func (x *ListBillingAccountsResponse) GetExternalSystemReference() string
- func (x *ListBillingAccountsResponse) GetId() int64
- func (x *ListBillingAccountsResponse) GetIntervalDescription() string
- func (x *ListBillingAccountsResponse) GetName() string
- func (x *ListBillingAccountsResponse) GetOrderNo() string
- func (x *ListBillingAccountsResponse) GetPlannedMinutes() int64
- func (x *ListBillingAccountsResponse) GetRemainingMinutes() int64
- func (x *ListBillingAccountsResponse) GetTypeDescription() string
- func (*ListBillingAccountsResponse) ProtoMessage()
- func (x *ListBillingAccountsResponse) ProtoReflect() protoreflect.Message
- func (x *ListBillingAccountsResponse) Reset()
- func (x *ListBillingAccountsResponse) SetCustomerId(v int64)
- func (x *ListBillingAccountsResponse) SetCustomerName(v string)
- func (x *ListBillingAccountsResponse) SetCustomerNo(v string)
- func (x *ListBillingAccountsResponse) SetDescription(v string)
- func (x *ListBillingAccountsResponse) SetExternalSystemId(v int64)
- func (x *ListBillingAccountsResponse) SetExternalSystemName(v string)
- func (x *ListBillingAccountsResponse) SetExternalSystemReference(v string)
- func (x *ListBillingAccountsResponse) SetId(v int64)
- func (x *ListBillingAccountsResponse) SetIntervalDescription(v string)
- func (x *ListBillingAccountsResponse) SetName(v string)
- func (x *ListBillingAccountsResponse) SetOrderNo(v string)
- func (x *ListBillingAccountsResponse) SetPlannedMinutes(v int64)
- func (x *ListBillingAccountsResponse) SetRemainingMinutes(v int64)
- func (x *ListBillingAccountsResponse) SetTypeDescription(v string)
- func (x *ListBillingAccountsResponse) String() string
- type ListBillingAccountsResponse_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_stargate_customer_billing_account_v1beta1_customer_billing_account_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ListBillingAccountsRequest ¶
type ListBillingAccountsRequest struct {
// contains filtered or unexported fields
}
func (*ListBillingAccountsRequest) ProtoMessage ¶
func (*ListBillingAccountsRequest) ProtoMessage()
func (*ListBillingAccountsRequest) ProtoReflect ¶
func (x *ListBillingAccountsRequest) ProtoReflect() protoreflect.Message
func (*ListBillingAccountsRequest) Reset ¶
func (x *ListBillingAccountsRequest) Reset()
func (*ListBillingAccountsRequest) String ¶
func (x *ListBillingAccountsRequest) String() string
type ListBillingAccountsRequest_builder ¶
type ListBillingAccountsRequest_builder struct {
// contains filtered or unexported fields
}
func (ListBillingAccountsRequest_builder) Build ¶
func (b0 ListBillingAccountsRequest_builder) Build() *ListBillingAccountsRequest
type ListBillingAccountsResponse ¶
type ListBillingAccountsResponse 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"`
TypeDescription string `protobuf:"bytes,4,opt,name=type_description,json=typeDescription,proto3" json:"type_description,omitempty"`
IntervalDescription string `protobuf:"bytes,5,opt,name=interval_description,json=intervalDescription,proto3" json:"interval_description,omitempty"`
PlannedMinutes int64 `protobuf:"varint,6,opt,name=planned_minutes,json=plannedMinutes,proto3" json:"planned_minutes,omitempty"`
RemainingMinutes int64 `protobuf:"varint,7,opt,name=remaining_minutes,json=remainingMinutes,proto3" json:"remaining_minutes,omitempty"`
ExternalSystemId int64 `protobuf:"varint,8,opt,name=external_system_id,json=externalSystemId,proto3" json:"external_system_id,omitempty"`
ExternalSystemName string `protobuf:"bytes,9,opt,name=external_system_name,json=externalSystemName,proto3" json:"external_system_name,omitempty"`
ExternalSystemReference string `` /* 133-byte string literal not displayed */
CustomerId int64 `protobuf:"varint,11,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
CustomerNo string `protobuf:"bytes,12,opt,name=customer_no,json=customerNo,proto3" json:"customer_no,omitempty"`
CustomerName string `protobuf:"bytes,13,opt,name=customer_name,json=customerName,proto3" json:"customer_name,omitempty"`
OrderNo string `protobuf:"bytes,14,opt,name=order_no,json=orderNo,proto3" json:"order_no,omitempty"`
// contains filtered or unexported fields
}
func (*ListBillingAccountsResponse) GetCustomerId ¶
func (x *ListBillingAccountsResponse) GetCustomerId() int64
func (*ListBillingAccountsResponse) GetCustomerName ¶
func (x *ListBillingAccountsResponse) GetCustomerName() string
func (*ListBillingAccountsResponse) GetCustomerNo ¶
func (x *ListBillingAccountsResponse) GetCustomerNo() string
func (*ListBillingAccountsResponse) GetDescription ¶
func (x *ListBillingAccountsResponse) GetDescription() string
func (*ListBillingAccountsResponse) GetExternalSystemId ¶
func (x *ListBillingAccountsResponse) GetExternalSystemId() int64
func (*ListBillingAccountsResponse) GetExternalSystemName ¶
func (x *ListBillingAccountsResponse) GetExternalSystemName() string
func (*ListBillingAccountsResponse) GetExternalSystemReference ¶
func (x *ListBillingAccountsResponse) GetExternalSystemReference() string
func (*ListBillingAccountsResponse) GetId ¶
func (x *ListBillingAccountsResponse) GetId() int64
func (*ListBillingAccountsResponse) GetIntervalDescription ¶
func (x *ListBillingAccountsResponse) GetIntervalDescription() string
func (*ListBillingAccountsResponse) GetName ¶
func (x *ListBillingAccountsResponse) GetName() string
func (*ListBillingAccountsResponse) GetOrderNo ¶
func (x *ListBillingAccountsResponse) GetOrderNo() string
func (*ListBillingAccountsResponse) GetPlannedMinutes ¶
func (x *ListBillingAccountsResponse) GetPlannedMinutes() int64
func (*ListBillingAccountsResponse) GetRemainingMinutes ¶
func (x *ListBillingAccountsResponse) GetRemainingMinutes() int64
func (*ListBillingAccountsResponse) GetTypeDescription ¶
func (x *ListBillingAccountsResponse) GetTypeDescription() string
func (*ListBillingAccountsResponse) ProtoMessage ¶
func (*ListBillingAccountsResponse) ProtoMessage()
func (*ListBillingAccountsResponse) ProtoReflect ¶
func (x *ListBillingAccountsResponse) ProtoReflect() protoreflect.Message
func (*ListBillingAccountsResponse) Reset ¶
func (x *ListBillingAccountsResponse) Reset()
func (*ListBillingAccountsResponse) SetCustomerId ¶
func (x *ListBillingAccountsResponse) SetCustomerId(v int64)
func (*ListBillingAccountsResponse) SetCustomerName ¶
func (x *ListBillingAccountsResponse) SetCustomerName(v string)
func (*ListBillingAccountsResponse) SetCustomerNo ¶
func (x *ListBillingAccountsResponse) SetCustomerNo(v string)
func (*ListBillingAccountsResponse) SetDescription ¶
func (x *ListBillingAccountsResponse) SetDescription(v string)
func (*ListBillingAccountsResponse) SetExternalSystemId ¶
func (x *ListBillingAccountsResponse) SetExternalSystemId(v int64)
func (*ListBillingAccountsResponse) SetExternalSystemName ¶
func (x *ListBillingAccountsResponse) SetExternalSystemName(v string)
func (*ListBillingAccountsResponse) SetExternalSystemReference ¶
func (x *ListBillingAccountsResponse) SetExternalSystemReference(v string)
func (*ListBillingAccountsResponse) SetId ¶
func (x *ListBillingAccountsResponse) SetId(v int64)
func (*ListBillingAccountsResponse) SetIntervalDescription ¶
func (x *ListBillingAccountsResponse) SetIntervalDescription(v string)
func (*ListBillingAccountsResponse) SetName ¶
func (x *ListBillingAccountsResponse) SetName(v string)
func (*ListBillingAccountsResponse) SetOrderNo ¶
func (x *ListBillingAccountsResponse) SetOrderNo(v string)
func (*ListBillingAccountsResponse) SetPlannedMinutes ¶
func (x *ListBillingAccountsResponse) SetPlannedMinutes(v int64)
func (*ListBillingAccountsResponse) SetRemainingMinutes ¶
func (x *ListBillingAccountsResponse) SetRemainingMinutes(v int64)
func (*ListBillingAccountsResponse) SetTypeDescription ¶
func (x *ListBillingAccountsResponse) SetTypeDescription(v string)
func (*ListBillingAccountsResponse) String ¶
func (x *ListBillingAccountsResponse) String() string
type ListBillingAccountsResponse_builder ¶
type ListBillingAccountsResponse_builder struct {
Id int64
Name string
Description string
TypeDescription string
IntervalDescription string
PlannedMinutes int64
RemainingMinutes int64
ExternalSystemId int64
ExternalSystemName string
ExternalSystemReference string
CustomerId int64
CustomerNo string
CustomerName string
OrderNo string
// contains filtered or unexported fields
}
func (ListBillingAccountsResponse_builder) Build ¶
func (b0 ListBillingAccountsResponse_builder) Build() *ListBillingAccountsResponse
Source Files
¶
- customer_billing_account_service.pb.go
Click to show internal directories.
Click to hide internal directories.