mock

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2019 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SomeAgreementName  = "some_name.pdf"
	SomeAgreementName1 = "some_name1.pdf"
	SomeAgreementName2 = "some_name2.pdf"
)

Variables

View Source
var (
	SomeError = &grpc.ResponseErrorMessage{Message: "some error"}

	SomeMerchantId  = bson.NewObjectId().Hex()
	SomeMerchantId1 = bson.NewObjectId().Hex()
	SomeMerchantId2 = bson.NewObjectId().Hex()
	SomeMerchantId3 = bson.NewObjectId().Hex()

	OnboardingMerchantMock = &billing.Merchant{
		Id: bson.NewObjectId().Hex(),
		Company: &billing.MerchantCompanyInfo{
			Name:    "merchant1",
			Country: "RU",
			Zip:     "190000",
			City:    "St.Petersburg",
		},
		Contacts: &billing.MerchantContact{
			Authorized: &billing.MerchantContactAuthorized{
				Name:     "Unit Test",
				Email:    "test@unit.test",
				Phone:    "123456789",
				Position: "Unit Test",
			},
			Technical: &billing.MerchantContactTechnical{
				Name:  "Unit Test",
				Email: "test@unit.test",
				Phone: "123456789",
			},
		},
		Banking: &billing.MerchantBanking{
			Currency: "RUB",
			Name:     "Bank name",
		},
		IsVatEnabled:              true,
		IsCommissionToUserEnabled: true,
		Status:                    pkg.MerchantStatusAgreementSigning,
		LastPayout:                &billing.MerchantLastPayout{},
		IsSigned:                  true,
		PaymentMethods: map[string]*billing.MerchantPaymentMethod{
			bson.NewObjectId().Hex(): {
				PaymentMethod: &billing.MerchantPaymentMethodIdentification{
					Id:   bson.NewObjectId().Hex(),
					Name: "Bank card",
				},
				Commission: &billing.MerchantPaymentMethodCommissions{
					Fee: 2.5,
					PerTransaction: &billing.MerchantPaymentMethodPerTransactionCommission{
						Fee:      30,
						Currency: "RUB",
					},
				},
				Integration: &billing.MerchantPaymentMethodIntegration{
					TerminalId:       "1234567890",
					TerminalPassword: "0987654321",
					Integrated:       true,
				},
				IsActive: true,
			},
		},
	}

	ProductPrice = &billing.ProductPrice{
		Currency: "USD",
		Amount:   1010.23,
	}

	Product = &grpc.Product{
		Id:              "5c99391568add439ccf0ffaf",
		Object:          "product",
		Type:            "simple_product",
		Sku:             "ru_double_yeti_rel",
		Name:            map[string]string{"en": "Double Yeti"},
		DefaultCurrency: "USD",
		Enabled:         true,
		Description:     map[string]string{"en": "Yet another cool game"},
		LongDescription: map[string]string{"en": "Super game steam keys"},
		Url:             "http://mygame.ru/duoble_yeti",
		Images:          []string{"/home/image.jpg"},
		MerchantId:      "5bdc35de5d1e1100019fb7db",
		Metadata: map[string]string{
			"SomeKey": "SomeValue",
		},
		Prices: []*billing.ProductPrice{
			ProductPrice,
		},
	}

	GetProductResponse = &grpc.GetProductResponse{
		Status: 200,
		Item: &grpc.Product{
			Id:              "5c99391568add439ccf0ffaf",
			Object:          "product",
			Type:            "simple_product",
			Sku:             "ru_double_yeti_rel",
			Name:            map[string]string{"en": "Double Yeti"},
			DefaultCurrency: "USD",
			Enabled:         true,
			Description:     map[string]string{"en": "Yet another cool game"},
			LongDescription: map[string]string{"en": "Super game steam keys"},
			Url:             "http://mygame.ru/duoble_yeti",
			Images:          []string{"/home/image.jpg"},
			MerchantId:      "5bdc35de5d1e1100019fb7db",
			Metadata: map[string]string{
				"SomeKey": "SomeValue",
			},
			Prices: []*billing.ProductPrice{
				ProductPrice,
			},
		},
	}
)

Functions

func NewBillingServerErrorMock

func NewBillingServerErrorMock() grpc.BillingService

func NewBillingServerOkMock

func NewBillingServerOkMock() grpc.BillingService

func NewBillingServerOkTemporaryMock

func NewBillingServerOkTemporaryMock() grpc.BillingService

func NewBillingServerSystemErrorMock

func NewBillingServerSystemErrorMock() grpc.BillingService

func NewGeoIpServiceTestError

func NewGeoIpServiceTestError() proto.GeoIpService

func NewGeoIpServiceTestOk

func NewGeoIpServiceTestOk() proto.GeoIpService

func NewGeoIpServiceTestOkWithoutSubdivision

func NewGeoIpServiceTestOkWithoutSubdivision() proto.GeoIpService

Types

type BillingServerErrorMock

type BillingServerErrorMock struct{}

func (*BillingServerErrorMock) AcceptInvite

func (*BillingServerErrorMock) AddOperatingCompany

func (*BillingServerErrorMock) AutoAcceptRoyaltyReports

func (s *BillingServerErrorMock) AutoAcceptRoyaltyReports(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)

func (*BillingServerErrorMock) AutoCreatePayoutDocuments

func (s *BillingServerErrorMock) AutoCreatePayoutDocuments(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)

func (*BillingServerErrorMock) CalcAnnualTurnovers

func (s *BillingServerErrorMock) CalcAnnualTurnovers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)

func (*BillingServerErrorMock) CancelRedeemKeyForOrder

func (*BillingServerErrorMock) ChangeCodeInOrder

func (*BillingServerErrorMock) ChangeMerchant

func (*BillingServerErrorMock) ChangeMerchantData

func (*BillingServerErrorMock) ChangeMerchantPaymentMethod

func (*BillingServerErrorMock) ChangeMerchantStatus

func (*BillingServerErrorMock) ChangeProject

func (*BillingServerErrorMock) ChangeRoleForAdminUser

func (*BillingServerErrorMock) ChangeRoleForMerchantUser

func (*BillingServerErrorMock) ChangeRoyaltyReport

func (*BillingServerErrorMock) ChangeRoyaltyReportStatus

func (*BillingServerErrorMock) CheckInviteToken

func (*BillingServerErrorMock) CheckSkuAndKeyProject

func (*BillingServerErrorMock) ConfirmUserEmail

func (*BillingServerErrorMock) CreateAccountingEntry

func (*BillingServerErrorMock) CreateNotification

func (*BillingServerErrorMock) CreateOrUpdateKeyProduct

func (*BillingServerErrorMock) CreateOrUpdatePaymentMethod

func (s *BillingServerErrorMock) CreateOrUpdatePaymentMethod(
	ctx context.Context,
	in *billing.PaymentMethod,
	opts ...client.CallOption,
) (*grpc.ChangePaymentMethodResponse, error)

func (*BillingServerErrorMock) CreateOrUpdatePaymentMethodProductionSettings

func (s *BillingServerErrorMock) CreateOrUpdatePaymentMethodProductionSettings(
	ctx context.Context,
	in *grpc.ChangePaymentMethodParamsRequest,
	opts ...client.CallOption,
) (*grpc.ChangePaymentMethodParamsResponse, error)

func (*BillingServerErrorMock) CreateOrUpdatePaymentMethodTestSettings

func (*BillingServerErrorMock) CreateOrUpdateProduct

func (s *BillingServerErrorMock) CreateOrUpdateProduct(ctx context.Context, in *grpc.Product, opts ...client.CallOption) (*grpc.Product, error)

func (*BillingServerErrorMock) CreateOrUpdateUserProfile

func (s *BillingServerErrorMock) CreateOrUpdateUserProfile(
	ctx context.Context,
	in *grpc.UserProfile,
	opts ...client.CallOption,
) (*grpc.GetUserProfileResponse, error)

func (*BillingServerErrorMock) CreatePageReview

