payment_system_pb

package
v0.0.0-...-07b0db4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_biconom_type_payment_system_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type PaymentSystem

type PaymentSystem struct {
	Header *PaymentSystem_Header         `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Values []*PaymentSystem_Option_Value `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentSystem) Descriptor deprecated

func (*PaymentSystem) Descriptor() ([]byte, []int)

Deprecated: Use PaymentSystem.ProtoReflect.Descriptor instead.

func (*PaymentSystem) GetHeader

func (x *PaymentSystem) GetHeader() *PaymentSystem_Header

func (*PaymentSystem) GetValues

func (x *PaymentSystem) GetValues() []*PaymentSystem_Option_Value

func (*PaymentSystem) ProtoMessage

func (*PaymentSystem) ProtoMessage()

func (*PaymentSystem) ProtoReflect

func (x *PaymentSystem) ProtoReflect() protoreflect.Message

func (*PaymentSystem) Reset

func (x *PaymentSystem) Reset()

func (*PaymentSystem) String

func (x *PaymentSystem) String() string

type PaymentSystem_Header

type PaymentSystem_Header struct {
	PaymentSystemId   uint32 `protobuf:"varint,1,opt,name=payment_system_id,json=paymentSystemId,proto3" json:"payment_system_id,omitempty"`
	PaymentSystemName string `protobuf:"bytes,2,opt,name=payment_system_name,json=paymentSystemName,proto3" json:"payment_system_name,omitempty"`
	Published         bool   `protobuf:"varint,3,opt,name=published,proto3" json:"published,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentSystem_Header) Descriptor deprecated

func (*PaymentSystem_Header) Descriptor() ([]byte, []int)

Deprecated: Use PaymentSystem_Header.ProtoReflect.Descriptor instead.

func (*PaymentSystem_Header) GetPaymentSystemId

func (x *PaymentSystem_Header) GetPaymentSystemId() uint32

func (*PaymentSystem_Header) GetPaymentSystemName

func (x *PaymentSystem_Header) GetPaymentSystemName() string

func (*PaymentSystem_Header) GetPublished

func (x *PaymentSystem_Header) GetPublished() bool

func (*PaymentSystem_Header) ProtoMessage

func (*PaymentSystem_Header) ProtoMessage()

func (*PaymentSystem_Header) ProtoReflect

func (x *PaymentSystem_Header) ProtoReflect() protoreflect.Message

func (*PaymentSystem_Header) Reset

func (x *PaymentSystem_Header) Reset()

func (*PaymentSystem_Header) String

func (x *PaymentSystem_Header) String() string

type PaymentSystem_ID

type PaymentSystem_ID struct {

	// Types that are assignable to UniqueField:
	//	*PaymentSystem_ID_PaymentSystemId
	//	*PaymentSystem_ID_PaymentSystemName
	UniqueField isPaymentSystem_ID_UniqueField `protobuf_oneof:"unique_field"`
	// contains filtered or unexported fields
}

func (*PaymentSystem_ID) Descriptor deprecated

func (*PaymentSystem_ID) Descriptor() ([]byte, []int)

Deprecated: Use PaymentSystem_ID.ProtoReflect.Descriptor instead.

func (*PaymentSystem_ID) GetPaymentSystemId

func (x *PaymentSystem_ID) GetPaymentSystemId() uint32

func (*PaymentSystem_ID) GetPaymentSystemName

func (x *PaymentSystem_ID) GetPaymentSystemName() string

func (*PaymentSystem_ID) GetUniqueField

func (m *PaymentSystem_ID) GetUniqueField() isPaymentSystem_ID_UniqueField

func (*PaymentSystem_ID) ProtoMessage

func (*PaymentSystem_ID) ProtoMessage()

func (*PaymentSystem_ID) ProtoReflect

func (x *PaymentSystem_ID) ProtoReflect() protoreflect.Message

func (*PaymentSystem_ID) Reset

func (x *PaymentSystem_ID) Reset()

func (*PaymentSystem_ID) String

func (x *PaymentSystem_ID) String() string

type PaymentSystem_ID_PaymentSystemId

type PaymentSystem_ID_PaymentSystemId struct {
	PaymentSystemId uint32 `protobuf:"varint,1,opt,name=payment_system_id,json=paymentSystemId,proto3,oneof"`
}

type PaymentSystem_ID_PaymentSystemName

type PaymentSystem_ID_PaymentSystemName struct {
	PaymentSystemName string `protobuf:"bytes,2,opt,name=payment_system_name,json=paymentSystemName,proto3,oneof"`
}

type PaymentSystem_Option

type PaymentSystem_Option struct {
	PaymentSystem *PaymentSystem_Header       `protobuf:"bytes,1,opt,name=payment_system,json=paymentSystem,proto3" json:"payment_system,omitempty"`
	Value         *PaymentSystem_Option_Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentSystem_Option) Descriptor deprecated

func (*PaymentSystem_Option) Descriptor() ([]byte, []int)

Deprecated: Use PaymentSystem_Option.ProtoReflect.Descriptor instead.

func (*PaymentSystem_Option) GetPaymentSystem

func (x *PaymentSystem_Option) GetPaymentSystem() *PaymentSystem_Header

func (*PaymentSystem_Option) GetValue

func (*PaymentSystem_Option) ProtoMessage

func (*PaymentSystem_Option) ProtoMessage()

func (*PaymentSystem_Option) ProtoReflect

func (x *PaymentSystem_Option) ProtoReflect() protoreflect.Message

func (*PaymentSystem_Option) Reset

func (x *PaymentSystem_Option) Reset()

func (*PaymentSystem_Option) String

func (x *PaymentSystem_Option) String() string

type PaymentSystem_Option_ID

type PaymentSystem_Option_ID struct {
	PaymentSystem *PaymentSystem_ID     `protobuf:"bytes,1,opt,name=payment_system,json=paymentSystem,proto3" json:"payment_system,omitempty"`
	Currency      *currency.Currency_ID `protobuf:"bytes,2,opt,name=currency,proto3" json:"currency,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentSystem_Option_ID) Descriptor deprecated

func (*PaymentSystem_Option_ID) Descriptor() ([]byte, []int)

Deprecated: Use PaymentSystem_Option_ID.ProtoReflect.Descriptor instead.

func (*PaymentSystem_Option_ID) GetCurrency

func (x *PaymentSystem_Option_ID) GetCurrency() *currency.Currency_ID

func (*PaymentSystem_Option_ID) GetPaymentSystem

func (x *PaymentSystem_Option_ID) GetPaymentSystem() *PaymentSystem_ID

func (*PaymentSystem_Option_ID) ProtoMessage

func (*PaymentSystem_Option_ID) ProtoMessage()

func (*PaymentSystem_Option_ID) ProtoReflect

func (x *PaymentSystem_Option_ID) ProtoReflect() protoreflect.Message

func (*PaymentSystem_Option_ID) Reset

func (x *PaymentSystem_Option_ID) Reset()

func (*PaymentSystem_Option_ID) String

func (x *PaymentSystem_Option_ID) String() string

type PaymentSystem_Option_Value

type PaymentSystem_Option_Value struct {
	Currency  *currency.Currency `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	Published bool               `protobuf:"varint,2,opt,name=published,proto3" json:"published,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentSystem_Option_Value) Descriptor deprecated

func (*PaymentSystem_Option_Value) Descriptor() ([]byte, []int)

Deprecated: Use PaymentSystem_Option_Value.ProtoReflect.Descriptor instead.

func (*PaymentSystem_Option_Value) GetCurrency

func (x *PaymentSystem_Option_Value) GetCurrency() *currency.Currency

func (*PaymentSystem_Option_Value) GetPublished

func (x *PaymentSystem_Option_Value) GetPublished() bool

func (*PaymentSystem_Option_Value) ProtoMessage

func (*PaymentSystem_Option_Value) ProtoMessage()

func (*PaymentSystem_Option_Value) ProtoReflect

func (*PaymentSystem_Option_Value) Reset

func (x *PaymentSystem_Option_Value) Reset()

func (*PaymentSystem_Option_Value) String

func (x *PaymentSystem_Option_Value) String() string

Jump to

Keyboard shortcuts

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