entity

package
v1.0.122 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2019 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

Package entity is a generated protocol buffer package.

It is generated from these files:

entity/cardpay.proto

It has these top-level messages:

CardPayAddress
CardPayItem
CardPayMerchantOrder
CallbackCardPayBankCardAccount
CallbackCardPayCryptoCurrencyAccount
CardPayCustomer
CardPayEWalletAccount
CallbackCardPayPaymentData
CardPayPaymentCallback

Package entity is a generated protocol buffer package.

It is generated from these files:

entity/entity.proto

It has these top-level messages:

SavedCard
CardExpire

Package entity is a generated protocol buffer package.

It is generated from these files:

entity/xsolla.proto

It has these top-level messages:

XSollaUser
XSollaVirtualCurrency
XSollaPurchase
XSollaCheckout
XSollaItem
XSollaVirtualItems
XSollaTotal
XSollaCheckNotification
XSollaTransaction
XSollaPayment
XSollaVat
XSollaPayout
XSollaXsollaFee
XSollaPaymentMethodFee
XSollaRepatriationCommission
XSollaPaymentDetails
XSollaPaymentNotification

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CallbackCardPayBankCardAccount

type CallbackCardPayBankCardAccount struct {
	Holder               string   `protobuf:"bytes,1,opt,name=holder,proto3" json:"holder,omitempty"`
	IssuingCountryCode   string   `protobuf:"bytes,2,opt,name=issuing_country_code,json=issuingCountryCode,proto3" json:"issuing_country_code,omitempty"`
	MaskedPan            string   `protobuf:"bytes,3,opt,name=masked_pan,json=maskedPan,proto3" json:"masked_pan,omitempty"`
	Token                string   `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*CallbackCardPayBankCardAccount) Descriptor

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

func (*CallbackCardPayBankCardAccount) GetHolder

func (m *CallbackCardPayBankCardAccount) GetHolder() string

func (*CallbackCardPayBankCardAccount) GetIssuingCountryCode

func (m *CallbackCardPayBankCardAccount) GetIssuingCountryCode() string

func (*CallbackCardPayBankCardAccount) GetMaskedPan

func (m *CallbackCardPayBankCardAccount) GetMaskedPan() string

func (*CallbackCardPayBankCardAccount) GetToken

func (m *CallbackCardPayBankCardAccount) GetToken() string

func (*CallbackCardPayBankCardAccount) ProtoMessage

func (*CallbackCardPayBankCardAccount) ProtoMessage()

func (*CallbackCardPayBankCardAccount) Reset

func (m *CallbackCardPayBankCardAccount) Reset()

func (*CallbackCardPayBankCardAccount) String

func (*CallbackCardPayBankCardAccount) XXX_DiscardUnknown

func (m *CallbackCardPayBankCardAccount) XXX_DiscardUnknown()

func (*CallbackCardPayBankCardAccount) XXX_Marshal

func (m *CallbackCardPayBankCardAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CallbackCardPayBankCardAccount) XXX_Merge

func (dst *CallbackCardPayBankCardAccount) XXX_Merge(src proto.Message)

func (*CallbackCardPayBankCardAccount) XXX_Size

func (m *CallbackCardPayBankCardAccount) XXX_Size() int

func (*CallbackCardPayBankCardAccount) XXX_Unmarshal

func (m *CallbackCardPayBankCardAccount) XXX_Unmarshal(b []byte) error

type CallbackCardPayCryptoCurrencyAccount

type CallbackCardPayCryptoCurrencyAccount struct {
	CryptoAddress        string   `protobuf:"bytes,1,opt,name=crypto_address,json=cryptoAddress,proto3" json:"crypto_address,omitempty"`
	CryptoTransactionId  string   `protobuf:"bytes,2,opt,name=crypto_transaction_id,json=cryptoTransactionId,proto3" json:"crypto_transaction_id,omitempty"`
	PrcAmount            string   `protobuf:"bytes,3,opt,name=prc_amount,json=prcAmount,proto3" json:"prc_amount,omitempty"`
	PrcCurrency          string   `protobuf:"bytes,4,opt,name=prc_currency,json=prcCurrency,proto3" json:"prc_currency,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*CallbackCardPayCryptoCurrencyAccount) Descriptor

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

func (*CallbackCardPayCryptoCurrencyAccount) GetCryptoAddress

func (m *CallbackCardPayCryptoCurrencyAccount) GetCryptoAddress() string

func (*CallbackCardPayCryptoCurrencyAccount) GetCryptoTransactionId

func (m *CallbackCardPayCryptoCurrencyAccount) GetCryptoTransactionId() string

func (*CallbackCardPayCryptoCurrencyAccount) GetPrcAmount

func (m *CallbackCardPayCryptoCurrencyAccount) GetPrcAmount() string

func (*CallbackCardPayCryptoCurrencyAccount) GetPrcCurrency

func (m *CallbackCardPayCryptoCurrencyAccount) GetPrcCurrency() string

func (*CallbackCardPayCryptoCurrencyAccount) ProtoMessage

func (*CallbackCardPayCryptoCurrencyAccount) ProtoMessage()

func (*CallbackCardPayCryptoCurrencyAccount) Reset

func (*CallbackCardPayCryptoCurrencyAccount) String

func (*CallbackCardPayCryptoCurrencyAccount) XXX_DiscardUnknown

func (m *CallbackCardPayCryptoCurrencyAccount) XXX_DiscardUnknown()

func (*CallbackCardPayCryptoCurrencyAccount) XXX_Marshal

func (m *CallbackCardPayCryptoCurrencyAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CallbackCardPayCryptoCurrencyAccount) XXX_Merge

func (*CallbackCardPayCryptoCurrencyAccount) XXX_Size

func (*CallbackCardPayCryptoCurrencyAccount) XXX_Unmarshal

func (m *CallbackCardPayCryptoCurrencyAccount) XXX_Unmarshal(b []byte) error

type CallbackCardPayPaymentData

type CallbackCardPayPaymentData struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Amount               float64  `protobuf:"fixed64,2,opt,name=amount,proto3" json:"amount,omitempty"`
	AuthCode             string   `protobuf:"bytes,3,opt,name=auth_code,json=authCode,proto3" json:"auth_code,omitempty"`
	Created              string   `protobuf:"bytes,4,opt,name=created,proto3" json:"created,omitempty"`
	Currency             string   `protobuf:"bytes,5,opt,name=currency,proto3" json:"currency,omitempty"`
	DeclineCode          string   `protobuf:"bytes,6,opt,name=decline_code,json=declineCode,proto3" json:"decline_code,omitempty"`
	DeclineReason        string   `protobuf:"bytes,7,opt,name=decline_reason,json=declineReason,proto3" json:"decline_reason,omitempty"`
	Description          string   `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"`
	Is_3D                bool     `protobuf:"varint,9,opt,name=is_3d,json=is3d,proto3" json:"is_3d,omitempty"`
	Note                 string   `protobuf:"bytes,10,opt,name=note,proto3" json:"note,omitempty"`
	Rrn                  string   `protobuf:"bytes,11,opt,name=rrn,proto3" json:"rrn,omitempty"`
	Status               string   `protobuf:"bytes,12,opt,name=status,proto3" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*CallbackCardPayPaymentData) Descriptor

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

func (*CallbackCardPayPaymentData) GetAmount

func (m *CallbackCardPayPaymentData) GetAmount() float64

func (*CallbackCardPayPaymentData) GetAuthCode

func (m *CallbackCardPayPaymentData) GetAuthCode() string

func (*CallbackCardPayPaymentData) GetCreated

func (m *CallbackCardPayPaymentData) GetCreated() string

func (*CallbackCardPayPaymentData) GetCurrency

func (m *CallbackCardPayPaymentData) GetCurrency() string

func (*CallbackCardPayPaymentData) GetDeclineCode

func (m *CallbackCardPayPaymentData) GetDeclineCode() string

func (*CallbackCardPayPaymentData) GetDeclineReason

func (m *CallbackCardPayPaymentData) GetDeclineReason() string

func (*CallbackCardPayPaymentData) GetDescription

func (m *CallbackCardPayPaymentData) GetDescription() string

func (*CallbackCardPayPaymentData) GetId

func (*CallbackCardPayPaymentData) GetIs_3D

func (m *CallbackCardPayPaymentData) GetIs_3D() bool

func (*CallbackCardPayPaymentData) GetNote

func (m *CallbackCardPayPaymentData) GetNote() string

func (*CallbackCardPayPaymentData) GetRrn

func (m *CallbackCardPayPaymentData) GetRrn() string

func (*CallbackCardPayPaymentData) GetStatus

func (m *CallbackCardPayPaymentData) GetStatus() string

func (*CallbackCardPayPaymentData) ProtoMessage

func (*CallbackCardPayPaymentData) ProtoMessage()

func (*CallbackCardPayPaymentData) Reset

func (m *CallbackCardPayPaymentData) Reset()

func (*CallbackCardPayPaymentData) String

func (m *CallbackCardPayPaymentData) String() string

func (*CallbackCardPayPaymentData) XXX_DiscardUnknown

func (m *CallbackCardPayPaymentData) XXX_DiscardUnknown()

func (*CallbackCardPayPaymentData) XXX_Marshal

func (m *CallbackCardPayPaymentData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CallbackCardPayPaymentData) XXX_Merge

func (dst *CallbackCardPayPaymentData) XXX_Merge(src proto.Message)

func (*CallbackCardPayPaymentData) XXX_Size

func (m *CallbackCardPayPaymentData) XXX_Size() int

func (*CallbackCardPayPaymentData) XXX_Unmarshal

func (m *CallbackCardPayPaymentData) XXX_Unmarshal(b []byte) error

type CardExpire

type CardExpire struct {
	// @inject_tag: json:"month"
	Month string `protobuf:"bytes,1,opt,name=month,proto3" json:"month"`
	// @inject_tag: json:"year"
	Year                 string   `protobuf:"bytes,2,opt,name=year,proto3" json:"year"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*CardExpire) Descriptor

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