func (*BillingServerErrorMock) CreatePayoutDocument

func (*BillingServerErrorMock) CreateRefund

func (*BillingServerErrorMock) CreateRoyaltyReport

func (*BillingServerErrorMock) CreateToken

func (*BillingServerErrorMock) DeleteAdminUser

func (*BillingServerErrorMock) DeleteKeyProduct

func (*BillingServerErrorMock) DeleteMerchantUser

func (*BillingServerErrorMock) DeleteMoneyBackCostMerchant

func (s *BillingServerErrorMock) DeleteMoneyBackCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)

func (*BillingServerErrorMock) DeleteMoneyBackCostSystem

func (s *BillingServerErrorMock) DeleteMoneyBackCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)

func (*BillingServerErrorMock) DeletePaymentChannelCostMerchant

func (s *BillingServerErrorMock) DeletePaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)

func (*BillingServerErrorMock) DeletePaymentChannelCostSystem

func (s *BillingServerErrorMock) DeletePaymentChannelCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)

func (*BillingServerErrorMock) DeletePaymentMethodProductionSettings

func (*BillingServerErrorMock) DeletePaymentMethodTestSettings

func (*BillingServerErrorMock) DeletePlatformFromProduct

func (*BillingServerErrorMock) DeleteProduct

func (*BillingServerErrorMock) DeleteProject

func (*BillingServerErrorMock) DeleteSavedCard

func (*BillingServerErrorMock) FindAllOrders

func (*BillingServerErrorMock) FindAllOrdersPrivate

func (*BillingServerErrorMock) FindAllOrdersPublic

func (*BillingServerErrorMock) FindByZipCode

func (*BillingServerErrorMock) FinishRedeemKeyForOrder

func (*BillingServerErrorMock) GetAdminUser

func (*BillingServerErrorMock) GetAdminUserRole

func (*BillingServerErrorMock) GetAdminUsers

func (*BillingServerErrorMock) GetAllMoneyBackCostSystem

func (*BillingServerErrorMock) GetAllPaymentChannelCostSystem

func (*BillingServerErrorMock) GetAvailableKeysCount

func (*BillingServerErrorMock) GetCommonUserProfile

func (*BillingServerErrorMock) GetCountriesList

func (*BillingServerErrorMock) GetCountry

func (*BillingServerErrorMock) GetDashboardBaseReport

func (*BillingServerErrorMock) GetDashboardMainReport

func (*BillingServerErrorMock) GetDashboardRevenueDynamicsReport

func (*BillingServerErrorMock) GetKeyByID

func (*BillingServerErrorMock) GetKeyProduct

func (*BillingServerErrorMock) GetKeyProductInfo

func (*BillingServerErrorMock) GetKeyProducts

func (*BillingServerErrorMock) GetKeyProductsForOrder

func (*BillingServerErrorMock) GetMerchantBalance

func (*BillingServerErrorMock) GetMerchantBy

func (*BillingServerErrorMock) GetMerchantOnboardingCompleteData

func (*BillingServerErrorMock) GetMerchantPaymentMethod

func (*BillingServerErrorMock) GetMerchantTariffRates

func (*BillingServerErrorMock) GetMerchantUser

func (*BillingServerErrorMock) GetMerchantUserRole

func (*BillingServerErrorMock) GetMerchantUsers

func (*BillingServerErrorMock) GetMerchantsForUser

func (*BillingServerErrorMock) GetMoneyBackCostMerchant

func (*BillingServerErrorMock) GetMoneyBackCostSystem

func (*BillingServerErrorMock) GetNotification

func (*BillingServerErrorMock) GetOperatingCompaniesList

func (*BillingServerErrorMock) GetOperatingCompany

func (*BillingServerErrorMock) GetOrder

func (*BillingServerErrorMock) GetOrderPrivate

func (*BillingServerErrorMock) GetOrderPublic

func (*BillingServerErrorMock) GetPaylinkStatByCountry

func (*BillingServerErrorMock) GetPaylinkStatByDate

func (*BillingServerErrorMock) GetPaylinkStatByReferrer

func (*BillingServerErrorMock) GetPaylinkStatTotal

func (*BillingServerErrorMock) GetPaylinkURL

func (*BillingServerErrorMock) GetPaymentMethodProductionSettings

func (*BillingServerErrorMock) GetPaymentMethodTestSettings

func (*BillingServerErrorMock) GetPaymentMinLimitsSystem

func (*BillingServerErrorMock) GetPayoutDocument

func (*BillingServerErrorMock) GetPayoutDocumentRoyaltyReports

func (*BillingServerErrorMock) GetPayoutDocuments

func (*BillingServerErrorMock) GetPlatforms

func (*BillingServerErrorMock) GetPriceGroup

func (*BillingServerErrorMock) GetPriceGroupByCountry

func (s *BillingServerErrorMock) GetPriceGroupByCountry(
	ctx context.Context,
	in *grpc.PriceGroupByCountryRequest,
	opts ...client.CallOption,
) (*billing.PriceGroup, error)

func (*BillingServerErrorMock) GetPriceGroupByRegion

func (*BillingServerErrorMock) GetPriceGroupCurrencies

func (s *BillingServerErrorMock) GetPriceGroupCurrencies(
	ctx context.Context,
	in *grpc.EmptyRequest,
	opts ...client.CallOption,
) (*grpc.PriceGroupCurrenciesResponse, error)

func (*BillingServerErrorMock) GetPriceGroupCurrencyByRegion

func (*BillingServerErrorMock) GetPriceGroupRecommendedPrice

func (s *BillingServerErrorMock) GetPriceGroupRecommendedPrice(
	ctx context.Context,
	in *grpc.RecommendedPriceRequest,
	opts ...client.CallOption,
) (*grpc.RecommendedPriceResponse, error)

func (*BillingServerErrorMock) GetProduct

func (*BillingServerErrorMock) GetProductPrices

func (*BillingServerErrorMock) GetProductsForOrder

func (*BillingServerErrorMock) GetProject

func (*BillingServerErrorMock) GetRecommendedPriceByConversion

func (s *BillingServerErrorMock) GetRecommendedPriceByConversion(ctx context.Context, in *grpc.RecommendedPriceRequest, opts ...client.CallOption) (*grpc.RecommendedPriceResponse, error)

func (*BillingServerErrorMock) GetRecommendedPriceByPriceGroup

func (s *BillingServerErrorMock) GetRecommendedPriceByPriceGroup(ctx context.Context, in *grpc.RecommendedPriceRequest, opts ...client.CallOption) (*grpc.RecommendedPriceResponse, error)

func (*BillingServerErrorMock) GetRecommendedPriceTable

func (*BillingServerErrorMock) GetRefund

func (*BillingServerErrorMock) GetRoleList

func (*BillingServerErrorMock) GetRoyaltyReport

func (*BillingServerErrorMock) GetUserProfile

func (*BillingServerErrorMock) GetVatReportTransactions

func (*BillingServerErrorMock) GetVatReportsDashboard

func (s *BillingServerErrorMock) GetVatReportsDashboard(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)

func (*BillingServerErrorMock) GetVatReportsForCountry

func (s *BillingServerErrorMock) GetVatReportsForCountry(ctx context.Context, in *grpc.VatReportsRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)

func (*BillingServerErrorMock) IncrPaylinkVisits

func (*BillingServerErrorMock) InviteUserAdmin

func (*BillingServerErrorMock) InviteUserMerchant

func (*BillingServerErrorMock) IsOrderCanBePaying

func (*BillingServerErrorMock) ListMerchantPaymentMethods

func (*BillingServerErrorMock) ListMerchants

func (*BillingServerErrorMock) ListNotifications

func (*BillingServerErrorMock) ListProducts

func (*BillingServerErrorMock) ListProjects

func (*BillingServerErrorMock) ListRefunds

func (*BillingServerErrorMock) ListRoyaltyReportOrders

func (*BillingServerErrorMock) ListRoyaltyReports

