Documentation ¶
Index ¶
- Variables
- type BasicAmountConfigdeprecated
- func (*BasicAmountConfig) Descriptor() ([]byte, []int)deprecated
- func (x *BasicAmountConfig) GetAmount() int64deprecated
- func (x *BasicAmountConfig) GetMaxIncrement() *wrapperspb.Int64Valuedeprecated
- func (x *BasicAmountConfig) GetMinIncrement() *wrapperspb.Int64Valuedeprecated
- func (x *BasicAmountConfig) GetRate() float64deprecated
- func (*BasicAmountConfig) ProtoMessage()
- func (x *BasicAmountConfig) ProtoReflect() protoreflect.Message
- func (x *BasicAmountConfig) Reset()
- func (x *BasicAmountConfig) String() string
- type BasicConfigdeprecated
Constants ¶
This section is empty.
Variables ¶
var File_api_commons_billing_modules_modules_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BasicAmountConfig
deprecated
type BasicAmountConfig struct { // Deprecated: Marked as deprecated in api/commons/billing/modules/modules.proto. Amount int64 `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"` // Deprecated: Marked as deprecated in api/commons/billing/modules/modules.proto. Rate float64 `protobuf:"fixed64,2,opt,name=rate,proto3" json:"rate,omitempty"` // Deprecated: Marked as deprecated in api/commons/billing/modules/modules.proto. MinIncrement *wrapperspb.Int64Value `protobuf:"bytes,3,opt,name=min_increment,json=minIncrement,proto3" json:"min_increment,omitempty"` // Deprecated: Marked as deprecated in api/commons/billing/modules/modules.proto. MaxIncrement *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=max_increment,json=maxIncrement,proto3" json:"max_increment,omitempty"` // contains filtered or unexported fields }
Deprecated: Marked as deprecated in api/commons/billing/modules/modules.proto.
func (*BasicAmountConfig) Descriptor
deprecated
func (*BasicAmountConfig) Descriptor() ([]byte, []int)
Deprecated: Use BasicAmountConfig.ProtoReflect.Descriptor instead.
func (*BasicAmountConfig) GetAmount
deprecated
func (x *BasicAmountConfig) GetAmount() int64
Deprecated: Marked as deprecated in api/commons/billing/modules/modules.proto.
func (*BasicAmountConfig) GetMaxIncrement
deprecated
func (x *BasicAmountConfig) GetMaxIncrement() *wrapperspb.Int64Value
Deprecated: Marked as deprecated in api/commons/billing/modules/modules.proto.
func (*BasicAmountConfig) GetMinIncrement
deprecated
func (x *BasicAmountConfig) GetMinIncrement() *wrapperspb.Int64Value
Deprecated: Marked as deprecated in api/commons/billing/modules/modules.proto.
func (*BasicAmountConfig) GetRate
deprecated
func (x *BasicAmountConfig) GetRate() float64
Deprecated: Marked as deprecated in api/commons/billing/modules/modules.proto.
func (*BasicAmountConfig) ProtoMessage ¶
func (*BasicAmountConfig) ProtoMessage()
func (*BasicAmountConfig) ProtoReflect ¶
func (x *BasicAmountConfig) ProtoReflect() protoreflect.Message
func (*BasicAmountConfig) Reset ¶
func (x *BasicAmountConfig) Reset()
func (*BasicAmountConfig) String ¶
func (x *BasicAmountConfig) String() string
type BasicConfig
deprecated
type BasicConfig struct { // Deprecated: Marked as deprecated in api/commons/billing/modules/modules.proto. Rate float64 `protobuf:"fixed64,1,opt,name=rate,proto3" json:"rate,omitempty"` // contains filtered or unexported fields }
Deprecated: Marked as deprecated in api/commons/billing/modules/modules.proto.
func (*BasicConfig) Descriptor
deprecated
func (*BasicConfig) Descriptor() ([]byte, []int)
Deprecated: Use BasicConfig.ProtoReflect.Descriptor instead.
func (*BasicConfig) GetRate
deprecated
func (x *BasicConfig) GetRate() float64
Deprecated: Marked as deprecated in api/commons/billing/modules/modules.proto.
func (*BasicConfig) ProtoMessage ¶
func (*BasicConfig) ProtoMessage()
func (*BasicConfig) ProtoReflect ¶
func (x *BasicConfig) ProtoReflect() protoreflect.Message
func (*BasicConfig) Reset ¶
func (x *BasicConfig) Reset()
func (*BasicConfig) String ¶
func (x *BasicConfig) String() string