func (*CardExpire) GetMonth

func (m *CardExpire) GetMonth() string

func (*CardExpire) GetYear

func (m *CardExpire) GetYear() string

func (*CardExpire) ProtoMessage

func (*CardExpire) ProtoMessage()

func (*CardExpire) Reset

func (m *CardExpire) Reset()

func (*CardExpire) String

func (m *CardExpire) String() string

func (*CardExpire) XXX_DiscardUnknown

func (m *CardExpire) XXX_DiscardUnknown()

func (*CardExpire) XXX_Marshal

func (m *CardExpire) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CardExpire) XXX_Merge

func (dst *CardExpire) XXX_Merge(src proto.Message)

func (*CardExpire) XXX_Size

func (m *CardExpire) XXX_Size() int

func (*CardExpire) XXX_Unmarshal

func (m *CardExpire) XXX_Unmarshal(b []byte) error

type CardPayAddress

type CardPayAddress struct {
	Country              string   `protobuf:"bytes,1,opt,name=country,proto3" json:"country,omitempty"`
	City                 string   `protobuf:"bytes,2,opt,name=city,proto3" json:"city,omitempty"`
	Phone                string   `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	State                string   `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	Street               string   `protobuf:"bytes,5,opt,name=street,proto3" json:"street,omitempty"`
	Zip                  string   `protobuf:"bytes,6,opt,name=zip,proto3" json:"zip,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*CardPayAddress) Descriptor

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

func (*CardPayAddress) GetCity

func (m *CardPayAddress) GetCity() string

func (*CardPayAddress) GetCountry

func (m *CardPayAddress) GetCountry() string

func (*CardPayAddress) GetPhone

func (m *CardPayAddress) GetPhone() string

func (*CardPayAddress) GetState

func (m *CardPayAddress) GetState() string

func (*CardPayAddress) GetStreet

func (m *CardPayAddress) GetStreet() string

func (*CardPayAddress) GetZip

func (m *CardPayAddress) GetZip() string

func (*CardPayAddress) ProtoMessage

func (*CardPayAddress) ProtoMessage()

func (*CardPayAddress) Reset

func (m *CardPayAddress) Reset()

func (*CardPayAddress) String

func (m *CardPayAddress) String() string

func (*CardPayAddress) XXX_DiscardUnknown

func (m *CardPayAddress) XXX_DiscardUnknown()

func (*CardPayAddress) XXX_Marshal

func (m *CardPayAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CardPayAddress) XXX_Merge

func (dst *CardPayAddress) XXX_Merge(src proto.Message)

func (*CardPayAddress) XXX_Size

func (m *CardPayAddress) XXX_Size() int

func (*CardPayAddress) XXX_Unmarshal

func (m *CardPayAddress) XXX_Unmarshal(b []byte) error

type CardPayCustomer

type CardPayCustomer struct {
	Email                string   `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Ip                   string   `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"`
	Id                   string   `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	Locale               string   `protobuf:"bytes,4,opt,name=locale,proto3" json:"locale,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*CardPayCustomer) Descriptor

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

func (*CardPayCustomer) GetEmail

func (m *CardPayCustomer) GetEmail() string

func (*CardPayCustomer) GetId

func (m *CardPayCustomer) GetId() string

func (*CardPayCustomer) GetIp

func (m *CardPayCustomer) GetIp() string

func (*CardPayCustomer) GetLocale

func (m *CardPayCustomer) GetLocale() string

func (*CardPayCustomer) ProtoMessage

func (*CardPayCustomer) ProtoMessage()

func (*CardPayCustomer) Reset

func (m *CardPayCustomer) Reset()

func (*CardPayCustomer) String

func (m *CardPayCustomer) String() string

func (*CardPayCustomer) XXX_DiscardUnknown

func (m *CardPayCustomer) XXX_DiscardUnknown()

func (*CardPayCustomer) XXX_Marshal

func (m *CardPayCustomer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CardPayCustomer) XXX_Merge

func (dst *CardPayCustomer) XXX_Merge(src proto.Message)

func (*CardPayCustomer) XXX_Size

func (m *CardPayCustomer) XXX_Size() int

func (*CardPayCustomer) XXX_Unmarshal

func (m *CardPayCustomer) XXX_Unmarshal(b []byte) error

type CardPayEWalletAccount

type CardPayEWalletAccount struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*CardPayEWalletAccount) Descriptor

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