func (*BillingServerErrorMock) MarkNotificationAsRead

func (s *BillingServerErrorMock) MarkNotificationAsRead(
	ctx context.Context,
	in *grpc.GetNotificationRequest,
	opts ...client.CallOption,
) (*billing.Notification, error)

func (*BillingServerErrorMock) MerchantReviewRoyaltyReport

func (*BillingServerErrorMock) OrderCreateProcess

func (*BillingServerErrorMock) OrderReCreateProcess

func (*BillingServerErrorMock) OrderReceipt

func (*BillingServerErrorMock) OrderReceiptRefund

func (*BillingServerErrorMock) PaymentCallbackProcess

func (*BillingServerErrorMock) PaymentCreateProcess

func (*BillingServerErrorMock) PaymentFormJsonDataProcess

func (*BillingServerErrorMock) PaymentFormLanguageChanged

func (*BillingServerErrorMock) PaymentFormPlatformChanged

func (*BillingServerErrorMock) ProcessBillingAddress

func (*BillingServerErrorMock) ProcessRefundCallback

func (s *BillingServerErrorMock) ProcessRefundCallback(
	ctx context.Context,
	in *grpc.CallbackRequest,
	opts ...client.CallOption,
) (*grpc.PaymentNotifyResponse, error)

func (*BillingServerErrorMock) ProcessVatReports

func (*BillingServerErrorMock) PublishKeyProduct

func (*BillingServerErrorMock) RebuildCache

func (s *BillingServerErrorMock) RebuildCache(
	ctx context.Context,
	in *grpc.EmptyRequest,
	opts ...client.CallOption,
) (*grpc.EmptyResponse, error)

func (*BillingServerErrorMock) ResendInviteAdmin

func (*BillingServerErrorMock) ResendInviteMerchant

func (*BillingServerErrorMock) ReserveKeyForOrder

func (*BillingServerErrorMock) SetMerchantS3Agreement

func (*BillingServerErrorMock) SetMerchantTariffRates

func (*BillingServerErrorMock) SetMoneyBackCostMerchant

func (*BillingServerErrorMock) SetMoneyBackCostSystem

func (*BillingServerErrorMock) SetPaymentChannelCostMerchant

func (*BillingServerErrorMock) SetPaymentChannelCostSystem

func (*BillingServerErrorMock) SetPaymentMinLimitSystem

func (*BillingServerErrorMock) SetUserNotifyNewRegion

func (s *BillingServerErrorMock) SetUserNotifyNewRegion(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)

func (*BillingServerErrorMock) SetUserNotifySales

func (*BillingServerErrorMock) UnPublishKeyProduct

func (*BillingServerErrorMock) UpdateCountry

func (s *BillingServerErrorMock) UpdateCountry(ctx context.Context, in *billing.Country, opts ...client.CallOption) (*billing.Country, error)

func (*BillingServerErrorMock) UpdateMerchant

func (s *BillingServerErrorMock) UpdateMerchant(
	ctx context.Context,
	in *billing.Merchant,
	opts ...client.CallOption,
) (*grpc.EmptyResponse, error)

func (*BillingServerErrorMock) UpdateOrder

func (s *BillingServerErrorMock) UpdateOrder(
	ctx context.Context,
	in *billing.Order,
	opts ...client.CallOption,
) (*grpc.EmptyResponse, error)

func (*BillingServerErrorMock) UpdatePayoutDocument

func (*BillingServerErrorMock) UpdatePayoutDocumentSignatures

func (*BillingServerErrorMock) UpdatePriceGroup

func (s *BillingServerErrorMock) UpdatePriceGroup(ctx context.Context, in *billing.PriceGroup, opts ...client.CallOption) (*billing.PriceGroup, error)

func (*BillingServerErrorMock) UpdateProductPrices

func (*BillingServerErrorMock) UpdateVatReportStatus

func (*BillingServerErrorMock) UploadKeysFile

type BillingServerOkMock

type BillingServerOkMock struct{}

func (*BillingServerOkMock) AcceptInvite

func (*BillingServerOkMock) AddOperatingCompany

func (*BillingServerOkMock) AutoAcceptRoyaltyReports

func (s *BillingServerOkMock) AutoAcceptRoyaltyReports(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)

func (*BillingServerOkMock) AutoCreatePayoutDocuments

func (s *BillingServerOkMock) AutoCreatePayoutDocuments(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)

func (*BillingServerOkMock) CalcAnnualTurnovers

func (s *BillingServerOkMock) CalcAnnualTurnovers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)

func (*BillingServerOkMock) CancelRedeemKeyForOrder

func (*BillingServerOkMock) ChangeCodeInOrder

func (*BillingServerOkMock) ChangeMerchant

func (*BillingServerOkMock) ChangeMerchantData

func (*BillingServerOkMock) ChangeMerchantPaymentMethod

func (*BillingServerOkMock) ChangeMerchantStatus

func (*BillingServerOkMock) ChangeProject

func (*BillingServerOkMock) ChangeRoleForAdminUser

func (*BillingServerOkMock) ChangeRoleForMerchantUser

func (*BillingServerOkMock) ChangeRoyaltyReport

func (*BillingServerOkMock) CheckInviteToken

func (*BillingServerOkMock) CheckSkuAndKeyProject

func (*BillingServerOkMock) ConfirmUserEmail

func (*BillingServerOkMock) CreateAccountingEntry

func (*BillingServerOkMock) CreateNotification

func (*BillingServerOkMock) CreateOrUpdateKeyProduct

func (*BillingServerOkMock) CreateOrUpdatePaymentMethod

func (s *BillingServerOkMock) CreateOrUpdatePaymentMethod(
	ctx context.Context,
	in *billing.PaymentMethod,
	opts ...client.CallOption,
) (*grpc.ChangePaymentMethodResponse, error)

func (*BillingServerOkMock) CreateOrUpdatePaymentMethodProductionSettings

func (s *BillingServerOkMock) CreateOrUpdatePaymentMethodProductionSettings(
	ctx context.Context,
	in *grpc.ChangePaymentMethodParamsRequest,
	opts ...client.CallOption,
) (*grpc.ChangePaymentMethodParamsResponse, error)

func (*BillingServerOkMock) CreateOrUpdatePaymentMethodTestSettings

func (*BillingServerOkMock) CreateOrUpdateProduct

func (s *BillingServerOkMock) CreateOrUpdateProduct(ctx context.Context, in *grpc.Product, opts ...client.CallOption) (*grpc.Product, error)

func (*BillingServerOkMock) CreateOrUpdateUserProfile

func (s *BillingServerOkMock) CreateOrUpdateUserProfile(
	ctx context.Context,
	in *grpc.UserProfile,
	opts ...client.CallOption,
) (*grpc.GetUserProfileResponse, error)

func (*BillingServerOkMock) CreatePageReview

func (*BillingServerOkMock) CreatePayoutDocument

func (*BillingServerOkMock) CreateRefund

func (*BillingServerOkMock) CreateRoyaltyReport

func (*BillingServerOkMock) CreateToken

func (s *BillingServerOkMock) CreateToken(
	ctx context.Context,
	in *grpc.TokenRequest,
	opts ...client.CallOption,
) (*grpc.TokenResponse, error)

func (*BillingServerOkMock) DeleteAdminUser

func (*BillingServerOkMock) DeleteKeyProduct

func (*BillingServerOkMock) DeleteMerchantUser

func (*BillingServerOkMock) DeleteMoneyBackCostMerchant

func (s *BillingServerOkMock) DeleteMoneyBackCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)

func (*BillingServerOkMock) DeleteMoneyBackCostSystem

func (s *BillingServerOkMock) DeleteMoneyBackCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)

func (*BillingServerOkMock) DeletePaymentChannelCostMerchant

func (s *BillingServerOkMock) DeletePaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)

func (*BillingServerOkMock) DeletePaymentChannelCostSystem

func (s *BillingServerOkMock) DeletePaymentChannelCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)

func (*BillingServerOkMock) DeletePaymentMethodProductionSettings

func (s *BillingServerOkMock) DeletePaymentMethodProductionSettings(
	ctx context.Context,
	in *grpc.GetPaymentMethodSettingsRequest,
	opts ...client.CallOption,
) (*grpc.ChangePaymentMethodParamsResponse, error)

func (*BillingServerOkMock) DeletePaymentMethodTestSettings

func (*BillingServerOkMock) DeletePlatformFromProduct

func (*BillingServerOkMock) DeleteProduct

func (*BillingServerOkMock) DeleteProject

func (*BillingServerOkMock) DeleteSavedCard

func (*BillingServerOkMock) FindAllOrders

func (*BillingServerOkMock) FindAllOrdersPrivate

func (*BillingServerOkMock) FindAllOrdersPublic

func (*BillingServerOkMock) FindByZipCode

func (*BillingServerOkMock) FinishRedeemKeyForOrder

func (*BillingServerOkMock) GetAdminUser

func (*BillingServerOkMock) GetAdminUserRole

func (*BillingServerOkMock) GetAdminUsers

func (*BillingServerOkMock) GetAllMoneyBackCostSystem

func (s *BillingServerOkMock) GetAllMoneyBackCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.MoneyBackCostSystemListResponse, error)

func (*BillingServerOkMock) GetAllPaymentChannelCostSystem

func (s *BillingServerOkMock) GetAllPaymentChannelCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemListResponse, error)

func (*BillingServerOkMock) GetAvailableKeysCount

func (*BillingServerOkMock) GetCommonUserProfile

func (*BillingServerOkMock) GetCountriesList

func (s *BillingServerOkMock) GetCountriesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*billing.CountriesList, error)

func (*BillingServerOkMock) GetCountry

func (*BillingServerOkMock) GetDashboardBaseReport

func (*BillingServerOkMock) GetDashboardMainReport

func (*BillingServerOkMock) GetDashboardRevenueDynamicsReport

func (*BillingServerOkMock) GetKeyByID

func (*BillingServerOkMock) GetKeyProduct

func (*BillingServerOkMock) GetKeyProductInfo

func (*BillingServerOkMock) GetKeyProducts

func (*BillingServerOkMock) GetKeyProductsForOrder

func (*BillingServerOkMock) GetMerchantBalance

func (*BillingServerOkMock) GetMerchantBy

func (*BillingServerOkMock) GetMerchantPaymentMethod

func (*BillingServerOkMock) GetMerchantTariffRates

func (*BillingServerOkMock) GetMerchantUser

func (*BillingServerOkMock) GetMerchantUserRole

func (*BillingServerOkMock) GetMerchantUsers

func (*BillingServerOkMock) GetMerchantsForUser

func (*BillingServerOkMock) GetMoneyBackCostMerchant

func (*BillingServerOkMock) GetMoneyBackCostSystem

func (*BillingServerOkMock) GetNotification

func (*BillingServerOkMock) GetOperatingCompaniesList

func (*BillingServerOkMock) GetOperatingCompany

func (*BillingServerOkMock) GetOrder

func (*BillingServerOkMock) GetOrderPrivate

func (*BillingServerOkMock) GetOrderPublic

func (*BillingServerOkMock) GetPaylinkStatByCountry

func (*BillingServerOkMock) GetPaylinkStatByReferrer

func (*BillingServerOkMock) GetPaylinkStatTotal

func (*BillingServerOkMock) GetPaylinkURL

func (*BillingServerOkMock) GetPaymentMethodProductionSettings

func (*BillingServerOkMock) GetPaymentMinLimitsSystem

func (*BillingServerOkMock) GetPayoutDocument

func (*BillingServerOkMock) GetPayoutDocumentRoyaltyReports

func (s *BillingServerOkMock) GetPayoutDocumentRoyaltyReports(ctx context.Context, in *grpc.GetPayoutDocumentRequest, opts ...client.CallOption) (*grpc.ListRoyaltyReportsResponse, error)

func (*BillingServerOkMock) GetPayoutDocuments

func (*BillingServerOkMock) GetPlatforms

func (*BillingServerOkMock) GetPriceGroup

func (*BillingServerOkMock) GetPriceGroupByCountry

func (s *BillingServerOkMock) GetPriceGroupByCountry(
	ctx context.Context,
	in *grpc.PriceGroupByCountryRequest,
	opts ...client.CallOption,
) (*billing.PriceGroup, error)

func (*BillingServerOkMock) GetPriceGroupByRegion

func (*BillingServerOkMock) GetPriceGroupCurrencies

func (s *BillingServerOkMock) GetPriceGroupCurrencies(
	ctx context.Context,
	in *grpc.EmptyRequest,
	opts ...client.CallOption,
) (*grpc.PriceGroupCurrenciesResponse, error)

func (*BillingServerOkMock) GetPriceGroupCurrencyByRegion

func (s *BillingServerOkMock) GetPriceGroupCurrencyByRegion(
	ctx context.Context,
	in *grpc.PriceGroupByRegionRequest,
	opts ...client.CallOption,
) (*grpc.PriceGroupCurrenciesResponse, error)

func (*BillingServerOkMock) GetPriceGroupRecommendedPrice

func (s *BillingServerOkMock) GetPriceGroupRecommendedPrice(
	ctx context.Context,
	in *grpc.RecommendedPriceRequest,
	opts ...client.CallOption,
) (*grpc.RecommendedPriceResponse, error)

func (*BillingServerOkMock) GetProduct

func (*BillingServerOkMock) GetProductPrices

func (*BillingServerOkMock) GetProductsForOrder

func (*BillingServerOkMock) GetProject

func (*BillingServerOkMock) GetRecommendedPriceByConversion

func (s *BillingServerOkMock) GetRecommendedPriceByConversion(ctx context.Context, in *grpc.RecommendedPriceRequest, opts ...client.CallOption) (*grpc.RecommendedPriceResponse, error)

func (*BillingServerOkMock) GetRecommendedPriceByPriceGroup

func (s *BillingServerOkMock) GetRecommendedPriceByPriceGroup(ctx context.Context, in *grpc.RecommendedPriceRequest, opts ...client.CallOption) (*grpc.RecommendedPriceResponse, error)

func (*BillingServerOkMock) GetRecommendedPriceTable

func (*BillingServerOkMock) GetRefund

func (*BillingServerOkMock) GetRoleList

func (*BillingServerOkMock) GetRoyaltyReport

func (*BillingServerOkMock) GetUserProfile

func (*BillingServerOkMock) GetVatReportTransactions

func (*BillingServerOkMock) GetVatReportsDashboard

func (s *BillingServerOkMock) GetVatReportsDashboard(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)

func (*BillingServerOkMock) GetVatReportsForCountry

func (s *BillingServerOkMock) GetVatReportsForCountry(ctx context.Context, in *grpc.VatReportsRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)

func (*BillingServerOkMock) IncrPaylinkVisits

func (s *BillingServerOkMock) IncrPaylinkVisits(ctx context.Context, in *grpc.PaylinkRequestById, opts ...client.CallOption) (*grpc.EmptyResponse, error)

func (*BillingServerOkMock) InviteUserAdmin

func (*BillingServerOkMock) InviteUserMerchant

func (*BillingServerOkMock) IsOrderCanBePaying

func (*BillingServerOkMock) ListMerchantPaymentMethods

func (*BillingServerOkMock) ListMerchants

func (*BillingServerOkMock) ListNotifications

func (*BillingServerOkMock) ListProducts

func (*BillingServerOkMock) ListProjects

func (*BillingServerOkMock) ListRefunds

func (*BillingServerOkMock) ListRoyaltyReportOrders

func (*BillingServerOkMock) ListRoyaltyReports

func (*BillingServerOkMock) MarkNotificationAsRead

func (s *BillingServerOkMock) MarkNotificationAsRead(
	ctx context.Context,
	in *grpc.GetNotificationRequest,
	opts ...client.CallOption,
) (*billing.Notification, error)