func (*CardPayEWalletAccount) GetId

func (m *CardPayEWalletAccount) GetId() string

func (*CardPayEWalletAccount) ProtoMessage

func (*CardPayEWalletAccount) ProtoMessage()

func (*CardPayEWalletAccount) Reset

func (m *CardPayEWalletAccount) Reset()

func (*CardPayEWalletAccount) String

func (m *CardPayEWalletAccount) String() string

func (*CardPayEWalletAccount) XXX_DiscardUnknown

func (m *CardPayEWalletAccount) XXX_DiscardUnknown()

func (*CardPayEWalletAccount) XXX_Marshal

func (m *CardPayEWalletAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CardPayEWalletAccount) XXX_Merge

func (dst *CardPayEWalletAccount) XXX_Merge(src proto.Message)

func (*CardPayEWalletAccount) XXX_Size

func (m *CardPayEWalletAccount) XXX_Size() int

func (*CardPayEWalletAccount) XXX_Unmarshal

func (m *CardPayEWalletAccount) XXX_Unmarshal(b []byte) error

type CardPayItem

type CardPayItem struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description          string   `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Count                int32    `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	Price                float64  `protobuf:"fixed64,4,opt,name=price,proto3" json:"price,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*CardPayItem) Descriptor

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

func (*CardPayItem) GetCount

func (m *CardPayItem) GetCount() int32

func (*CardPayItem) GetDescription

func (m *CardPayItem) GetDescription() string

func (*CardPayItem) GetName

func (m *CardPayItem) GetName() string

func (*CardPayItem) GetPrice

func (m *CardPayItem) GetPrice() float64

func (*CardPayItem) ProtoMessage

func (*CardPayItem) ProtoMessage()

func (*CardPayItem) Reset

func (m *CardPayItem) Reset()

func (*CardPayItem) String

func (m *CardPayItem) String() string

func (*CardPayItem) XXX_DiscardUnknown

func (m *CardPayItem) XXX_DiscardUnknown()

func (*CardPayItem) XXX_Marshal

func (m *CardPayItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CardPayItem) XXX_Merge

func (dst *CardPayItem) XXX_Merge(src proto.Message)

func (*CardPayItem) XXX_Size

func (m *CardPayItem) XXX_Size() int

func (*CardPayItem) XXX_Unmarshal

func (m *CardPayItem) XXX_Unmarshal(b []byte) error

type CardPayMerchantOrder

type CardPayMerchantOrder struct {
	Id                   string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description          string          `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Items                []*CardPayItem  `protobuf:"bytes,3,rep,name=items,proto3" json:"items,omitempty"`
	ShippingAddress      *CardPayAddress `protobuf:"bytes,4,opt,name=shipping_address,json=shippingAddress,proto3" json:"shipping_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte          `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32           `json:"-" bson:"-" structure:"-"`
}

func (*CardPayMerchantOrder) Descriptor

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

func (*CardPayMerchantOrder) GetDescription

func (m *CardPayMerchantOrder) GetDescription() string

func (*CardPayMerchantOrder) GetId

func (m *CardPayMerchantOrder) GetId() string

func (*CardPayMerchantOrder) GetItems

func (m *CardPayMerchantOrder) GetItems() []*CardPayItem

func (*CardPayMerchantOrder) GetShippingAddress

func (m *CardPayMerchantOrder) GetShippingAddress() *CardPayAddress

func (*CardPayMerchantOrder) ProtoMessage

func (*CardPayMerchantOrder) ProtoMessage()

func (*CardPayMerchantOrder) Reset

func (m *CardPayMerchantOrder) Reset()

func (*CardPayMerchantOrder) String

func (m *CardPayMerchantOrder) String() string

func (*CardPayMerchantOrder) XXX_DiscardUnknown

func (m *CardPayMerchantOrder) XXX_DiscardUnknown()

func (*CardPayMerchantOrder) XXX_Marshal

func (m *CardPayMerchantOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CardPayMerchantOrder) XXX_Merge

func (dst *CardPayMerchantOrder) XXX_Merge(src proto.Message)

func (*CardPayMerchantOrder) XXX_Size

func (m *CardPayMerchantOrder) XXX_Size() int

func (*CardPayMerchantOrder) XXX_Unmarshal

func (m *CardPayMerchantOrder) XXX_Unmarshal(b []byte) error

type CardPayPaymentCallback