func (*BillingServerOkMock) MerchantReviewRoyaltyReport

func (*BillingServerOkMock) OrderCreateProcess

func (*BillingServerOkMock) OrderReCreateProcess

func (*BillingServerOkMock) OrderReceipt

func (*BillingServerOkMock) OrderReceiptRefund

func (*BillingServerOkMock) PaymentCallbackProcess

func (s *BillingServerOkMock) PaymentCallbackProcess(
	ctx context.Context,
	in *grpc.PaymentNotifyRequest,
	opts ...client.CallOption,
) (*grpc.PaymentNotifyResponse, error)

func (*BillingServerOkMock) PaymentCreateProcess

func (*BillingServerOkMock) PaymentFormJsonDataProcess

func (*BillingServerOkMock) PaymentFormLanguageChanged

func (*BillingServerOkMock) PaymentFormPlatformChanged

func (*BillingServerOkMock) ProcessBillingAddress

func (*BillingServerOkMock) ProcessRefundCallback

func (s *BillingServerOkMock) ProcessRefundCallback(
	ctx context.Context,
	in *grpc.CallbackRequest,
	opts ...client.CallOption,
) (*grpc.PaymentNotifyResponse, error)

func (*BillingServerOkMock) ProcessVatReports

func (*BillingServerOkMock) PublishKeyProduct

func (*BillingServerOkMock) RebuildCache

func (s *BillingServerOkMock) RebuildCache(
	ctx context.Context,
	in *grpc.EmptyRequest,
	opts ...client.CallOption,
) (*grpc.EmptyResponse, error)

func (*BillingServerOkMock) ResendInviteAdmin

func (*BillingServerOkMock) ResendInviteMerchant

func (*BillingServerOkMock) ReserveKeyForOrder

func (*BillingServerOkMock) SetMerchantS3Agreement

func (*BillingServerOkMock) SetMoneyBackCostMerchant

func (*BillingServerOkMock) SetMoneyBackCostSystem

func (*BillingServerOkMock) SetPaymentChannelCostMerchant

func (*BillingServerOkMock) SetPaymentChannelCostSystem

func (*BillingServerOkMock) SetPaymentMinLimitSystem

func (*BillingServerOkMock) SetUserNotifyNewRegion

func (s *BillingServerOkMock) SetUserNotifyNewRegion(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)

func (*BillingServerOkMock) SetUserNotifySales

func (*BillingServerOkMock) UnPublishKeyProduct

func (*BillingServerOkMock) UpdateCountry

func (s *BillingServerOkMock) UpdateCountry(ctx context.Context, in *billing.Country, opts ...client.CallOption) (*billing.Country, error)

func (*BillingServerOkMock) UpdateMerchant

func (s *BillingServerOkMock) UpdateMerchant(
	ctx context.Context,
	in *billing.Merchant,
	opts ...client.CallOption,
) (*grpc.EmptyResponse, error)

func (*BillingServerOkMock) UpdateOrder

func (s *BillingServerOkMock) UpdateOrder(
	ctx context.Context,
	in *billing.Order,
	opts ...client.CallOption,
) (*grpc.EmptyResponse, error)

func (*BillingServerOkMock) UpdatePayoutDocument

func (*BillingServerOkMock) UpdatePayoutDocumentSignatures

func (*BillingServerOkMock) UpdatePriceGroup

func (s *BillingServerOkMock) UpdatePriceGroup(ctx context.Context, in *billing.PriceGroup, opts ...client.CallOption) (*billing.PriceGroup, error)

func (*BillingServerOkMock) UpdateProductPrices

func (*BillingServerOkMock) UpdateVatReportStatus

func (*BillingServerOkMock) UploadKeysFile

type BillingServerOkTemporaryMock

type BillingServerOkTemporaryMock struct{}

func (*BillingServerOkTemporaryMock) AcceptInvite

func (*BillingServerOkTemporaryMock) AddOperatingCompany

func (*BillingServerOkTemporaryMock) AutoAcceptRoyaltyReports

func (s *BillingServerOkTemporaryMock) AutoAcceptRoyaltyReports(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)

func (*BillingServerOkTemporaryMock) AutoCreatePayoutDocuments

func (s *BillingServerOkTemporaryMock) AutoCreatePayoutDocuments(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)

func (*BillingServerOkTemporaryMock) CalcAnnualTurnovers

func (s *BillingServerOkTemporaryMock) CalcAnnualTurnovers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)

func (*BillingServerOkTemporaryMock) CancelRedeemKeyForOrder

func (*BillingServerOkTemporaryMock) ChangeCodeInOrder

func (*BillingServerOkTemporaryMock) ChangeMerchant

func (*BillingServerOkTemporaryMock) ChangeMerchantData

func (*BillingServerOkTemporaryMock) ChangeMerchantPaymentMethod

func (*BillingServerOkTemporaryMock) ChangeMerchantStatus

func (*BillingServerOkTemporaryMock) ChangeProject

func (*BillingServerOkTemporaryMock) ChangeRoleForAdminUser

func (*BillingServerOkTemporaryMock) ChangeRoleForMerchantUser

func (*BillingServerOkTemporaryMock) ChangeRoyaltyReport

func (*BillingServerOkTemporaryMock) ChangeRoyaltyReportStatus

func (*BillingServerOkTemporaryMock) CheckInviteToken

func (*BillingServerOkTemporaryMock) CheckProjectRequestSignature

func (*BillingServerOkTemporaryMock) CheckSkuAndKeyProject

func (*BillingServerOkTemporaryMock) ConfirmUserEmail

func (*BillingServerOkTemporaryMock) CreateAccountingEntry

func (*BillingServerOkTemporaryMock) CreateNotification

func (*BillingServerOkTemporaryMock) CreateOrUpdateKeyProduct

func (*BillingServerOkTemporaryMock) CreateOrUpdatePaymentMethod

func (*BillingServerOkTemporaryMock) CreateOrUpdatePaymentMethodProductionSettings

func (s *BillingServerOkTemporaryMock) CreateOrUpdatePaymentMethodProductionSettings(
	ctx context.Context,
	in *grpc.ChangePaymentMethodParamsRequest,
	opts ...client.CallOption,
) (*grpc.ChangePaymentMethodParamsResponse, error)

func (*BillingServerOkTemporaryMock) CreateOrUpdatePaymentMethodTestSettings

func (*BillingServerOkTemporaryMock) CreateOrUpdateProduct

func (s *BillingServerOkTemporaryMock) CreateOrUpdateProduct(ctx context.Context, in *grpc.Product, opts ...client.CallOption) (*grpc.Product, error)

func (*BillingServerOkTemporaryMock) CreateOrUpdateUserProfile

func (s *BillingServerOkTemporaryMock) CreateOrUpdateUserProfile(
	ctx context.Context,
	in *grpc.UserProfile,
	opts ...client.CallOption,
) (*grpc.GetUserProfileResponse, error)

func (*BillingServerOkTemporaryMock) CreatePageReview

func (*BillingServerOkTemporaryMock) CreatePayoutDocument

func (*BillingServerOkTemporaryMock) CreateRefund

func (*BillingServerOkTemporaryMock) CreateRoyaltyReport

func (*BillingServerOkTemporaryMock) CreateToken

func (*BillingServerOkTemporaryMock) DeleteAdminUser

func (*BillingServerOkTemporaryMock) DeleteKeyProduct

func (*BillingServerOkTemporaryMock) DeleteMerchantUser

func (*BillingServerOkTemporaryMock) DeleteMoneyBackCostMerchant

func (*BillingServerOkTemporaryMock) DeleteMoneyBackCostSystem

func (*BillingServerOkTemporaryMock) DeletePaymentChannelCostMerchant

func (s *BillingServerOkTemporaryMock) DeletePaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)

func (*BillingServerOkTemporaryMock) DeletePaymentChannelCostSystem

func (s *BillingServerOkTemporaryMock) DeletePaymentChannelCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)

func (*BillingServerOkTemporaryMock) DeletePaymentMethodProductionSettings

func (*BillingServerOkTemporaryMock) DeletePaymentMethodTestSettings

func (*BillingServerOkTemporaryMock) DeletePlatformFromProduct

func (*BillingServerOkTemporaryMock) DeleteProduct

func (*BillingServerOkTemporaryMock) DeleteProject

func (*BillingServerOkTemporaryMock) DeleteSavedCard

func (*BillingServerOkTemporaryMock) FindAllOrders

func (*BillingServerOkTemporaryMock) FindAllOrdersPrivate

func (*BillingServerOkTemporaryMock) FindAllOrdersPublic

func (*BillingServerOkTemporaryMock) FindByZipCode

func (*BillingServerOkTemporaryMock) FinishRedeemKeyForOrder

func (*BillingServerOkTemporaryMock) GetAdminUser

func (*BillingServerOkTemporaryMock) GetAdminUserRole

func (*BillingServerOkTemporaryMock) GetAdminUsers

func (*BillingServerOkTemporaryMock) GetAllMoneyBackCostSystem

func (*BillingServerOkTemporaryMock) GetAllPaymentChannelCostSystem

func (*BillingServerOkTemporaryMock) GetAvailableKeysCount

func (*BillingServerOkTemporaryMock) GetCommonUserProfile

func (*BillingServerOkTemporaryMock) GetCountriesList

func (*BillingServerOkTemporaryMock) GetCountriesListForOrder

func (*BillingServerOkTemporaryMock) GetCountry

func (*BillingServerOkTemporaryMock) GetDashboardBaseReport

func (*BillingServerOkTemporaryMock) GetDashboardMainReport

func (*BillingServerOkTemporaryMock) GetDashboardRevenueDynamicsReport

func (*BillingServerOkTemporaryMock) GetKeyByID

func (*BillingServerOkTemporaryMock) GetKeyProduct

func (*BillingServerOkTemporaryMock) GetKeyProductInfo

func (*BillingServerOkTemporaryMock) GetKeyProducts

func (*BillingServerOkTemporaryMock) GetKeyProductsForOrder

func (*BillingServerOkTemporaryMock) GetMerchantBalance

func (*BillingServerOkTemporaryMock) GetMerchantBy

func (*BillingServerOkTemporaryMock) GetMerchantOnboardingCompleteData

func (*BillingServerOkTemporaryMock) GetMerchantPaymentMethod

func (*BillingServerOkTemporaryMock) GetMerchantTariffRates

func (*BillingServerOkTemporaryMock) GetMerchantUser

func (*BillingServerOkTemporaryMock) GetMerchantUserRole

func (*BillingServerOkTemporaryMock) GetMerchantUsers

func (*BillingServerOkTemporaryMock) GetMerchantsForUser

func (*BillingServerOkTemporaryMock) GetMoneyBackCostMerchant

func (*BillingServerOkTemporaryMock) GetMoneyBackCostSystem

func (*BillingServerOkTemporaryMock) GetNotification

func (*BillingServerOkTemporaryMock) GetOperatingCompaniesList

func (*BillingServerOkTemporaryMock) GetOperatingCompany

func (*BillingServerOkTemporaryMock) GetOrder

func (*BillingServerOkTemporaryMock) GetOrderPrivate

func (*BillingServerOkTemporaryMock) GetOrderPublic

func (*BillingServerOkTemporaryMock) GetPaylinkStatByCountry

func (*BillingServerOkTemporaryMock) GetPaylinkStatByDate

func (*BillingServerOkTemporaryMock) GetPaylinkStatByReferrer

func (*BillingServerOkTemporaryMock) GetPaylinkStatByUtm

func (*BillingServerOkTemporaryMock) GetPaylinkStatTotal

func (*BillingServerOkTemporaryMock) GetPaylinkURL

func (*BillingServerOkTemporaryMock) GetPaymentChannelCostSystem

func (*BillingServerOkTemporaryMock) GetPaymentMethodProductionSettings

func (*BillingServerOkTemporaryMock) GetPaymentMethodTestSettings

func (*BillingServerOkTemporaryMock) GetPaymentMinLimitsSystem

func (*BillingServerOkTemporaryMock) GetPayoutDocument

func (*BillingServerOkTemporaryMock) GetPayoutDocumentRoyaltyReports

func (*BillingServerOkTemporaryMock) GetPayoutDocuments

func (*BillingServerOkTemporaryMock) GetPlatforms

func (*BillingServerOkTemporaryMock) GetPriceGroup

func (*BillingServerOkTemporaryMock) GetPriceGroupByCountry

func (*BillingServerOkTemporaryMock) GetPriceGroupByRegion

func (*BillingServerOkTemporaryMock) GetPriceGroupCurrencies

func (*BillingServerOkTemporaryMock) GetPriceGroupCurrencyByRegion

func (*BillingServerOkTemporaryMock) GetPriceGroupRecommendedPrice

func (*BillingServerOkTemporaryMock) GetProduct

func (*BillingServerOkTemporaryMock) GetProductPrices

func (*BillingServerOkTemporaryMock) GetProductsForOrder

func (*BillingServerOkTemporaryMock) GetProject

func (*BillingServerOkTemporaryMock) GetRecommendedPriceByConversion

func (*BillingServerOkTemporaryMock) GetRecommendedPriceByPriceGroup

func (*BillingServerOkTemporaryMock) GetRecommendedPriceTable

func (*BillingServerOkTemporaryMock) GetRefund

func (*BillingServerOkTemporaryMock) GetRoleList

func (*BillingServerOkTemporaryMock) GetRoyaltyReport

func (*BillingServerOkTemporaryMock) GetUserProfile

func (*BillingServerOkTemporaryMock) GetVatReportTransactions

func (*BillingServerOkTemporaryMock) GetVatReportsDashboard

func (*BillingServerOkTemporaryMock) GetVatReportsForCountry

func (*BillingServerOkTemporaryMock) IncrPaylinkVisits

func (*BillingServerOkTemporaryMock) InviteUserAdmin

func (*BillingServerOkTemporaryMock) InviteUserMerchant

func (*BillingServerOkTemporaryMock) IsOrderCanBePaying

func (*BillingServerOkTemporaryMock) ListMerchantPaymentMethods

func (*BillingServerOkTemporaryMock) ListMerchants

func (*BillingServerOkTemporaryMock) ListNotifications

func (*BillingServerOkTemporaryMock) ListProducts

func (*BillingServerOkTemporaryMock) ListProjects

func (*BillingServerOkTemporaryMock) ListRefunds

func (*BillingServerOkTemporaryMock) ListRoyaltyReportOrders

func (*BillingServerOkTemporaryMock) ListRoyaltyReports

func (*BillingServerOkTemporaryMock) MarkNotificationAsRead

func (*BillingServerOkTemporaryMock) MerchantReviewRoyaltyReport

func (*BillingServerOkTemporaryMock) OrderCreateProcess

func (*BillingServerOkTemporaryMock) OrderReCreateProcess

func (*BillingServerOkTemporaryMock) OrderReceipt

func (*BillingServerOkTemporaryMock) OrderReceiptRefund

func (*BillingServerOkTemporaryMock) PaymentCallbackProcess

func (*BillingServerOkTemporaryMock) PaymentCreateProcess

func (*BillingServerOkTemporaryMock) PaymentFormJsonDataProcess

func (*BillingServerOkTemporaryMock) PaymentFormLanguageChanged

func (*BillingServerOkTemporaryMock) PaymentFormPaymentAccountChanged

func (*BillingServerOkTemporaryMock) PaymentFormPlatformChanged

func (*BillingServerOkTemporaryMock) PayoutDocumentPdfUploaded

func (*BillingServerOkTemporaryMock) ProcessBillingAddress

func (*BillingServerOkTemporaryMock) ProcessRefundCallback

func (*BillingServerOkTemporaryMock) ProcessVatReports