type CardPayPaymentCallback struct {
	MerchantOrder         *CardPayMerchantOrder                 `protobuf:"bytes,1,opt,name=merchant_order,json=merchantOrder,proto3" json:"merchant_order,omitempty"`
	PaymentMethod         string                                `protobuf:"bytes,2,opt,name=payment_method,json=paymentMethod,proto3" json:"payment_method,omitempty"`
	CallbackTime          string                                `protobuf:"bytes,3,opt,name=callback_time,json=callbackTime,proto3" json:"callback_time,omitempty"`
	CardAccount           *CallbackCardPayBankCardAccount       `protobuf:"bytes,4,opt,name=card_account,json=cardAccount,proto3" json:"card_account,omitempty"`
	CryptocurrencyAccount *CallbackCardPayCryptoCurrencyAccount `protobuf:"bytes,5,opt,name=cryptocurrency_account,json=cryptocurrencyAccount,proto3" json:"cryptocurrency_account,omitempty"`
	Customer              *CardPayCustomer                      `protobuf:"bytes,6,opt,name=customer,proto3" json:"customer,omitempty"`
	EwalletAccount        *CardPayEWalletAccount                `protobuf:"bytes,7,opt,name=ewallet_account,json=ewalletAccount,proto3" json:"ewallet_account,omitempty"`
	PaymentData           *CallbackCardPayPaymentData           `protobuf:"bytes,8,opt,name=payment_data,json=paymentData,proto3" json:"payment_data,omitempty"`
	// @inject_tag: json:"-"
	Signature            string   `protobuf:"bytes,9,opt,name=signature,proto3" json:"-"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*CardPayPaymentCallback) Descriptor

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

func (*CardPayPaymentCallback) GetCallbackTime

func (m *CardPayPaymentCallback) GetCallbackTime() string

func (*CardPayPaymentCallback) GetCardAccount

func (*CardPayPaymentCallback) GetCryptocurrencyAccount

func (m *CardPayPaymentCallback) GetCryptocurrencyAccount() *CallbackCardPayCryptoCurrencyAccount

func (*CardPayPaymentCallback) GetCustomer

func (m *CardPayPaymentCallback) GetCustomer() *CardPayCustomer

func (*CardPayPaymentCallback) GetEwalletAccount

func (m *CardPayPaymentCallback) GetEwalletAccount() *CardPayEWalletAccount

func (*CardPayPaymentCallback) GetMerchantOrder

func (m *CardPayPaymentCallback) GetMerchantOrder() *CardPayMerchantOrder

func (*CardPayPaymentCallback) GetPaymentData

func (*CardPayPaymentCallback) GetPaymentMethod

func (m *CardPayPaymentCallback) GetPaymentMethod() string

func (*CardPayPaymentCallback) GetSignature

func (m *CardPayPaymentCallback) GetSignature() string

func (*CardPayPaymentCallback) ProtoMessage

func (*CardPayPaymentCallback) ProtoMessage()

func (*CardPayPaymentCallback) Reset

func (m *CardPayPaymentCallback) Reset()

func (*CardPayPaymentCallback) String

func (m *CardPayPaymentCallback) String() string

func (*CardPayPaymentCallback) XXX_DiscardUnknown

func (m *CardPayPaymentCallback) XXX_DiscardUnknown()

func (*CardPayPaymentCallback) XXX_Marshal

func (m *CardPayPaymentCallback) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CardPayPaymentCallback) XXX_Merge

func (dst *CardPayPaymentCallback) XXX_Merge(src proto.Message)

func (*CardPayPaymentCallback) XXX_Size

func (m *CardPayPaymentCallback) XXX_Size() int

func (*CardPayPaymentCallback) XXX_Unmarshal

func (m *CardPayPaymentCallback) XXX_Unmarshal(b []byte) error

type MgoExpire

type MgoExpire struct {
	Month string `bson:"month" json:"month"`
	Year  string `bson:"year" json:"year"`
}

type MgoSavedCard

type MgoSavedCard struct {
	Id          bson.ObjectId `bson:"_id"`
	Token       string        `bson:"token"`
	ProjectId   bson.ObjectId `bson:"project_id"`
	MerchantId  bson.ObjectId `bson:"merchant_id"`
	MaskedPan   string        `bson:"masked_pan"`
	CardHolder  string        `bson:"card_holder"`
	Expire      *MgoExpire    `bson:"expire"`
	RecurringId string        `bson:"recurring_id"`
	IsActive    bool          `bson:"is_active"`
	CreatedAt   time.Time     `bson:"created_at"`
	UpdatedAt   time.Time     `bson:"updated_at"`
}

type SavedCard

type SavedCard struct {
	// @inject_tag: json:"id"
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Token      string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	ProjectId  string `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	MerchantId string `protobuf:"bytes,4,opt,name=merchant_id,json=merchantId,proto3" json:"merchant_id,omitempty"`
	// @inject_tag: json:"pan"
	MaskedPan  string `protobuf:"bytes,5,opt,name=masked_pan,json=maskedPan,proto3" json:"pan"`
	CardHolder string `protobuf:"bytes,6,opt,name=card_holder,json=cardHolder,proto3" json:"card_holder,omitempty"`
	// @inject_tag: json:"expire"
	Expire               *CardExpire          `protobuf:"bytes,7,opt,name=expire,proto3" json:"expire"`
	RecurringId          string               `protobuf:"bytes,8,opt,name=recurring_id,json=recurringId,proto3" json:"recurring_id,omitempty"`
	IsActive             bool                 `protobuf:"varint,9,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte               `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32                `json:"-" bson:"-" structure:"-"`
}

func (*SavedCard) Descriptor

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

func (*SavedCard) GetBSON

func (m *SavedCard) GetBSON() (interface{}, error)

func (*SavedCard) GetCardHolder added in v1.0.107

func (m *SavedCard) GetCardHolder() string

func (*SavedCard) GetCreatedAt

func (m *SavedCard) GetCreatedAt() *timestamp.Timestamp

func (*SavedCard) GetExpire

func (m *SavedCard) GetExpire() *CardExpire

func (*SavedCard) GetId

func (m *SavedCard) GetId() string

func (*SavedCard) GetIsActive

func (m *SavedCard) GetIsActive() bool

func (*SavedCard) GetMaskedPan

func (m *SavedCard) GetMaskedPan() string

func (*SavedCard) GetMerchantId added in v1.0.105

func (m *SavedCard) GetMerchantId() string

func (*SavedCard) GetProjectId

func (m *SavedCard) GetProjectId() string

func (*SavedCard) GetRecurringId

func (m *SavedCard) GetRecurringId() string

func (*SavedCard) GetToken added in v1.0.105

func (m *SavedCard) GetToken() string

func (*SavedCard) GetUpdatedAt added in v1.0.105

func (m *SavedCard) GetUpdatedAt() *timestamp.Timestamp

func (*SavedCard) ProtoMessage

func (*SavedCard) ProtoMessage()

func (*SavedCard) Reset

func (m *SavedCard) Reset()

func (*SavedCard) SetBSON

func (s *SavedCard) SetBSON(raw bson.Raw) error

func (*SavedCard) String

func (m *SavedCard) String() string

func (*SavedCard) XXX_DiscardUnknown

func (m *SavedCard) XXX_DiscardUnknown()

func (*SavedCard) XXX_Marshal

func (m *SavedCard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SavedCard) XXX_Merge

func (dst *SavedCard) XXX_Merge(src proto.Message)

func (*SavedCard) XXX_Size

func (m *SavedCard) XXX_Size() int

func (*SavedCard) XXX_Unmarshal

func (m *SavedCard) XXX_Unmarshal(b []byte) error

type XSollaCheckNotification

type XSollaCheckNotification struct {
	NotificationType     string      `protobuf:"bytes,1,opt,name=notification_type,json=notificationType,proto3" json:"notification_type,omitempty"`
	User                 *XSollaUser `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte      `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32       `json:"-" bson:"-" structure:"-"`
}

func (*XSollaCheckNotification) Descriptor

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

func (*XSollaCheckNotification) GetNotificationType

func (m *XSollaCheckNotification) GetNotificationType() string

func (*XSollaCheckNotification) GetUser

func (m *XSollaCheckNotification) GetUser() *XSollaUser

func (*XSollaCheckNotification) ProtoMessage

func (*XSollaCheckNotification) ProtoMessage()