func (*BillingServerOkTemporaryMock) PublishKeyProduct

func (*BillingServerOkTemporaryMock) RebuildCache

func (*BillingServerOkTemporaryMock) ResendInviteAdmin

func (*BillingServerOkTemporaryMock) ResendInviteMerchant

func (*BillingServerOkTemporaryMock) ReserveKeyForOrder

func (*BillingServerOkTemporaryMock) RoyaltyReportPdfUploaded

func (*BillingServerOkTemporaryMock) SetMerchantS3Agreement

func (*BillingServerOkTemporaryMock) SetMerchantTariffRates

func (*BillingServerOkTemporaryMock) SetMoneyBackCostMerchant

func (*BillingServerOkTemporaryMock) SetMoneyBackCostSystem

func (*BillingServerOkTemporaryMock) SetPaymentChannelCostMerchant

func (*BillingServerOkTemporaryMock) SetPaymentChannelCostSystem

func (*BillingServerOkTemporaryMock) SetPaymentMinLimitSystem

func (*BillingServerOkTemporaryMock) SetUserNotifyNewRegion

func (*BillingServerOkTemporaryMock) SetUserNotifySales

func (*BillingServerOkTemporaryMock) UnPublishKeyProduct

func (*BillingServerOkTemporaryMock) UpdateCountry

func (*BillingServerOkTemporaryMock) UpdateMerchant

func (*BillingServerOkTemporaryMock) UpdateOrder

func (*BillingServerOkTemporaryMock) UpdatePayoutDocument

func (*BillingServerOkTemporaryMock) UpdatePayoutDocumentSignatures

func (*BillingServerOkTemporaryMock) UpdatePriceGroup

func (*BillingServerOkTemporaryMock) UpdateProductPrices

func (*BillingServerOkTemporaryMock) UpdateVatReportStatus

func (*BillingServerOkTemporaryMock) UploadKeysFile

type BillingServerSystemErrorMock

type BillingServerSystemErrorMock struct{}

func (*BillingServerSystemErrorMock) AcceptInvite

func (*BillingServerSystemErrorMock) AddOperatingCompany

func (*BillingServerSystemErrorMock) AutoAcceptRoyaltyReports

func (s *BillingServerSystemErrorMock) AutoAcceptRoyaltyReports(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)

func (*BillingServerSystemErrorMock) AutoCreatePayoutDocuments

func (s *BillingServerSystemErrorMock) AutoCreatePayoutDocuments(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)

func (*BillingServerSystemErrorMock) CalcAnnualTurnovers

func (s *BillingServerSystemErrorMock) CalcAnnualTurnovers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)

func (*BillingServerSystemErrorMock) CancelRedeemKeyForOrder

func (*BillingServerSystemErrorMock) ChangeCodeInOrder

func (*BillingServerSystemErrorMock) ChangeMerchant

func (*BillingServerSystemErrorMock) ChangeMerchantData

func (*BillingServerSystemErrorMock) ChangeMerchantPaymentMethod

func (*BillingServerSystemErrorMock) ChangeMerchantStatus

func (*BillingServerSystemErrorMock) ChangeProject

func (*BillingServerSystemErrorMock) ChangeRoleForAdminUser

func (*BillingServerSystemErrorMock) ChangeRoleForMerchantUser

func (*BillingServerSystemErrorMock) ChangeRoyaltyReport

func (*BillingServerSystemErrorMock) ChangeRoyaltyReportStatus

func (*BillingServerSystemErrorMock) CheckInviteToken

func (*BillingServerSystemErrorMock) CheckProjectRequestSignature

func (*BillingServerSystemErrorMock) CheckSkuAndKeyProject

func (*BillingServerSystemErrorMock) ConfirmUserEmail

func (*BillingServerSystemErrorMock) CreateAccountingEntry

func (*BillingServerSystemErrorMock) CreateNotification

func (*BillingServerSystemErrorMock) CreateOrUpdateKeyProduct

func (*BillingServerSystemErrorMock) CreateOrUpdatePaymentMethod

func (*BillingServerSystemErrorMock) CreateOrUpdatePaymentMethodProductionSettings

func (s *BillingServerSystemErrorMock) CreateOrUpdatePaymentMethodProductionSettings(
	ctx context.Context,
	in *grpc.ChangePaymentMethodParamsRequest,
	opts ...client.CallOption,
) (*grpc.ChangePaymentMethodParamsResponse, error)

func (*BillingServerSystemErrorMock) CreateOrUpdatePaymentMethodTestSettings

func (*BillingServerSystemErrorMock) CreateOrUpdateProduct

func (s *BillingServerSystemErrorMock) CreateOrUpdateProduct(ctx context.Context, in *grpc.Product, opts ...client.CallOption) (*grpc.Product, error)

func (*BillingServerSystemErrorMock) CreateOrUpdateUserProfile

func (s *BillingServerSystemErrorMock) CreateOrUpdateUserProfile(
	ctx context.Context,
	in *grpc.UserProfile,
	opts ...client.CallOption,
) (*grpc.GetUserProfileResponse, error)

func (*BillingServerSystemErrorMock) CreatePageReview

func (*BillingServerSystemErrorMock) CreatePayoutDocument

func (*BillingServerSystemErrorMock) CreateRefund

func (*BillingServerSystemErrorMock) CreateRoyaltyReport

func (*BillingServerSystemErrorMock) CreateToken

func (*BillingServerSystemErrorMock) DeleteAdminUser

func (*BillingServerSystemErrorMock) DeleteKeyProduct

func (*BillingServerSystemErrorMock) DeleteMerchantUser

func (*BillingServerSystemErrorMock) DeleteMoneyBackCostMerchant

func (*BillingServerSystemErrorMock) DeleteMoneyBackCostSystem

func (*BillingServerSystemErrorMock) DeletePaymentChannelCostMerchant

func (s *BillingServerSystemErrorMock) DeletePaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)

func (*BillingServerSystemErrorMock) DeletePaymentChannelCostSystem

func (s *BillingServerSystemErrorMock) DeletePaymentChannelCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)

func (*BillingServerSystemErrorMock) DeletePaymentMethodProductionSettings

func (*BillingServerSystemErrorMock) DeletePaymentMethodTestSettings

func (*BillingServerSystemErrorMock) DeletePlatformFromProduct

func (*BillingServerSystemErrorMock) DeleteProduct

func (*BillingServerSystemErrorMock) DeleteProject

func (*BillingServerSystemErrorMock) DeleteSavedCard

func (*BillingServerSystemErrorMock) FindAllOrders

func (*BillingServerSystemErrorMock) FindAllOrdersPrivate

func (*BillingServerSystemErrorMock) FindAllOrdersPublic

func (*BillingServerSystemErrorMock) FindByZipCode

func (*BillingServerSystemErrorMock) FinishRedeemKeyForOrder

func (*BillingServerSystemErrorMock) GetAdminUser

func (*BillingServerSystemErrorMock) GetAdminUserRole

func (*BillingServerSystemErrorMock) GetAdminUsers

func (*BillingServerSystemErrorMock) GetAllMoneyBackCostSystem

func (*BillingServerSystemErrorMock) GetAllPaymentChannelCostSystem

func (*BillingServerSystemErrorMock) GetAvailableKeysCount

func (*BillingServerSystemErrorMock) GetCommonUserProfile

func (*BillingServerSystemErrorMock) GetCountriesList

func (*BillingServerSystemErrorMock) GetCountriesListForOrder

func (*BillingServerSystemErrorMock) GetCountry

func (*BillingServerSystemErrorMock) GetDashboardBaseReport

func (*BillingServerSystemErrorMock) GetDashboardMainReport

func (*BillingServerSystemErrorMock) GetDashboardRevenueDynamicsReport

func (*BillingServerSystemErrorMock) GetKeyByID

func (*BillingServerSystemErrorMock) GetKeyProduct

func (*BillingServerSystemErrorMock) GetKeyProductInfo

func (*BillingServerSystemErrorMock) GetKeyProducts