func (*XSollaCheckNotification) Reset

func (m *XSollaCheckNotification) Reset()

func (*XSollaCheckNotification) String

func (m *XSollaCheckNotification) String() string

func (*XSollaCheckNotification) XXX_DiscardUnknown

func (m *XSollaCheckNotification) XXX_DiscardUnknown()

func (*XSollaCheckNotification) XXX_Marshal

func (m *XSollaCheckNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaCheckNotification) XXX_Merge

func (dst *XSollaCheckNotification) XXX_Merge(src proto.Message)

func (*XSollaCheckNotification) XXX_Size

func (m *XSollaCheckNotification) XXX_Size() int

func (*XSollaCheckNotification) XXX_Unmarshal

func (m *XSollaCheckNotification) XXX_Unmarshal(b []byte) error

type XSollaCheckout

type XSollaCheckout struct {
	Currency             string   `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount               float64  `protobuf:"fixed64,2,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*XSollaCheckout) Descriptor

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

func (*XSollaCheckout) GetAmount

func (m *XSollaCheckout) GetAmount() float64

func (*XSollaCheckout) GetCurrency

func (m *XSollaCheckout) GetCurrency() string

func (*XSollaCheckout) ProtoMessage

func (*XSollaCheckout) ProtoMessage()

func (*XSollaCheckout) Reset

func (m *XSollaCheckout) Reset()

func (*XSollaCheckout) String

func (m *XSollaCheckout) String() string

func (*XSollaCheckout) XXX_DiscardUnknown

func (m *XSollaCheckout) XXX_DiscardUnknown()

func (*XSollaCheckout) XXX_Marshal

func (m *XSollaCheckout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaCheckout) XXX_Merge

func (dst *XSollaCheckout) XXX_Merge(src proto.Message)

func (*XSollaCheckout) XXX_Size

func (m *XSollaCheckout) XXX_Size() int

func (*XSollaCheckout) XXX_Unmarshal

func (m *XSollaCheckout) XXX_Unmarshal(b []byte) error

type XSollaItem

type XSollaItem struct {
	Sku                  string   `protobuf:"bytes,1,opt,name=sku,proto3" json:"sku,omitempty"`
	Amount               float64  `protobuf:"fixed64,2,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*XSollaItem) Descriptor

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

func (*XSollaItem) GetAmount

func (m *XSollaItem) GetAmount() float64

func (*XSollaItem) GetSku

func (m *XSollaItem) GetSku() string

func (*XSollaItem) ProtoMessage

func (*XSollaItem) ProtoMessage()

func (*XSollaItem) Reset

func (m *XSollaItem) Reset()

func (*XSollaItem) String

func (m *XSollaItem) String() string

func (*XSollaItem) XXX_DiscardUnknown

func (m *XSollaItem) XXX_DiscardUnknown()

func (*XSollaItem) XXX_Marshal

func (m *XSollaItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaItem) XXX_Merge

func (dst *XSollaItem) XXX_Merge(src proto.Message)

func (*XSollaItem) XXX_Size

func (m *XSollaItem) XXX_Size() int

func (*XSollaItem) XXX_Unmarshal

func (m *XSollaItem) XXX_Unmarshal(b []byte) error

type XSollaPayment

type XSollaPayment struct {
	Currency             string   `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount               float64  `protobuf:"fixed64,2,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*XSollaPayment) Descriptor

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

func (*XSollaPayment) GetAmount

func (m *XSollaPayment) GetAmount() float64

func (*XSollaPayment) GetCurrency

func (m *XSollaPayment) GetCurrency() string

func (*XSollaPayment) ProtoMessage

func (*XSollaPayment) ProtoMessage()

func (*XSollaPayment) Reset

func (m *XSollaPayment) Reset()

func (*XSollaPayment) String

func (m *XSollaPayment) String() string

func (*XSollaPayment) XXX_DiscardUnknown

func (m *XSollaPayment) XXX_DiscardUnknown()

func (*XSollaPayment) XXX_Marshal

func (m *XSollaPayment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaPayment) XXX_Merge

func (dst *XSollaPayment) XXX_Merge(src proto.Message)

func (*XSollaPayment) XXX_Size

func (m *XSollaPayment) XXX_Size() int

func (*XSollaPayment) XXX_Unmarshal

func (m *XSollaPayment) XXX_Unmarshal(b []byte) error

type XSollaPaymentDetails

type XSollaPaymentDetails struct {
	Payment                *XSollaPayment                `protobuf:"bytes,1,opt,name=payment,proto3" json:"payment,omitempty"`
	Vat                    *XSollaVat                    `protobuf:"bytes,2,opt,name=vat,proto3" json:"vat,omitempty"`
	PayoutCurrencyRate     float64                       `protobuf:"fixed64,3,opt,name=payout_currency_rate,json=payoutCurrencyRate,proto3" json:"payout_currency_rate,omitempty"`
	Payout                 *XSollaPayout                 `protobuf:"bytes,4,opt,name=payout,proto3" json:"payout,omitempty"`
	XsollaFee              *XSollaXsollaFee              `protobuf:"bytes,5,opt,name=xsolla_fee,json=xsollaFee,proto3" json:"xsolla_fee,omitempty"`
	PaymentMethodFee       *XSollaPaymentMethodFee       `protobuf:"bytes,6,opt,name=payment_method_fee,json=paymentMethodFee,proto3" json:"payment_method_fee,omitempty"`
	RepatriationCommission *XSollaRepatriationCommission `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}                      `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized       []byte                        `json:"-" bson:"-" structure:"-"`
	XXX_sizecache          int32                         `json:"-" bson:"-" structure:"-"`
}

func (*XSollaPaymentDetails) Descriptor

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

func (*XSollaPaymentDetails) GetPayment

func (m *XSollaPaymentDetails) GetPayment() *XSollaPayment

func (*XSollaPaymentDetails) GetPaymentMethodFee

func (m *XSollaPaymentDetails) GetPaymentMethodFee() *XSollaPaymentMethodFee

func (*XSollaPaymentDetails) GetPayout

func (m *XSollaPaymentDetails) GetPayout() *XSollaPayout

func (*XSollaPaymentDetails) GetPayoutCurrencyRate

func (m *XSollaPaymentDetails) GetPayoutCurrencyRate() float64

func (*XSollaPaymentDetails) GetRepatriationCommission

func (m *XSollaPaymentDetails) GetRepatriationCommission() *XSollaRepatriationCommission

func (*XSollaPaymentDetails) GetVat

func (m *XSollaPaymentDetails) GetVat() *XSollaVat

func (*XSollaPaymentDetails) GetXsollaFee

func (m *XSollaPaymentDetails) GetXsollaFee() *XSollaXsollaFee

func (*XSollaPaymentDetails) ProtoMessage

func (*XSollaPaymentDetails) ProtoMessage()

func (*XSollaPaymentDetails) Reset

func (m *XSollaPaymentDetails) Reset()

func (*XSollaPaymentDetails) String

func (m *XSollaPaymentDetails) String() string

func (*XSollaPaymentDetails) XXX_DiscardUnknown

func (m *XSollaPaymentDetails) XXX_DiscardUnknown()

func (*XSollaPaymentDetails) XXX_Marshal

func (m *XSollaPaymentDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaPaymentDetails) XXX_Merge

func (dst *XSollaPaymentDetails) XXX_Merge(src proto.Message)

func (*XSollaPaymentDetails) XXX_Size

func (m *XSollaPaymentDetails) XXX_Size() int

func (*XSollaPaymentDetails) XXX_Unmarshal

func (m *XSollaPaymentDetails) XXX_Unmarshal(b []byte) error

type XSollaPaymentMethodFee

type XSollaPaymentMethodFee struct {
	Currency             string   `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount               float64  `protobuf:"fixed64,2,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*XSollaPaymentMethodFee) Descriptor

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

func (*XSollaPaymentMethodFee) GetAmount

func (m *XSollaPaymentMethodFee) GetAmount() float64

func (*XSollaPaymentMethodFee) GetCurrency

func (m *XSollaPaymentMethodFee) GetCurrency() string

func (*XSollaPaymentMethodFee) ProtoMessage

func (*XSollaPaymentMethodFee) ProtoMessage()

func (*XSollaPaymentMethodFee) Reset

func (m *XSollaPaymentMethodFee) Reset()

func (*XSollaPaymentMethodFee) String

func (m *XSollaPaymentMethodFee) String() string

func (*XSollaPaymentMethodFee) XXX_DiscardUnknown

func (m *XSollaPaymentMethodFee) XXX_DiscardUnknown()

func (*XSollaPaymentMethodFee) XXX_Marshal

func (m *XSollaPaymentMethodFee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaPaymentMethodFee) XXX_Merge

func (dst *XSollaPaymentMethodFee) XXX_Merge(src proto.Message)

func (*XSollaPaymentMethodFee) XXX_Size

func (m *XSollaPaymentMethodFee) XXX_Size() int

func (*XSollaPaymentMethodFee) XXX_Unmarshal

func (m *XSollaPaymentMethodFee) XXX_Unmarshal(b []byte) error

type XSollaPaymentNotification

type XSollaPaymentNotification struct {
	NotificationType     string                `protobuf:"bytes,1,opt,name=notification_type,json=notificationType,proto3" json:"notification_type,omitempty"`
	Purchase             *XSollaPurchase       `protobuf:"bytes,2,opt,name=purchase,proto3" json:"purchase,omitempty"`
	User                 *XSollaUser           `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"`
	Transaction          *XSollaTransaction    `protobuf:"bytes,4,opt,name=transaction,proto3" json:"transaction,omitempty"`
	PaymentDetails       *XSollaPaymentDetails `protobuf:"bytes,5,opt,name=payment_details,json=paymentDetails,proto3" json:"payment_details,omitempty"`
	CustomParameters     map[string]string     `` /* 197-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}              `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte                `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32                 `json:"-" bson:"-" structure:"-"`
}

func (*XSollaPaymentNotification) Descriptor

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

func (*XSollaPaymentNotification) GetCustomParameters

func (m *XSollaPaymentNotification) GetCustomParameters() map[string]string

func (*XSollaPaymentNotification) GetNotificationType

func (m *XSollaPaymentNotification) GetNotificationType() string

func (*XSollaPaymentNotification) GetPaymentDetails

func (m *XSollaPaymentNotification) GetPaymentDetails() *XSollaPaymentDetails

func (*XSollaPaymentNotification) GetPurchase

func (m *XSollaPaymentNotification) GetPurchase() *XSollaPurchase

func (*XSollaPaymentNotification) GetTransaction

func (m *XSollaPaymentNotification) GetTransaction() *XSollaTransaction

func (*XSollaPaymentNotification) GetUser

func (m *XSollaPaymentNotification) GetUser() *XSollaUser

func (*XSollaPaymentNotification) ProtoMessage

func (*XSollaPaymentNotification) ProtoMessage()

func (*XSollaPaymentNotification) Reset

func (m *XSollaPaymentNotification) Reset()

func (*XSollaPaymentNotification) String

func (m *XSollaPaymentNotification) String() string

func (*XSollaPaymentNotification) XXX_DiscardUnknown

func (m *XSollaPaymentNotification) XXX_DiscardUnknown()

func (*XSollaPaymentNotification) XXX_Marshal

func (m *XSollaPaymentNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaPaymentNotification) XXX_Merge

func (dst *XSollaPaymentNotification) XXX_Merge(src proto.Message)

func (*XSollaPaymentNotification) XXX_Size

func (m *XSollaPaymentNotification) XXX_Size() int

func (*XSollaPaymentNotification) XXX_Unmarshal

func (m *XSollaPaymentNotification) XXX_Unmarshal(b []byte) error

type XSollaPayout

type XSollaPayout struct {
	Currency             string   `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount               float64  `protobuf:"fixed64,2,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*XSollaPayout) Descriptor

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

func (*XSollaPayout) GetAmount

func (m *XSollaPayout) GetAmount() float64

func (*XSollaPayout) GetCurrency

func (m *XSollaPayout) GetCurrency() string

func (*XSollaPayout) ProtoMessage

func (*XSollaPayout) ProtoMessage()

func (*XSollaPayout) Reset

func (m *XSollaPayout) Reset()

func (*XSollaPayout) String

func (m *XSollaPayout) String() string

func (*XSollaPayout) XXX_DiscardUnknown

func (m *XSollaPayout) XXX_DiscardUnknown()

func (*XSollaPayout) XXX_Marshal

func (m *XSollaPayout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaPayout) XXX_Merge

func (dst *XSollaPayout) XXX_Merge(src proto.Message)

func (*XSollaPayout) XXX_Size

func (m *XSollaPayout) XXX_Size() int

func (*XSollaPayout) XXX_Unmarshal

func (m *XSollaPayout) XXX_Unmarshal(b []byte) error

type XSollaPurchase

type XSollaPurchase struct {
	VirtualCurrency      *XSollaVirtualCurrency `protobuf:"bytes,1,opt,name=virtual_currency,json=virtualCurrency,proto3" json:"virtual_currency,omitempty"`
	Checkout             *XSollaCheckout        `protobuf:"bytes,2,opt,name=checkout,proto3" json:"checkout,omitempty"`
	VirtualItems         *XSollaVirtualItems    `protobuf:"bytes,3,opt,name=virtual_items,json=virtualItems,proto3" json:"virtual_items,omitempty"`
	Total                *XSollaTotal           `protobuf:"bytes,4,opt,name=total,proto3" json:"total,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte                 `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32                  `json:"-" bson:"-" structure:"-"`
}

func (*XSollaPurchase) Descriptor

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

func (*XSollaPurchase) GetCheckout

func (m *XSollaPurchase) GetCheckout() *XSollaCheckout

func (*XSollaPurchase) GetTotal

func (m *XSollaPurchase) GetTotal() *XSollaTotal

func (*XSollaPurchase) GetVirtualCurrency

func (m *XSollaPurchase) GetVirtualCurrency() *XSollaVirtualCurrency

func (*XSollaPurchase) GetVirtualItems

func (m *XSollaPurchase) GetVirtualItems() *XSollaVirtualItems

func (*XSollaPurchase) ProtoMessage

func (*XSollaPurchase) ProtoMessage()

func (*XSollaPurchase) Reset

func (m *XSollaPurchase) Reset()

func (*XSollaPurchase) String

func (m *XSollaPurchase) String() string

func (*XSollaPurchase) XXX_DiscardUnknown

func (m *XSollaPurchase) XXX_DiscardUnknown()

func (*XSollaPurchase) XXX_Marshal

func (m *XSollaPurchase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaPurchase) XXX_Merge

func (dst *XSollaPurchase) XXX_Merge(src proto.Message)

func (*XSollaPurchase) XXX_Size

func (m *XSollaPurchase) XXX_Size() int

func (*XSollaPurchase) XXX_Unmarshal

func (m *XSollaPurchase) XXX_Unmarshal(b []byte) error

type XSollaRepatriationCommission

type XSollaRepatriationCommission struct {
	Currency             string   `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount               float64  `protobuf:"fixed64,2,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*XSollaRepatriationCommission) Descriptor

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

func (*XSollaRepatriationCommission) GetAmount

func (m *XSollaRepatriationCommission) GetAmount() float64

func (*XSollaRepatriationCommission) GetCurrency

func (m *XSollaRepatriationCommission) GetCurrency() string

func (*XSollaRepatriationCommission) ProtoMessage

func (*XSollaRepatriationCommission) ProtoMessage()

func (*XSollaRepatriationCommission) Reset

func (m *XSollaRepatriationCommission) Reset()

func (*XSollaRepatriationCommission) String

func (*XSollaRepatriationCommission) XXX_DiscardUnknown

func (m *XSollaRepatriationCommission) XXX_DiscardUnknown()

func (*XSollaRepatriationCommission) XXX_Marshal

func (m *XSollaRepatriationCommission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaRepatriationCommission) XXX_Merge

func (dst *XSollaRepatriationCommission) XXX_Merge(src proto.Message)

func (*XSollaRepatriationCommission) XXX_Size

func (m *XSollaRepatriationCommission) XXX_Size() int

func (*XSollaRepatriationCommission) XXX_Unmarshal

func (m *XSollaRepatriationCommission) XXX_Unmarshal(b []byte) error

type XSollaTotal

type XSollaTotal struct {
	Currency             string   `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount               float64  `protobuf:"fixed64,2,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*XSollaTotal) Descriptor

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

func (*XSollaTotal) GetAmount

func (m *XSollaTotal) GetAmount() float64

func (*XSollaTotal) GetCurrency

func (m *XSollaTotal) GetCurrency() string

func (*XSollaTotal) ProtoMessage

func (*XSollaTotal) ProtoMessage()

func (*XSollaTotal) Reset

func (m *XSollaTotal) Reset()

func (*XSollaTotal) String

func (m *XSollaTotal) String() string

func (*XSollaTotal) XXX_DiscardUnknown

func (m *XSollaTotal) XXX_DiscardUnknown()

func (*XSollaTotal) XXX_Marshal

func (m *XSollaTotal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaTotal) XXX_Merge

func (dst *XSollaTotal) XXX_Merge(src proto.Message)

func (*XSollaTotal) XXX_Size

func (m *XSollaTotal) XXX_Size() int

func (*XSollaTotal) XXX_Unmarshal

func (m *XSollaTotal) XXX_Unmarshal(b []byte) error

type XSollaTransaction

type XSollaTransaction struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ExternalId           string   `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	PaymentDate          string   `protobuf:"bytes,3,opt,name=payment_date,json=paymentDate,proto3" json:"payment_date,omitempty"`
	PaymentMethod        string   `protobuf:"bytes,4,opt,name=payment_method,json=paymentMethod,proto3" json:"payment_method,omitempty"`
	DryRun               int32    `protobuf:"varint,5,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*XSollaTransaction) Descriptor

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

func (*XSollaTransaction) GetDryRun

func (m *XSollaTransaction) GetDryRun() int32

func (*XSollaTransaction) GetExternalId

func (m *XSollaTransaction) GetExternalId() string

func (*XSollaTransaction) GetId

func (m *XSollaTransaction) GetId() string

func (*XSollaTransaction) GetPaymentDate

func (m *XSollaTransaction) GetPaymentDate() string

func (*XSollaTransaction) GetPaymentMethod

func (m *XSollaTransaction) GetPaymentMethod() string

func (*XSollaTransaction) ProtoMessage

func (*XSollaTransaction) ProtoMessage()

func (*XSollaTransaction) Reset

func (m *XSollaTransaction) Reset()

func (*XSollaTransaction) String

func (m *XSollaTransaction) String() string

func (*XSollaTransaction) XXX_DiscardUnknown

func (m *XSollaTransaction) XXX_DiscardUnknown()

func (*XSollaTransaction) XXX_Marshal

func (m *XSollaTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaTransaction) XXX_Merge

func (dst *XSollaTransaction) XXX_Merge(src proto.Message)

func (*XSollaTransaction) XXX_Size

func (m *XSollaTransaction) XXX_Size() int

func (*XSollaTransaction) XXX_Unmarshal

func (m *XSollaTransaction) XXX_Unmarshal(b []byte) error

type XSollaUser

type XSollaUser struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Ip                   string   `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"`
	Phone                string   `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	Email                string   `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	Name                 string   `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Country              string   `protobuf:"bytes,6,opt,name=country,proto3" json:"country,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*XSollaUser) Descriptor

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

func (*XSollaUser) GetCountry

func (m *XSollaUser) GetCountry() string

func (*XSollaUser) GetEmail

func (m *XSollaUser) GetEmail() string

func (*XSollaUser) GetId

func (m *XSollaUser) GetId() string

func (*XSollaUser) GetIp

func (m *XSollaUser) GetIp() string

func (*XSollaUser) GetName

func (m *XSollaUser) GetName() string

func (*XSollaUser) GetPhone

func (m *XSollaUser) GetPhone() string

func (*XSollaUser) ProtoMessage

func (*XSollaUser) ProtoMessage()

func (*XSollaUser) Reset

func (m *XSollaUser) Reset()

func (*XSollaUser) String

func (m *XSollaUser) String() string

func (*XSollaUser) XXX_DiscardUnknown

func (m *XSollaUser) XXX_DiscardUnknown()

func (*XSollaUser) XXX_Marshal

func (m *XSollaUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaUser) XXX_Merge

func (dst *XSollaUser) XXX_Merge(src proto.Message)

func (*XSollaUser) XXX_Size

func (m *XSollaUser) XXX_Size() int

func (*XSollaUser) XXX_Unmarshal

func (m *XSollaUser) XXX_Unmarshal(b []byte) error

type XSollaVat

type XSollaVat struct {
	Currency             string   `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount               float64  `protobuf:"fixed64,2,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*XSollaVat) Descriptor

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

func (*XSollaVat) GetAmount

func (m *XSollaVat) GetAmount() float64

func (*XSollaVat) GetCurrency

func (m *XSollaVat) GetCurrency() string

func (*XSollaVat) ProtoMessage

func (*XSollaVat) ProtoMessage()

func (*XSollaVat) Reset

func (m *XSollaVat) Reset()

func (*XSollaVat) String

func (m *XSollaVat) String() string

func (*XSollaVat) XXX_DiscardUnknown

func (m *XSollaVat) XXX_DiscardUnknown()

func (*XSollaVat) XXX_Marshal

func (m *XSollaVat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaVat) XXX_Merge

func (dst *XSollaVat) XXX_Merge(src proto.Message)

func (*XSollaVat) XXX_Size

func (m *XSollaVat) XXX_Size() int

func (*XSollaVat) XXX_Unmarshal

func (m *XSollaVat) XXX_Unmarshal(b []byte) error

type XSollaVirtualCurrency

type XSollaVirtualCurrency struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Sku                  string   `protobuf:"bytes,2,opt,name=sku,proto3" json:"sku,omitempty"`
	Quantity             int32    `protobuf:"varint,3,opt,name=quantity,proto3" json:"quantity,omitempty"`
	Currency             string   `protobuf:"bytes,4,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount               float64  `protobuf:"fixed64,5,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*XSollaVirtualCurrency) Descriptor

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

func (*XSollaVirtualCurrency) GetAmount

func (m *XSollaVirtualCurrency) GetAmount() float64

func (*XSollaVirtualCurrency) GetCurrency

func (m *XSollaVirtualCurrency) GetCurrency() string

func (*XSollaVirtualCurrency) GetName

func (m *XSollaVirtualCurrency) GetName() string

func (*XSollaVirtualCurrency) GetQuantity

func (m *XSollaVirtualCurrency) GetQuantity() int32

func (*XSollaVirtualCurrency) GetSku

func (m *XSollaVirtualCurrency) GetSku() string

func (*XSollaVirtualCurrency) ProtoMessage

func (*XSollaVirtualCurrency) ProtoMessage()

func (*XSollaVirtualCurrency) Reset

func (m *XSollaVirtualCurrency) Reset()

func (*XSollaVirtualCurrency) String

func (m *XSollaVirtualCurrency) String() string

func (*XSollaVirtualCurrency) XXX_DiscardUnknown

func (m *XSollaVirtualCurrency) XXX_DiscardUnknown()

func (*XSollaVirtualCurrency) XXX_Marshal

func (m *XSollaVirtualCurrency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaVirtualCurrency) XXX_Merge

func (dst *XSollaVirtualCurrency) XXX_Merge(src proto.Message)

func (*XSollaVirtualCurrency) XXX_Size

func (m *XSollaVirtualCurrency) XXX_Size() int

func (*XSollaVirtualCurrency) XXX_Unmarshal

func (m *XSollaVirtualCurrency) XXX_Unmarshal(b []byte) error

type XSollaVirtualItems

type XSollaVirtualItems struct {
	Items                []*XSollaItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	Currency             string        `protobuf:"bytes,2,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount               float64       `protobuf:"fixed64,3,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte        `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32         `json:"-" bson:"-" structure:"-"`
}

func (*XSollaVirtualItems) Descriptor

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

func (*XSollaVirtualItems) GetAmount

func (m *XSollaVirtualItems) GetAmount() float64

func (*XSollaVirtualItems) GetCurrency

func (m *XSollaVirtualItems) GetCurrency() string

func (*XSollaVirtualItems) GetItems

func (m *XSollaVirtualItems) GetItems() []*XSollaItem

func (*XSollaVirtualItems) ProtoMessage

func (*XSollaVirtualItems) ProtoMessage()

func (*XSollaVirtualItems) Reset

func (m *XSollaVirtualItems) Reset()

func (*XSollaVirtualItems) String

func (m *XSollaVirtualItems) String() string

func (*XSollaVirtualItems) XXX_DiscardUnknown

func (m *XSollaVirtualItems) XXX_DiscardUnknown()

func (*XSollaVirtualItems) XXX_Marshal

func (m *XSollaVirtualItems) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaVirtualItems) XXX_Merge

func (dst *XSollaVirtualItems) XXX_Merge(src proto.Message)

func (*XSollaVirtualItems) XXX_Size

func (m *XSollaVirtualItems) XXX_Size() int

func (*XSollaVirtualItems) XXX_Unmarshal

func (m *XSollaVirtualItems) XXX_Unmarshal(b []byte) error

type XSollaXsollaFee

type XSollaXsollaFee struct {
	Currency             string   `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount               float64  `protobuf:"fixed64,2,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-" structure:"-"`
	XXX_unrecognized     []byte   `json:"-" bson:"-" structure:"-"`
	XXX_sizecache        int32    `json:"-" bson:"-" structure:"-"`
}

func (*XSollaXsollaFee) Descriptor

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

func (*XSollaXsollaFee) GetAmount

func (m *XSollaXsollaFee) GetAmount() float64

func (*XSollaXsollaFee) GetCurrency

func (m *XSollaXsollaFee) GetCurrency() string

func (*XSollaXsollaFee) ProtoMessage

func (*XSollaXsollaFee) ProtoMessage()

func (*XSollaXsollaFee) Reset

func (m *XSollaXsollaFee) Reset()

func (*XSollaXsollaFee) String

func (m *XSollaXsollaFee) String() string

func (*XSollaXsollaFee) XXX_DiscardUnknown

func (m *XSollaXsollaFee) XXX_DiscardUnknown()

func (*XSollaXsollaFee) XXX_Marshal

func (m *XSollaXsollaFee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*XSollaXsollaFee) XXX_Merge

func (dst *XSollaXsollaFee) XXX_Merge(src proto.Message)

func (*XSollaXsollaFee) XXX_Size

func (m *XSollaXsollaFee) XXX_Size() int

func (*XSollaXsollaFee) XXX_Unmarshal

func (m *XSollaXsollaFee) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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