func (*BillingServerSystemErrorMock) GetKeyProductsForOrder

func (*BillingServerSystemErrorMock) GetMerchantBalance

func (*BillingServerSystemErrorMock) GetMerchantBy

func (*BillingServerSystemErrorMock) GetMerchantOnboardingCompleteData

func (*BillingServerSystemErrorMock) GetMerchantPaymentMethod

func (*BillingServerSystemErrorMock) GetMerchantTariffRates

func (*BillingServerSystemErrorMock) GetMerchantUser

func (*BillingServerSystemErrorMock) GetMerchantUserRole

func (*BillingServerSystemErrorMock) GetMerchantUsers

func (*BillingServerSystemErrorMock) GetMerchantsForUser

func (*BillingServerSystemErrorMock) GetMoneyBackCostMerchant

func (*BillingServerSystemErrorMock) GetMoneyBackCostSystem

func (*BillingServerSystemErrorMock) GetNotification

func (*BillingServerSystemErrorMock) GetOperatingCompaniesList

func (*BillingServerSystemErrorMock) GetOperatingCompany

func (*BillingServerSystemErrorMock) GetOrderPrivate

func (*BillingServerSystemErrorMock) GetOrderPublic

func (*BillingServerSystemErrorMock) GetPaylinkStatByCountry

func (*BillingServerSystemErrorMock) GetPaylinkStatByDate

func (*BillingServerSystemErrorMock) GetPaylinkStatByReferrer

func (*BillingServerSystemErrorMock) GetPaylinkStatByUtm

func (*BillingServerSystemErrorMock) GetPaylinkStatTotal

func (*BillingServerSystemErrorMock) GetPaylinkURL

func (*BillingServerSystemErrorMock) GetPaymentChannelCostSystem

func (*BillingServerSystemErrorMock) GetPaymentMethodProductionSettings

func (*BillingServerSystemErrorMock) GetPaymentMethodTestSettings

func (*BillingServerSystemErrorMock) GetPaymentMinLimitsSystem

func (*BillingServerSystemErrorMock) GetPayoutDocument

func (*BillingServerSystemErrorMock) GetPayoutDocumentRoyaltyReports

func (*BillingServerSystemErrorMock) GetPayoutDocuments

func (*BillingServerSystemErrorMock) GetPlatforms

func (*BillingServerSystemErrorMock) GetPriceGroup

func (*BillingServerSystemErrorMock) GetPriceGroupByCountry

func (*BillingServerSystemErrorMock) GetPriceGroupByRegion

func (*BillingServerSystemErrorMock) GetPriceGroupCurrencies

func (*BillingServerSystemErrorMock) GetPriceGroupCurrencyByRegion

func (*BillingServerSystemErrorMock) GetPriceGroupRecommendedPrice

func (*BillingServerSystemErrorMock) GetProduct

func (*BillingServerSystemErrorMock) GetProductPrices

func (*BillingServerSystemErrorMock) GetProductsForOrder

func (*BillingServerSystemErrorMock) GetProject

func (*BillingServerSystemErrorMock) GetRecommendedPriceByConversion

func (*BillingServerSystemErrorMock) GetRecommendedPriceByPriceGroup

func (*BillingServerSystemErrorMock) GetRecommendedPriceTable

func (*BillingServerSystemErrorMock) GetRefund

func (*BillingServerSystemErrorMock) GetRoleList

func (*BillingServerSystemErrorMock) GetRoyaltyReport

func (*BillingServerSystemErrorMock) GetUserProfile

func (*BillingServerSystemErrorMock) GetVatReportTransactions

func (*BillingServerSystemErrorMock) GetVatReportsDashboard

func (*BillingServerSystemErrorMock) GetVatReportsForCountry

func (*BillingServerSystemErrorMock) IncrPaylinkVisits

func (*BillingServerSystemErrorMock) InviteUserAdmin

func (*BillingServerSystemErrorMock) InviteUserMerchant

func (*BillingServerSystemErrorMock) IsOrderCanBePaying

func (*BillingServerSystemErrorMock) ListMerchantPaymentMethods

func (*BillingServerSystemErrorMock) ListMerchants

func (*BillingServerSystemErrorMock) ListNotifications

func (*BillingServerSystemErrorMock) ListProducts

func (*BillingServerSystemErrorMock) ListProjects

func (*BillingServerSystemErrorMock) ListRefunds

func (*BillingServerSystemErrorMock) ListRoyaltyReportOrders

func (*BillingServerSystemErrorMock) ListRoyaltyReports

func (*BillingServerSystemErrorMock) MarkNotificationAsRead

func (*BillingServerSystemErrorMock) MerchantReviewRoyaltyReport

func (*BillingServerSystemErrorMock) OrderCreateProcess

func (*BillingServerSystemErrorMock) OrderReCreateProcess

func (*BillingServerSystemErrorMock) OrderReceipt

func (*BillingServerSystemErrorMock) OrderReceiptRefund

func (*BillingServerSystemErrorMock) PaymentCallbackProcess

func (*BillingServerSystemErrorMock) PaymentCreateProcess

func (*BillingServerSystemErrorMock) PaymentFormJsonDataProcess

func (*BillingServerSystemErrorMock) PaymentFormLanguageChanged

func (*BillingServerSystemErrorMock) PaymentFormPaymentAccountChanged

func (*BillingServerSystemErrorMock) PaymentFormPlatformChanged

func (*BillingServerSystemErrorMock) PayoutDocumentPdfUploaded

func (*BillingServerSystemErrorMock) ProcessBillingAddress

func (*BillingServerSystemErrorMock) ProcessRefundCallback

func (*BillingServerSystemErrorMock) ProcessVatReports

func (*BillingServerSystemErrorMock) PublishKeyProduct

func (*BillingServerSystemErrorMock) RebuildCache

func (*BillingServerSystemErrorMock) ResendInviteAdmin

func (*BillingServerSystemErrorMock) ResendInviteMerchant

func (*BillingServerSystemErrorMock) ReserveKeyForOrder

func (*BillingServerSystemErrorMock) RoyaltyReportPdfUploaded

func (*BillingServerSystemErrorMock) SetMerchantS3Agreement

func (*BillingServerSystemErrorMock) SetMerchantTariffRates

func (*BillingServerSystemErrorMock) SetMoneyBackCostMerchant

func (*BillingServerSystemErrorMock) SetMoneyBackCostSystem

func (*BillingServerSystemErrorMock) SetPaymentChannelCostMerchant

func (*BillingServerSystemErrorMock) SetPaymentChannelCostSystem

func (*BillingServerSystemErrorMock) SetPaymentMinLimitSystem

func (*BillingServerSystemErrorMock) SetUserNotifyNewRegion

func (*BillingServerSystemErrorMock) SetUserNotifySales

func (*BillingServerSystemErrorMock) UnPublishKeyProduct

func (*BillingServerSystemErrorMock) UpdateCountry

func (*BillingServerSystemErrorMock) UpdateMerchant

func (*BillingServerSystemErrorMock) UpdateOrder

func (*BillingServerSystemErrorMock) UpdatePayoutDocument

func (*BillingServerSystemErrorMock) UpdatePayoutDocumentSignatures

func (*BillingServerSystemErrorMock) UpdatePriceGroup

func (*BillingServerSystemErrorMock) UpdateProductPrices

func (*BillingServerSystemErrorMock) UpdateVatReportStatus

func (*BillingServerSystemErrorMock) UploadKeysFile

type GeoIpServiceTestError

type GeoIpServiceTestError struct{}

func (*GeoIpServiceTestError) GetIpData

type GeoIpServiceTestOk

type GeoIpServiceTestOk struct{}

func (*GeoIpServiceTestOk) GetIpData

type GeoIpServiceTestOkWithoutSubdivision

type GeoIpServiceTestOkWithoutSubdivision struct{}

func (*GeoIpServiceTestOkWithoutSubdivision) GetIpData

Jump to

Keyboard shortcuts

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