Documentation ¶
Index ¶
- Constants
- Variables
- func NewBillingServerErrorMock() grpc.BillingService
- func NewBillingServerOkMock() grpc.BillingService
- func NewBillingServerOkTemporaryMock() grpc.BillingService
- func NewBillingServerSystemErrorMock() grpc.BillingService
- func NewGeoIpServiceTestError() proto.GeoIpService
- func NewGeoIpServiceTestOk() proto.GeoIpService
- func NewGeoIpServiceTestOkWithoutSubdivision() proto.GeoIpService
- type BillingServerErrorMock
- func (s *BillingServerErrorMock) AcceptInvite(ctx context.Context, in *grpc.AcceptInviteRequest, opts ...client.CallOption) (*grpc.AcceptInviteResponse, error)
- func (s *BillingServerErrorMock) AddOperatingCompany(ctx context.Context, in *billing.OperatingCompany, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerErrorMock) AutoAcceptRoyaltyReports(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerErrorMock) AutoCreatePayoutDocuments(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerErrorMock) CalcAnnualTurnovers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerErrorMock) CancelRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerErrorMock) ChangeCodeInOrder(ctx context.Context, in *grpc.ChangeCodeInOrderRequest, ...) (*grpc.ChangeCodeInOrderResponse, error)
- func (s *BillingServerErrorMock) ChangeMerchant(ctx context.Context, in *grpc.OnboardingRequest, opts ...client.CallOption) (*grpc.ChangeMerchantResponse, error)
- func (s *BillingServerErrorMock) ChangeMerchantData(ctx context.Context, in *grpc.ChangeMerchantDataRequest, ...) (*grpc.ChangeMerchantDataResponse, error)
- func (s *BillingServerErrorMock) ChangeMerchantManualPayouts(ctx context.Context, in *grpc.ChangeMerchantManualPayoutsRequest, ...) (*grpc.ChangeMerchantManualPayoutsResponse, error)
- func (s *BillingServerErrorMock) ChangeMerchantPaymentMethod(ctx context.Context, in *grpc.MerchantPaymentMethodRequest, ...) (*grpc.MerchantPaymentMethodResponse, error)
- func (s *BillingServerErrorMock) ChangeMerchantStatus(ctx context.Context, in *grpc.MerchantChangeStatusRequest, ...) (*grpc.ChangeMerchantStatusResponse, error)
- func (s *BillingServerErrorMock) ChangeProject(ctx context.Context, in *billing.Project, opts ...client.CallOption) (*grpc.ChangeProjectResponse, error)
- func (s *BillingServerErrorMock) ChangeRoleForAdminUser(ctx context.Context, in *grpc.ChangeRoleForAdminUserRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerErrorMock) ChangeRoleForMerchantUser(ctx context.Context, in *grpc.ChangeRoleForMerchantUserRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerErrorMock) ChangeRoyaltyReport(ctx context.Context, in *grpc.ChangeRoyaltyReportRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerErrorMock) ChangeRoyaltyReportStatus(ctx context.Context, in *grpc.CreateRoyaltyReportRequest, ...) (*grpc.CreateRoyaltyReportRequest, error)
- func (s *BillingServerErrorMock) CheckInviteToken(ctx context.Context, in *grpc.CheckInviteTokenRequest, ...) (*grpc.CheckInviteTokenResponse, error)
- func (s *BillingServerErrorMock) CheckProjectRequestSignature(ctx context.Context, in *grpc.CheckProjectRequestSignatureRequest, ...) (*grpc.CheckProjectRequestSignatureResponse, error)
- func (s *BillingServerErrorMock) CheckSkuAndKeyProject(ctx context.Context, in *grpc.CheckSkuAndKeyProjectRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerErrorMock) ConfirmUserEmail(ctx context.Context, in *grpc.ConfirmUserEmailRequest, ...) (*grpc.ConfirmUserEmailResponse, error)
- func (s *BillingServerErrorMock) CreateAccountingEntry(ctx context.Context, in *grpc.CreateAccountingEntryRequest, ...) (*grpc.CreateAccountingEntryResponse, error)
- func (s *BillingServerErrorMock) CreateNotification(ctx context.Context, in *grpc.NotificationRequest, opts ...client.CallOption) (*grpc.CreateNotificationResponse, error)
- func (s *BillingServerErrorMock) CreateOrUpdateKeyProduct(ctx context.Context, in *grpc.CreateOrUpdateKeyProductRequest, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerErrorMock) CreateOrUpdatePaylink(ctx context.Context, in *paylink.CreatePaylinkRequest, ...) (*grpc.GetPaylinkResponse, error)
- func (s *BillingServerErrorMock) CreateOrUpdatePaymentMethod(ctx context.Context, in *billing.PaymentMethod, opts ...client.CallOption) (*grpc.ChangePaymentMethodResponse, error)
- func (s *BillingServerErrorMock) CreateOrUpdatePaymentMethodProductionSettings(ctx context.Context, in *grpc.ChangePaymentMethodParamsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerErrorMock) CreateOrUpdatePaymentMethodTestSettings(ctx context.Context, in *grpc.ChangePaymentMethodParamsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerErrorMock) CreateOrUpdateProduct(ctx context.Context, in *grpc.Product, opts ...client.CallOption) (*grpc.Product, error)
- func (s *BillingServerErrorMock) CreateOrUpdateUserProfile(ctx context.Context, in *grpc.UserProfile, opts ...client.CallOption) (*grpc.GetUserProfileResponse, error)
- func (s *BillingServerErrorMock) CreatePageReview(ctx context.Context, in *grpc.CreatePageReviewRequest, ...) (*grpc.CheckProjectRequestSignatureResponse, error)
- func (s *BillingServerErrorMock) CreatePayoutDocument(ctx context.Context, in *grpc.CreatePayoutDocumentRequest, ...) (*grpc.CreatePayoutDocumentResponse, error)
- func (s *BillingServerErrorMock) CreateRefund(ctx context.Context, in *grpc.CreateRefundRequest, opts ...client.CallOption) (*grpc.CreateRefundResponse, error)
- func (s *BillingServerErrorMock) CreateRoyaltyReport(ctx context.Context, in *grpc.CreateRoyaltyReportRequest, ...) (*grpc.CreateRoyaltyReportRequest, error)
- func (s *BillingServerErrorMock) CreateToken(ctx context.Context, in *grpc.TokenRequest, opts ...client.CallOption) (*grpc.TokenResponse, error)
- func (s *BillingServerErrorMock) DeleteAdminUser(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerErrorMock) DeleteKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerErrorMock) DeleteMerchantUser(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerErrorMock) DeleteMoneyBackCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerErrorMock) DeleteMoneyBackCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerErrorMock) DeletePaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerErrorMock) DeletePaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerErrorMock) DeletePaymentChannelCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerErrorMock) DeletePaymentMethodProductionSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerErrorMock) DeletePaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerErrorMock) DeletePlatformFromProduct(ctx context.Context, in *grpc.RemovePlatformRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerErrorMock) DeleteProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerErrorMock) DeleteProject(ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption) (*grpc.ChangeProjectResponse, error)
- func (s *BillingServerErrorMock) DeleteSavedCard(ctx context.Context, in *grpc.DeleteSavedCardRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerErrorMock) FindAllOrders(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersResponse, error)
- func (s *BillingServerErrorMock) FindAllOrdersPrivate(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersPrivateResponse, error)
- func (s *BillingServerErrorMock) FindAllOrdersPublic(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersPublicResponse, error)
- func (s *BillingServerErrorMock) FindByZipCode(ctx context.Context, in *grpc.FindByZipCodeRequest, opts ...client.CallOption) (*grpc.FindByZipCodeResponse, error)
- func (s *BillingServerErrorMock) FinishRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
- func (s *BillingServerErrorMock) GetAdminUser(ctx context.Context, in *grpc.GetAdminUserRequest, opts ...client.CallOption) (*grpc.GetAdminUserResponse, error)
- func (s *BillingServerErrorMock) GetAdminUserRole(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
- func (s *BillingServerErrorMock) GetAdminUsers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetAdminUsersResponse, error)
- func (s *BillingServerErrorMock) GetAllMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantListRequest, ...) (*grpc.MoneyBackCostMerchantListResponse, error)
- func (s *BillingServerErrorMock) GetAllMoneyBackCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.MoneyBackCostSystemListResponse, error)
- func (s *BillingServerErrorMock) GetAllPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantListRequest, ...) (*grpc.PaymentChannelCostMerchantListResponse, error)
- func (s *BillingServerErrorMock) GetAllPaymentChannelCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemListResponse, error)
- func (s *BillingServerErrorMock) GetAvailableKeysCount(ctx context.Context, in *grpc.GetPlatformKeyCountRequest, ...) (*grpc.GetPlatformKeyCountResponse, error)
- func (s *BillingServerErrorMock) GetCommonUserProfile(ctx context.Context, in *grpc.CommonUserProfileRequest, ...) (*grpc.CommonUserProfileResponse, error)
- func (s *BillingServerErrorMock) GetCountriesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*billing.CountriesList, error)
- func (s *BillingServerErrorMock) GetCountriesListForOrder(ctx context.Context, in *grpc.GetCountriesListForOrderRequest, ...) (*grpc.GetCountriesListForOrderResponse, error)
- func (s *BillingServerErrorMock) GetCountry(ctx context.Context, in *billing.GetCountryRequest, opts ...client.CallOption) (*billing.Country, error)
- func (s *BillingServerErrorMock) GetDashboardBaseReport(ctx context.Context, in *grpc.GetDashboardBaseReportRequest, ...) (*grpc.GetDashboardBaseReportResponse, error)
- func (s *BillingServerErrorMock) GetDashboardMainReport(ctx context.Context, in *grpc.GetDashboardMainRequest, ...) (*grpc.GetDashboardMainResponse, error)
- func (s *BillingServerErrorMock) GetDashboardRevenueDynamicsReport(ctx context.Context, in *grpc.GetDashboardMainRequest, ...) (*grpc.GetDashboardRevenueDynamicsReportResponse, error)
- func (s *BillingServerErrorMock) GetKeyByID(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
- func (s *BillingServerErrorMock) GetKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerErrorMock) GetKeyProductInfo(ctx context.Context, in *grpc.GetKeyProductInfoRequest, ...) (*grpc.GetKeyProductInfoResponse, error)
- func (s *BillingServerErrorMock) GetKeyProducts(ctx context.Context, in *grpc.ListKeyProductsRequest, ...) (*grpc.ListKeyProductsResponse, error)
- func (s *BillingServerErrorMock) GetKeyProductsForOrder(ctx context.Context, in *grpc.GetKeyProductsForOrderRequest, ...) (*grpc.ListKeyProductsResponse, error)
- func (s *BillingServerErrorMock) GetMerchantBalance(ctx context.Context, in *grpc.GetMerchantBalanceRequest, ...) (*grpc.GetMerchantBalanceResponse, error)
- func (s *BillingServerErrorMock) GetMerchantBy(ctx context.Context, in *grpc.GetMerchantByRequest, opts ...client.CallOption) (*grpc.GetMerchantResponse, error)
- func (s *BillingServerErrorMock) GetMerchantOnboardingCompleteData(ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, ...) (*grpc.GetMerchantOnboardingCompleteDataResponse, error)
- func (s *BillingServerErrorMock) GetMerchantPaymentMethod(ctx context.Context, in *grpc.GetMerchantPaymentMethodRequest, ...) (*grpc.GetMerchantPaymentMethodResponse, error)
- func (s *BillingServerErrorMock) GetMerchantTariffRates(ctx context.Context, in *grpc.GetMerchantTariffRatesRequest, ...) (*grpc.GetMerchantTariffRatesResponse, error)
- func (s *BillingServerErrorMock) GetMerchantUser(ctx context.Context, in *grpc.GetMerchantUserRequest, ...) (*grpc.GetMerchantUserResponse, error)
- func (s *BillingServerErrorMock) GetMerchantUserRole(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
- func (s *BillingServerErrorMock) GetMerchantUsers(ctx context.Context, in *grpc.GetMerchantUsersRequest, ...) (*grpc.GetMerchantUsersResponse, error)
- func (s *BillingServerErrorMock) GetMerchantsForUser(ctx context.Context, in *grpc.GetMerchantsForUserRequest, ...) (*grpc.GetMerchantsForUserResponse, error)
- func (s *BillingServerErrorMock) GetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantRequest, ...) (*grpc.MoneyBackCostMerchantResponse, error)
- func (s *BillingServerErrorMock) GetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystemRequest, ...) (*grpc.MoneyBackCostSystemResponse, error)
- func (s *BillingServerErrorMock) GetNotification(ctx context.Context, in *grpc.GetNotificationRequest, ...) (*billing.Notification, error)
- func (s *BillingServerErrorMock) GetOperatingCompaniesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetOperatingCompaniesListResponse, error)
- func (s *BillingServerErrorMock) GetOperatingCompany(ctx context.Context, in *grpc.GetOperatingCompanyRequest, ...) (*grpc.GetOperatingCompanyResponse, error)
- func (s *BillingServerErrorMock) GetOrder(ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption) (*billing.Order, error)
- func (s *BillingServerErrorMock) GetOrderPrivate(ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption) (*grpc.GetOrderPrivateResponse, error)
- func (s *BillingServerErrorMock) GetOrderPublic(ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption) (*grpc.GetOrderPublicResponse, error)
- func (s *BillingServerErrorMock) GetPaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.GetPaylinkResponse, error)
- func (s *BillingServerErrorMock) GetPaylinkStatByCountry(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerErrorMock) GetPaylinkStatByDate(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerErrorMock) GetPaylinkStatByReferrer(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerErrorMock) GetPaylinkStatByUtm(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerErrorMock) GetPaylinkStatTotal(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonResponse, error)
- func (s *BillingServerErrorMock) GetPaylinkURL(ctx context.Context, in *grpc.GetPaylinkURLRequest, opts ...client.CallOption) (*grpc.GetPaylinkUrlResponse, error)
- func (s *BillingServerErrorMock) GetPaylinks(ctx context.Context, in *grpc.GetPaylinksRequest, opts ...client.CallOption) (*grpc.GetPaylinksResponse, error)
- func (s *BillingServerErrorMock) GetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantRequest, ...) (*grpc.PaymentChannelCostMerchantResponse, error)
- func (s *BillingServerErrorMock) GetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystemRequest, ...) (*grpc.PaymentChannelCostSystemResponse, error)
- func (s *BillingServerErrorMock) GetPaymentMethodProductionSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.GetPaymentMethodSettingsResponse, error)
- func (s *BillingServerErrorMock) GetPaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.GetPaymentMethodSettingsResponse, error)
- func (s *BillingServerErrorMock) GetPaymentMinLimitsSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetPaymentMinLimitsSystemResponse, error)
- func (s *BillingServerErrorMock) GetPayoutDocument(ctx context.Context, in *grpc.GetPayoutDocumentRequest, ...) (*grpc.PayoutDocumentResponse, error)
- func (s *BillingServerErrorMock) GetPayoutDocumentRoyaltyReports(ctx context.Context, in *grpc.GetPayoutDocumentRequest, ...) (*grpc.ListRoyaltyReportsResponse, error)
- func (s *BillingServerErrorMock) GetPayoutDocuments(ctx context.Context, in *grpc.GetPayoutDocumentsRequest, ...) (*grpc.GetPayoutDocumentsResponse, error)
- func (s *BillingServerErrorMock) GetPlatforms(ctx context.Context, in *grpc.ListPlatformsRequest, opts ...client.CallOption) (*grpc.ListPlatformsResponse, error)
- func (s *BillingServerErrorMock) GetPriceGroup(ctx context.Context, in *billing.GetPriceGroupRequest, ...) (*billing.PriceGroup, error)
- func (s *BillingServerErrorMock) GetPriceGroupByCountry(ctx context.Context, in *grpc.PriceGroupByCountryRequest, ...) (*billing.PriceGroup, error)
- func (s *BillingServerErrorMock) GetPriceGroupByRegion(ctx context.Context, in *grpc.GetPriceGroupByRegionRequest, ...) (*grpc.GetPriceGroupByRegionResponse, error)
- func (s *BillingServerErrorMock) GetPriceGroupCurrencies(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.PriceGroupCurrenciesResponse, error)
- func (s *BillingServerErrorMock) GetPriceGroupCurrencyByRegion(ctx context.Context, in *grpc.PriceGroupByRegionRequest, ...) (*grpc.PriceGroupCurrenciesResponse, error)
- func (s *BillingServerErrorMock) GetPriceGroupRecommendedPrice(ctx context.Context, in *grpc.RecommendedPriceRequest, ...) (*grpc.RecommendedPriceResponse, error)
- func (s *BillingServerErrorMock) GetProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.GetProductResponse, error)
- func (s *BillingServerErrorMock) GetProductPrices(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.ProductPricesResponse, error)
- func (s *BillingServerErrorMock) GetProductsForOrder(ctx context.Context, in *grpc.GetProductsForOrderRequest, ...) (*grpc.ListProductsResponse, error)
- func (s *BillingServerErrorMock) GetProject(ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption) (*grpc.ChangeProjectResponse, error)
- func (s *BillingServerErrorMock) GetRecommendedPriceByConversion(ctx context.Context, in *grpc.RecommendedPriceRequest, ...) (*grpc.RecommendedPriceResponse, error)
- func (s *BillingServerErrorMock) GetRecommendedPriceByPriceGroup(ctx context.Context, in *grpc.RecommendedPriceRequest, ...) (*grpc.RecommendedPriceResponse, error)
- func (s *BillingServerErrorMock) GetRecommendedPriceTable(ctx context.Context, in *grpc.RecommendedPriceTableRequest, ...) (*grpc.RecommendedPriceTableResponse, error)
- func (s *BillingServerErrorMock) GetRefund(ctx context.Context, in *grpc.GetRefundRequest, opts ...client.CallOption) (*grpc.CreateRefundResponse, error)
- func (s *BillingServerErrorMock) GetRoleList(ctx context.Context, in *grpc.GetRoleListRequest, opts ...client.CallOption) (*grpc.GetRoleListResponse, error)
- func (s *BillingServerErrorMock) GetRoyaltyReport(ctx context.Context, in *grpc.GetRoyaltyReportRequest, ...) (*grpc.GetRoyaltyReportResponse, error)
- func (s *BillingServerErrorMock) GetUserProfile(ctx context.Context, in *grpc.GetUserProfileRequest, opts ...client.CallOption) (*grpc.GetUserProfileResponse, error)
- func (s *BillingServerErrorMock) GetVatReportTransactions(ctx context.Context, in *grpc.VatTransactionsRequest, ...) (*grpc.TransactionsResponse, error)
- func (s *BillingServerErrorMock) GetVatReportsDashboard(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)
- func (s *BillingServerErrorMock) GetVatReportsForCountry(ctx context.Context, in *grpc.VatReportsRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)
- func (s *BillingServerErrorMock) IncrPaylinkVisits(ctx context.Context, in *grpc.PaylinkRequestById, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerErrorMock) InviteUserAdmin(ctx context.Context, in *grpc.InviteUserAdminRequest, ...) (*grpc.InviteUserAdminResponse, error)
- func (s *BillingServerErrorMock) InviteUserMerchant(ctx context.Context, in *grpc.InviteUserMerchantRequest, ...) (*grpc.InviteUserMerchantResponse, error)
- func (s *BillingServerErrorMock) IsOrderCanBePaying(ctx context.Context, in *grpc.IsOrderCanBePayingRequest, ...) (*grpc.IsOrderCanBePayingResponse, error)
- func (s *BillingServerErrorMock) ListMerchantPaymentMethods(ctx context.Context, in *grpc.ListMerchantPaymentMethodsRequest, ...) (*grpc.ListingMerchantPaymentMethod, error)
- func (s *BillingServerErrorMock) ListMerchants(ctx context.Context, in *grpc.MerchantListingRequest, ...) (*grpc.MerchantListingResponse, error)
- func (s *BillingServerErrorMock) ListNotifications(ctx context.Context, in *grpc.ListingNotificationRequest, ...) (*grpc.Notifications, error)
- func (s *BillingServerErrorMock) ListProducts(ctx context.Context, in *grpc.ListProductsRequest, opts ...client.CallOption) (*grpc.ListProductsResponse, error)
- func (s *BillingServerErrorMock) ListProjects(ctx context.Context, in *grpc.ListProjectsRequest, opts ...client.CallOption) (*grpc.ListProjectsResponse, error)
- func (s *BillingServerErrorMock) ListRefunds(ctx context.Context, in *grpc.ListRefundsRequest, opts ...client.CallOption) (*grpc.ListRefundsResponse, error)
- func (s *BillingServerErrorMock) ListRoyaltyReportOrders(ctx context.Context, in *grpc.ListRoyaltyReportOrdersRequest, ...) (*grpc.TransactionsResponse, error)
- func (s *BillingServerErrorMock) ListRoyaltyReports(ctx context.Context, in *grpc.ListRoyaltyReportsRequest, ...) (*grpc.ListRoyaltyReportsResponse, error)
- func (s *BillingServerErrorMock) MarkNotificationAsRead(ctx context.Context, in *grpc.GetNotificationRequest, ...) (*billing.Notification, error)
- func (s *BillingServerErrorMock) MerchantReviewRoyaltyReport(ctx context.Context, in *grpc.MerchantReviewRoyaltyReportRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerErrorMock) OrderCreateByPaylink(ctx context.Context, in *billing.OrderCreateByPaylink, ...) (*grpc.OrderCreateProcessResponse, error)
- func (s *BillingServerErrorMock) OrderCreateProcess(ctx context.Context, in *billing.OrderCreateRequest, opts ...client.CallOption) (*grpc.OrderCreateProcessResponse, error)
- func (s *BillingServerErrorMock) OrderReCreateProcess(ctx context.Context, in *grpc.OrderReCreateProcessRequest, ...) (*grpc.OrderCreateProcessResponse, error)
- func (s *BillingServerErrorMock) OrderReceipt(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
- func (s *BillingServerErrorMock) OrderReceiptRefund(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
- func (s *BillingServerErrorMock) PaymentCallbackProcess(ctx context.Context, in *grpc.PaymentNotifyRequest, opts ...client.CallOption) (*grpc.PaymentNotifyResponse, error)
- func (s *BillingServerErrorMock) PaymentCreateProcess(ctx context.Context, in *grpc.PaymentCreateRequest, opts ...client.CallOption) (*grpc.PaymentCreateResponse, error)
- func (s *BillingServerErrorMock) PaymentFormJsonDataProcess(ctx context.Context, in *grpc.PaymentFormJsonDataRequest, ...) (*grpc.PaymentFormJsonDataResponse, error)
- func (s *BillingServerErrorMock) PaymentFormLanguageChanged(ctx context.Context, in *grpc.PaymentFormUserChangeLangRequest, ...) (*grpc.PaymentFormDataChangeResponse, error)
- func (s *BillingServerErrorMock) PaymentFormPaymentAccountChanged(ctx context.Context, in *grpc.PaymentFormUserChangePaymentAccountRequest, ...) (*grpc.PaymentFormDataChangeResponse, error)
- func (s *BillingServerErrorMock) PaymentFormPlatformChanged(ctx context.Context, in *grpc.PaymentFormUserChangePlatformRequest, ...) (*grpc.PaymentFormDataChangeResponse, error)
- func (s *BillingServerErrorMock) PayoutDocumentPdfUploaded(ctx context.Context, in *grpc.PayoutDocumentPdfUploadedRequest, ...) (*grpc.PayoutDocumentPdfUploadedResponse, error)
- func (s *BillingServerErrorMock) ProcessBillingAddress(ctx context.Context, in *grpc.ProcessBillingAddressRequest, ...) (*grpc.ProcessBillingAddressResponse, error)
- func (s *BillingServerErrorMock) ProcessRefundCallback(ctx context.Context, in *grpc.CallbackRequest, opts ...client.CallOption) (*grpc.PaymentNotifyResponse, error)
- func (s *BillingServerErrorMock) ProcessVatReports(ctx context.Context, in *grpc.ProcessVatReportsRequest, ...) (*grpc.EmptyResponse, error)
- func (s *BillingServerErrorMock) PublishKeyProduct(ctx context.Context, in *grpc.PublishKeyProductRequest, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerErrorMock) RebuildCache(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerErrorMock) ResendInviteAdmin(ctx context.Context, in *grpc.ResendInviteAdminRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerErrorMock) ResendInviteMerchant(ctx context.Context, in *grpc.ResendInviteMerchantRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerErrorMock) ReserveKeyForOrder(ctx context.Context, in *grpc.PlatformKeyReserveRequest, ...) (*grpc.PlatformKeyReserveResponse, error)
- func (s *BillingServerErrorMock) RoyaltyReportPdfUploaded(ctx context.Context, in *grpc.RoyaltyReportPdfUploadedRequest, ...) (*grpc.RoyaltyReportPdfUploadedResponse, error)
- func (s *BillingServerErrorMock) SetMerchantOperatingCompany(ctx context.Context, in *grpc.SetMerchantOperatingCompanyRequest, ...) (*grpc.SetMerchantOperatingCompanyResponse, error)
- func (s *BillingServerErrorMock) SetMerchantS3Agreement(ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, ...) (*grpc.ChangeMerchantDataResponse, error)
- func (s *BillingServerErrorMock) SetMerchantTariffRates(ctx context.Context, in *grpc.SetMerchantTariffRatesRequest, ...) (*grpc.CheckProjectRequestSignatureResponse, error)
- func (s *BillingServerErrorMock) SetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchant, ...) (*grpc.MoneyBackCostMerchantResponse, error)
- func (s *BillingServerErrorMock) SetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystem, ...) (*grpc.MoneyBackCostSystemResponse, error)
- func (s *BillingServerErrorMock) SetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchant, ...) (*grpc.PaymentChannelCostMerchantResponse, error)
- func (s *BillingServerErrorMock) SetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystem, ...) (*grpc.PaymentChannelCostSystemResponse, error)
- func (s *BillingServerErrorMock) SetPaymentMinLimitSystem(ctx context.Context, in *billing.PaymentMinLimitSystem, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerErrorMock) SetUserNotifyNewRegion(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerErrorMock) SetUserNotifySales(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerErrorMock) UnPublishKeyProduct(ctx context.Context, in *grpc.UnPublishKeyProductRequest, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerErrorMock) UpdateCountry(ctx context.Context, in *billing.Country, opts ...client.CallOption) (*billing.Country, error)
- func (s *BillingServerErrorMock) UpdateMerchant(ctx context.Context, in *billing.Merchant, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerErrorMock) UpdateOrder(ctx context.Context, in *billing.Order, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerErrorMock) UpdatePayoutDocument(ctx context.Context, in *grpc.UpdatePayoutDocumentRequest, ...) (*grpc.PayoutDocumentResponse, error)
- func (s *BillingServerErrorMock) UpdatePayoutDocumentSignatures(ctx context.Context, in *grpc.UpdatePayoutDocumentSignaturesRequest, ...) (*grpc.PayoutDocumentResponse, error)
- func (s *BillingServerErrorMock) UpdatePriceGroup(ctx context.Context, in *billing.PriceGroup, opts ...client.CallOption) (*billing.PriceGroup, error)
- func (s *BillingServerErrorMock) UpdateProductPrices(ctx context.Context, in *grpc.UpdateProductPricesRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerErrorMock) UpdateVatReportStatus(ctx context.Context, in *grpc.UpdateVatReportStatusRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerErrorMock) UploadKeysFile(ctx context.Context, in *grpc.PlatformKeysFileRequest, ...) (*grpc.PlatformKeysFileResponse, error)
- type BillingServerOkMock
- func (s *BillingServerOkMock) AcceptInvite(ctx context.Context, in *grpc.AcceptInviteRequest, opts ...client.CallOption) (*grpc.AcceptInviteResponse, error)
- func (s *BillingServerOkMock) AddOperatingCompany(ctx context.Context, in *billing.OperatingCompany, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkMock) AutoAcceptRoyaltyReports(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkMock) AutoCreatePayoutDocuments(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkMock) CalcAnnualTurnovers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkMock) CancelRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkMock) ChangeCodeInOrder(ctx context.Context, in *grpc.ChangeCodeInOrderRequest, ...) (*grpc.ChangeCodeInOrderResponse, error)
- func (s *BillingServerOkMock) ChangeMerchant(ctx context.Context, in *grpc.OnboardingRequest, opts ...client.CallOption) (*grpc.ChangeMerchantResponse, error)
- func (s *BillingServerOkMock) ChangeMerchantData(ctx context.Context, in *grpc.ChangeMerchantDataRequest, ...) (*grpc.ChangeMerchantDataResponse, error)
- func (s *BillingServerOkMock) ChangeMerchantManualPayouts(ctx context.Context, in *grpc.ChangeMerchantManualPayoutsRequest, ...) (*grpc.ChangeMerchantManualPayoutsResponse, error)
- func (s *BillingServerOkMock) ChangeMerchantPaymentMethod(ctx context.Context, in *grpc.MerchantPaymentMethodRequest, ...) (*grpc.MerchantPaymentMethodResponse, error)
- func (s *BillingServerOkMock) ChangeMerchantStatus(ctx context.Context, in *grpc.MerchantChangeStatusRequest, ...) (*grpc.ChangeMerchantStatusResponse, error)
- func (s *BillingServerOkMock) ChangeProject(ctx context.Context, in *billing.Project, opts ...client.CallOption) (*grpc.ChangeProjectResponse, error)
- func (s *BillingServerOkMock) ChangeRoleForAdminUser(ctx context.Context, in *grpc.ChangeRoleForAdminUserRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkMock) ChangeRoleForMerchantUser(ctx context.Context, in *grpc.ChangeRoleForMerchantUserRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkMock) ChangeRoyaltyReport(ctx context.Context, in *grpc.ChangeRoyaltyReportRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkMock) CheckInviteToken(ctx context.Context, in *grpc.CheckInviteTokenRequest, ...) (*grpc.CheckInviteTokenResponse, error)
- func (s *BillingServerOkMock) CheckProjectRequestSignature(ctx context.Context, in *grpc.CheckProjectRequestSignatureRequest, ...) (*grpc.CheckProjectRequestSignatureResponse, error)
- func (s *BillingServerOkMock) CheckSkuAndKeyProject(ctx context.Context, in *grpc.CheckSkuAndKeyProjectRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkMock) ConfirmUserEmail(ctx context.Context, in *grpc.ConfirmUserEmailRequest, ...) (*grpc.ConfirmUserEmailResponse, error)
- func (s *BillingServerOkMock) CreateAccountingEntry(ctx context.Context, in *grpc.CreateAccountingEntryRequest, ...) (*grpc.CreateAccountingEntryResponse, error)
- func (s *BillingServerOkMock) CreateNotification(ctx context.Context, in *grpc.NotificationRequest, opts ...client.CallOption) (*grpc.CreateNotificationResponse, error)
- func (s *BillingServerOkMock) CreateOrUpdateKeyProduct(ctx context.Context, in *grpc.CreateOrUpdateKeyProductRequest, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerOkMock) CreateOrUpdatePaylink(ctx context.Context, in *paylink.CreatePaylinkRequest, ...) (*grpc.GetPaylinkResponse, error)
- func (s *BillingServerOkMock) CreateOrUpdatePaymentMethod(ctx context.Context, in *billing.PaymentMethod, opts ...client.CallOption) (*grpc.ChangePaymentMethodResponse, error)
- func (s *BillingServerOkMock) CreateOrUpdatePaymentMethodProductionSettings(ctx context.Context, in *grpc.ChangePaymentMethodParamsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerOkMock) CreateOrUpdatePaymentMethodTestSettings(ctx context.Context, in *grpc.ChangePaymentMethodParamsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerOkMock) CreateOrUpdateProduct(ctx context.Context, in *grpc.Product, opts ...client.CallOption) (*grpc.Product, error)
- func (s *BillingServerOkMock) CreateOrUpdateUserProfile(ctx context.Context, in *grpc.UserProfile, opts ...client.CallOption) (*grpc.GetUserProfileResponse, error)
- func (s *BillingServerOkMock) CreatePageReview(ctx context.Context, in *grpc.CreatePageReviewRequest, ...) (*grpc.CheckProjectRequestSignatureResponse, error)
- func (s *BillingServerOkMock) CreatePayoutDocument(ctx context.Context, in *grpc.CreatePayoutDocumentRequest, ...) (*grpc.CreatePayoutDocumentResponse, error)
- func (s *BillingServerOkMock) CreateRefund(ctx context.Context, in *grpc.CreateRefundRequest, opts ...client.CallOption) (*grpc.CreateRefundResponse, error)
- func (s *BillingServerOkMock) CreateRoyaltyReport(ctx context.Context, in *grpc.CreateRoyaltyReportRequest, ...) (*grpc.CreateRoyaltyReportRequest, error)
- func (s *BillingServerOkMock) CreateToken(ctx context.Context, in *grpc.TokenRequest, opts ...client.CallOption) (*grpc.TokenResponse, error)
- func (s *BillingServerOkMock) DeleteAdminUser(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkMock) DeleteKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkMock) DeleteMerchantUser(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkMock) DeleteMoneyBackCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkMock) DeleteMoneyBackCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkMock) DeletePaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkMock) DeletePaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkMock) DeletePaymentChannelCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkMock) DeletePaymentMethodProductionSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerOkMock) DeletePaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerOkMock) DeletePlatformFromProduct(ctx context.Context, in *grpc.RemovePlatformRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkMock) DeleteProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkMock) DeleteProject(ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption) (*grpc.ChangeProjectResponse, error)
- func (s *BillingServerOkMock) DeleteSavedCard(ctx context.Context, in *grpc.DeleteSavedCardRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkMock) FindAllOrders(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersResponse, error)
- func (s *BillingServerOkMock) FindAllOrdersPrivate(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersPrivateResponse, error)
- func (s *BillingServerOkMock) FindAllOrdersPublic(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersPublicResponse, error)
- func (s *BillingServerOkMock) FindByZipCode(ctx context.Context, in *grpc.FindByZipCodeRequest, opts ...client.CallOption) (*grpc.FindByZipCodeResponse, error)
- func (s *BillingServerOkMock) FinishRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
- func (s *BillingServerOkMock) GetAdminUser(ctx context.Context, in *grpc.GetAdminUserRequest, opts ...client.CallOption) (*grpc.GetAdminUserResponse, error)
- func (s *BillingServerOkMock) GetAdminUserRole(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
- func (s *BillingServerOkMock) GetAdminUsers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetAdminUsersResponse, error)
- func (s *BillingServerOkMock) GetAllMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantListRequest, ...) (*grpc.MoneyBackCostMerchantListResponse, error)
- func (s *BillingServerOkMock) GetAllMoneyBackCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.MoneyBackCostSystemListResponse, error)
- func (s *BillingServerOkMock) GetAllPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantListRequest, ...) (*grpc.PaymentChannelCostMerchantListResponse, error)
- func (s *BillingServerOkMock) GetAllPaymentChannelCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemListResponse, error)
- func (s *BillingServerOkMock) GetAvailableKeysCount(ctx context.Context, in *grpc.GetPlatformKeyCountRequest, ...) (*grpc.GetPlatformKeyCountResponse, error)
- func (s *BillingServerOkMock) GetCommonUserProfile(ctx context.Context, in *grpc.CommonUserProfileRequest, ...) (*grpc.CommonUserProfileResponse, error)
- func (s *BillingServerOkMock) GetCountriesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*billing.CountriesList, error)
- func (s *BillingServerOkMock) GetCountriesListForOrder(ctx context.Context, in *grpc.GetCountriesListForOrderRequest, ...) (*grpc.GetCountriesListForOrderResponse, error)
- func (s *BillingServerOkMock) GetCountry(ctx context.Context, in *billing.GetCountryRequest, opts ...client.CallOption) (*billing.Country, error)
- func (s *BillingServerOkMock) GetDashboardBaseReport(ctx context.Context, in *grpc.GetDashboardBaseReportRequest, ...) (*grpc.GetDashboardBaseReportResponse, error)
- func (s *BillingServerOkMock) GetDashboardMainReport(ctx context.Context, in *grpc.GetDashboardMainRequest, ...) (*grpc.GetDashboardMainResponse, error)
- func (s *BillingServerOkMock) GetDashboardRevenueDynamicsReport(ctx context.Context, in *grpc.GetDashboardMainRequest, ...) (*grpc.GetDashboardRevenueDynamicsReportResponse, error)
- func (s *BillingServerOkMock) GetKeyByID(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
- func (s *BillingServerOkMock) GetKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerOkMock) GetKeyProductInfo(ctx context.Context, in *grpc.GetKeyProductInfoRequest, ...) (*grpc.GetKeyProductInfoResponse, error)
- func (s *BillingServerOkMock) GetKeyProducts(ctx context.Context, in *grpc.ListKeyProductsRequest, ...) (*grpc.ListKeyProductsResponse, error)
- func (s *BillingServerOkMock) GetKeyProductsForOrder(ctx context.Context, in *grpc.GetKeyProductsForOrderRequest, ...) (*grpc.ListKeyProductsResponse, error)
- func (s *BillingServerOkMock) GetMerchantBalance(ctx context.Context, in *grpc.GetMerchantBalanceRequest, ...) (*grpc.GetMerchantBalanceResponse, error)
- func (s *BillingServerOkMock) GetMerchantBy(ctx context.Context, in *grpc.GetMerchantByRequest, opts ...client.CallOption) (*grpc.GetMerchantResponse, error)
- func (s *BillingServerOkMock) GetMerchantOnboardingCompleteData(ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, ...) (*grpc.GetMerchantOnboardingCompleteDataResponse, error)
- func (s *BillingServerOkMock) GetMerchantPaymentMethod(ctx context.Context, in *grpc.GetMerchantPaymentMethodRequest, ...) (*grpc.GetMerchantPaymentMethodResponse, error)
- func (s *BillingServerOkMock) GetMerchantTariffRates(ctx context.Context, in *grpc.GetMerchantTariffRatesRequest, ...) (*grpc.GetMerchantTariffRatesResponse, error)
- func (s *BillingServerOkMock) GetMerchantUser(ctx context.Context, in *grpc.GetMerchantUserRequest, ...) (*grpc.GetMerchantUserResponse, error)
- func (s *BillingServerOkMock) GetMerchantUserRole(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
- func (s *BillingServerOkMock) GetMerchantUsers(ctx context.Context, in *grpc.GetMerchantUsersRequest, ...) (*grpc.GetMerchantUsersResponse, error)
- func (s *BillingServerOkMock) GetMerchantsForUser(ctx context.Context, in *grpc.GetMerchantsForUserRequest, ...) (*grpc.GetMerchantsForUserResponse, error)
- func (s *BillingServerOkMock) GetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantRequest, ...) (*grpc.MoneyBackCostMerchantResponse, error)
- func (s *BillingServerOkMock) GetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystemRequest, ...) (*grpc.MoneyBackCostSystemResponse, error)
- func (s *BillingServerOkMock) GetNotification(ctx context.Context, in *grpc.GetNotificationRequest, ...) (*billing.Notification, error)
- func (s *BillingServerOkMock) GetOperatingCompaniesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetOperatingCompaniesListResponse, error)
- func (s *BillingServerOkMock) GetOperatingCompany(ctx context.Context, in *grpc.GetOperatingCompanyRequest, ...) (*grpc.GetOperatingCompanyResponse, error)
- func (s *BillingServerOkMock) GetOrder(ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption) (*billing.Order, error)
- func (s *BillingServerOkMock) GetOrderPrivate(ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption) (*grpc.GetOrderPrivateResponse, error)
- func (s *BillingServerOkMock) GetOrderPublic(ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption) (*grpc.GetOrderPublicResponse, error)
- func (s *BillingServerOkMock) GetPaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.GetPaylinkResponse, error)
- func (s *BillingServerOkMock) GetPaylinkStatByCountry(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerOkMock) GetPaylinkStatByDate(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerOkMock) GetPaylinkStatByReferrer(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerOkMock) GetPaylinkStatByUtm(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerOkMock) GetPaylinkStatTotal(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonResponse, error)
- func (s *BillingServerOkMock) GetPaylinkURL(ctx context.Context, in *grpc.GetPaylinkURLRequest, opts ...client.CallOption) (*grpc.GetPaylinkUrlResponse, error)
- func (s *BillingServerOkMock) GetPaylinks(ctx context.Context, in *grpc.GetPaylinksRequest, opts ...client.CallOption) (*grpc.GetPaylinksResponse, error)
- func (s *BillingServerOkMock) GetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantRequest, ...) (*grpc.PaymentChannelCostMerchantResponse, error)
- func (s *BillingServerOkMock) GetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystemRequest, ...) (*grpc.PaymentChannelCostSystemResponse, error)
- func (s *BillingServerOkMock) GetPaymentMethodProductionSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.GetPaymentMethodSettingsResponse, error)
- func (s *BillingServerOkMock) GetPaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.GetPaymentMethodSettingsResponse, error)
- func (s *BillingServerOkMock) GetPaymentMinLimitsSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetPaymentMinLimitsSystemResponse, error)
- func (s *BillingServerOkMock) GetPayoutDocument(ctx context.Context, in *grpc.GetPayoutDocumentRequest, ...) (*grpc.PayoutDocumentResponse, error)
- func (s *BillingServerOkMock) GetPayoutDocumentRoyaltyReports(ctx context.Context, in *grpc.GetPayoutDocumentRequest, ...) (*grpc.ListRoyaltyReportsResponse, error)
- func (s *BillingServerOkMock) GetPayoutDocuments(ctx context.Context, in *grpc.GetPayoutDocumentsRequest, ...) (*grpc.GetPayoutDocumentsResponse, error)
- func (s *BillingServerOkMock) GetPlatforms(ctx context.Context, in *grpc.ListPlatformsRequest, opts ...client.CallOption) (*grpc.ListPlatformsResponse, error)
- func (s *BillingServerOkMock) GetPriceGroup(ctx context.Context, in *billing.GetPriceGroupRequest, ...) (*billing.PriceGroup, error)
- func (s *BillingServerOkMock) GetPriceGroupByCountry(ctx context.Context, in *grpc.PriceGroupByCountryRequest, ...) (*billing.PriceGroup, error)
- func (s *BillingServerOkMock) GetPriceGroupByRegion(ctx context.Context, in *grpc.GetPriceGroupByRegionRequest, ...) (*grpc.GetPriceGroupByRegionResponse, error)
- func (s *BillingServerOkMock) GetPriceGroupCurrencies(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.PriceGroupCurrenciesResponse, error)
- func (s *BillingServerOkMock) GetPriceGroupCurrencyByRegion(ctx context.Context, in *grpc.PriceGroupByRegionRequest, ...) (*grpc.PriceGroupCurrenciesResponse, error)
- func (s *BillingServerOkMock) GetPriceGroupRecommendedPrice(ctx context.Context, in *grpc.RecommendedPriceRequest, ...) (*grpc.RecommendedPriceResponse, error)
- func (s *BillingServerOkMock) GetProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.GetProductResponse, error)
- func (s *BillingServerOkMock) GetProductPrices(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.ProductPricesResponse, error)
- func (s *BillingServerOkMock) GetProductsForOrder(ctx context.Context, in *grpc.GetProductsForOrderRequest, ...) (*grpc.ListProductsResponse, error)
- func (s *BillingServerOkMock) GetProject(ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption) (*grpc.ChangeProjectResponse, error)
- func (s *BillingServerOkMock) GetRecommendedPriceByConversion(ctx context.Context, in *grpc.RecommendedPriceRequest, ...) (*grpc.RecommendedPriceResponse, error)
- func (s *BillingServerOkMock) GetRecommendedPriceByPriceGroup(ctx context.Context, in *grpc.RecommendedPriceRequest, ...) (*grpc.RecommendedPriceResponse, error)
- func (s *BillingServerOkMock) GetRecommendedPriceTable(ctx context.Context, in *grpc.RecommendedPriceTableRequest, ...) (*grpc.RecommendedPriceTableResponse, error)
- func (s *BillingServerOkMock) GetRefund(ctx context.Context, in *grpc.GetRefundRequest, opts ...client.CallOption) (*grpc.CreateRefundResponse, error)
- func (s *BillingServerOkMock) GetRoleList(ctx context.Context, in *grpc.GetRoleListRequest, opts ...client.CallOption) (*grpc.GetRoleListResponse, error)
- func (s *BillingServerOkMock) GetRoyaltyReport(ctx context.Context, in *grpc.GetRoyaltyReportRequest, ...) (*grpc.GetRoyaltyReportResponse, error)
- func (s *BillingServerOkMock) GetUserProfile(ctx context.Context, in *grpc.GetUserProfileRequest, opts ...client.CallOption) (*grpc.GetUserProfileResponse, error)
- func (s *BillingServerOkMock) GetVatReportTransactions(ctx context.Context, in *grpc.VatTransactionsRequest, ...) (*grpc.TransactionsResponse, error)
- func (s *BillingServerOkMock) GetVatReportsDashboard(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)
- func (s *BillingServerOkMock) GetVatReportsForCountry(ctx context.Context, in *grpc.VatReportsRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)
- func (s *BillingServerOkMock) IncrPaylinkVisits(ctx context.Context, in *grpc.PaylinkRequestById, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkMock) InviteUserAdmin(ctx context.Context, in *grpc.InviteUserAdminRequest, ...) (*grpc.InviteUserAdminResponse, error)
- func (s *BillingServerOkMock) InviteUserMerchant(ctx context.Context, in *grpc.InviteUserMerchantRequest, ...) (*grpc.InviteUserMerchantResponse, error)
- func (s *BillingServerOkMock) IsOrderCanBePaying(ctx context.Context, in *grpc.IsOrderCanBePayingRequest, ...) (*grpc.IsOrderCanBePayingResponse, error)
- func (s *BillingServerOkMock) ListMerchantPaymentMethods(ctx context.Context, in *grpc.ListMerchantPaymentMethodsRequest, ...) (*grpc.ListingMerchantPaymentMethod, error)
- func (s *BillingServerOkMock) ListMerchants(ctx context.Context, in *grpc.MerchantListingRequest, ...) (*grpc.MerchantListingResponse, error)
- func (s *BillingServerOkMock) ListNotifications(ctx context.Context, in *grpc.ListingNotificationRequest, ...) (*grpc.Notifications, error)
- func (s *BillingServerOkMock) ListProducts(ctx context.Context, in *grpc.ListProductsRequest, opts ...client.CallOption) (*grpc.ListProductsResponse, error)
- func (s *BillingServerOkMock) ListProjects(ctx context.Context, in *grpc.ListProjectsRequest, opts ...client.CallOption) (*grpc.ListProjectsResponse, error)
- func (s *BillingServerOkMock) ListRefunds(ctx context.Context, in *grpc.ListRefundsRequest, opts ...client.CallOption) (*grpc.ListRefundsResponse, error)
- func (s *BillingServerOkMock) ListRoyaltyReportOrders(ctx context.Context, in *grpc.ListRoyaltyReportOrdersRequest, ...) (*grpc.TransactionsResponse, error)
- func (s *BillingServerOkMock) ListRoyaltyReports(ctx context.Context, in *grpc.ListRoyaltyReportsRequest, ...) (*grpc.ListRoyaltyReportsResponse, error)
- func (s *BillingServerOkMock) MarkNotificationAsRead(ctx context.Context, in *grpc.GetNotificationRequest, ...) (*billing.Notification, error)
- func (s *BillingServerOkMock) MerchantReviewRoyaltyReport(ctx context.Context, in *grpc.MerchantReviewRoyaltyReportRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkMock) OrderCreateByPaylink(ctx context.Context, in *billing.OrderCreateByPaylink, ...) (*grpc.OrderCreateProcessResponse, error)
- func (s *BillingServerOkMock) OrderCreateProcess(ctx context.Context, in *billing.OrderCreateRequest, opts ...client.CallOption) (*grpc.OrderCreateProcessResponse, error)
- func (s *BillingServerOkMock) OrderReCreateProcess(ctx context.Context, in *grpc.OrderReCreateProcessRequest, ...) (*grpc.OrderCreateProcessResponse, error)
- func (s *BillingServerOkMock) OrderReceipt(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
- func (s *BillingServerOkMock) OrderReceiptRefund(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
- func (s *BillingServerOkMock) PaymentCallbackProcess(ctx context.Context, in *grpc.PaymentNotifyRequest, opts ...client.CallOption) (*grpc.PaymentNotifyResponse, error)
- func (s *BillingServerOkMock) PaymentCreateProcess(ctx context.Context, in *grpc.PaymentCreateRequest, opts ...client.CallOption) (*grpc.PaymentCreateResponse, error)
- func (s *BillingServerOkMock) PaymentFormJsonDataProcess(ctx context.Context, in *grpc.PaymentFormJsonDataRequest, ...) (*grpc.PaymentFormJsonDataResponse, error)
- func (s *BillingServerOkMock) PaymentFormLanguageChanged(ctx context.Context, in *grpc.PaymentFormUserChangeLangRequest, ...) (*grpc.PaymentFormDataChangeResponse, error)
- func (s *BillingServerOkMock) PaymentFormPaymentAccountChanged(ctx context.Context, in *grpc.PaymentFormUserChangePaymentAccountRequest, ...) (*grpc.PaymentFormDataChangeResponse, error)
- func (s *BillingServerOkMock) PaymentFormPlatformChanged(ctx context.Context, in *grpc.PaymentFormUserChangePlatformRequest, ...) (*grpc.PaymentFormDataChangeResponse, error)
- func (s *BillingServerOkMock) PayoutDocumentPdfUploaded(ctx context.Context, in *grpc.PayoutDocumentPdfUploadedRequest, ...) (*grpc.PayoutDocumentPdfUploadedResponse, error)
- func (s *BillingServerOkMock) ProcessBillingAddress(ctx context.Context, in *grpc.ProcessBillingAddressRequest, ...) (*grpc.ProcessBillingAddressResponse, error)
- func (s *BillingServerOkMock) ProcessRefundCallback(ctx context.Context, in *grpc.CallbackRequest, opts ...client.CallOption) (*grpc.PaymentNotifyResponse, error)
- func (s *BillingServerOkMock) ProcessVatReports(ctx context.Context, in *grpc.ProcessVatReportsRequest, ...) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkMock) PublishKeyProduct(ctx context.Context, in *grpc.PublishKeyProductRequest, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerOkMock) RebuildCache(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkMock) ResendInviteAdmin(ctx context.Context, in *grpc.ResendInviteAdminRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkMock) ResendInviteMerchant(ctx context.Context, in *grpc.ResendInviteMerchantRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkMock) ReserveKeyForOrder(ctx context.Context, in *grpc.PlatformKeyReserveRequest, ...) (*grpc.PlatformKeyReserveResponse, error)
- func (s *BillingServerOkMock) RoyaltyReportPdfUploaded(ctx context.Context, in *grpc.RoyaltyReportPdfUploadedRequest, ...) (*grpc.RoyaltyReportPdfUploadedResponse, error)
- func (s *BillingServerOkMock) SetMerchantOperatingCompany(ctx context.Context, in *grpc.SetMerchantOperatingCompanyRequest, ...) (*grpc.SetMerchantOperatingCompanyResponse, error)
- func (s *BillingServerOkMock) SetMerchantS3Agreement(ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, ...) (*grpc.ChangeMerchantDataResponse, error)
- func (s *BillingServerOkMock) SetMerchantTariffRates(ctx context.Context, in *grpc.SetMerchantTariffRatesRequest, ...) (*grpc.CheckProjectRequestSignatureResponse, error)
- func (s *BillingServerOkMock) SetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchant, ...) (*grpc.MoneyBackCostMerchantResponse, error)
- func (s *BillingServerOkMock) SetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystem, ...) (*grpc.MoneyBackCostSystemResponse, error)
- func (s *BillingServerOkMock) SetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchant, ...) (*grpc.PaymentChannelCostMerchantResponse, error)
- func (s *BillingServerOkMock) SetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystem, ...) (*grpc.PaymentChannelCostSystemResponse, error)
- func (s *BillingServerOkMock) SetPaymentMinLimitSystem(ctx context.Context, in *billing.PaymentMinLimitSystem, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkMock) SetUserNotifyNewRegion(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkMock) SetUserNotifySales(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkMock) UnPublishKeyProduct(ctx context.Context, in *grpc.UnPublishKeyProductRequest, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerOkMock) UpdateCountry(ctx context.Context, in *billing.Country, opts ...client.CallOption) (*billing.Country, error)
- func (s *BillingServerOkMock) UpdateMerchant(ctx context.Context, in *billing.Merchant, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkMock) UpdateOrder(ctx context.Context, in *billing.Order, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkMock) UpdatePayoutDocument(ctx context.Context, in *grpc.UpdatePayoutDocumentRequest, ...) (*grpc.PayoutDocumentResponse, error)
- func (s *BillingServerOkMock) UpdatePayoutDocumentSignatures(ctx context.Context, in *grpc.UpdatePayoutDocumentSignaturesRequest, ...) (*grpc.PayoutDocumentResponse, error)
- func (s *BillingServerOkMock) UpdatePriceGroup(ctx context.Context, in *billing.PriceGroup, opts ...client.CallOption) (*billing.PriceGroup, error)
- func (s *BillingServerOkMock) UpdateProductPrices(ctx context.Context, in *grpc.UpdateProductPricesRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkMock) UpdateVatReportStatus(ctx context.Context, in *grpc.UpdateVatReportStatusRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkMock) UploadKeysFile(ctx context.Context, in *grpc.PlatformKeysFileRequest, ...) (*grpc.PlatformKeysFileResponse, error)
- type BillingServerOkTemporaryMock
- func (s *BillingServerOkTemporaryMock) AcceptInvite(ctx context.Context, in *grpc.AcceptInviteRequest, opts ...client.CallOption) (*grpc.AcceptInviteResponse, error)
- func (s *BillingServerOkTemporaryMock) AddOperatingCompany(ctx context.Context, in *billing.OperatingCompany, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkTemporaryMock) AutoAcceptRoyaltyReports(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkTemporaryMock) AutoCreatePayoutDocuments(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkTemporaryMock) CalcAnnualTurnovers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkTemporaryMock) CancelRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkTemporaryMock) ChangeCodeInOrder(ctx context.Context, in *grpc.ChangeCodeInOrderRequest, ...) (*grpc.ChangeCodeInOrderResponse, error)
- func (s *BillingServerOkTemporaryMock) ChangeMerchant(ctx context.Context, in *grpc.OnboardingRequest, opts ...client.CallOption) (*grpc.ChangeMerchantResponse, error)
- func (s *BillingServerOkTemporaryMock) ChangeMerchantData(ctx context.Context, in *grpc.ChangeMerchantDataRequest, ...) (*grpc.ChangeMerchantDataResponse, error)
- func (s *BillingServerOkTemporaryMock) ChangeMerchantManualPayouts(ctx context.Context, in *grpc.ChangeMerchantManualPayoutsRequest, ...) (*grpc.ChangeMerchantManualPayoutsResponse, error)
- func (s *BillingServerOkTemporaryMock) ChangeMerchantPaymentMethod(ctx context.Context, in *grpc.MerchantPaymentMethodRequest, ...) (*grpc.MerchantPaymentMethodResponse, error)
- func (s *BillingServerOkTemporaryMock) ChangeMerchantStatus(ctx context.Context, in *grpc.MerchantChangeStatusRequest, ...) (*grpc.ChangeMerchantStatusResponse, error)
- func (s *BillingServerOkTemporaryMock) ChangeProject(ctx context.Context, in *billing.Project, opts ...client.CallOption) (*grpc.ChangeProjectResponse, error)
- func (s *BillingServerOkTemporaryMock) ChangeRoleForAdminUser(ctx context.Context, in *grpc.ChangeRoleForAdminUserRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkTemporaryMock) ChangeRoleForMerchantUser(ctx context.Context, in *grpc.ChangeRoleForMerchantUserRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkTemporaryMock) ChangeRoyaltyReport(ctx context.Context, in *grpc.ChangeRoyaltyReportRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkTemporaryMock) ChangeRoyaltyReportStatus(ctx context.Context, in *grpc.CreateRoyaltyReportRequest, ...) (*grpc.CreateRoyaltyReportRequest, error)
- func (s *BillingServerOkTemporaryMock) CheckInviteToken(ctx context.Context, in *grpc.CheckInviteTokenRequest, ...) (*grpc.CheckInviteTokenResponse, error)
- func (s *BillingServerOkTemporaryMock) CheckProjectRequestSignature(ctx context.Context, in *grpc.CheckProjectRequestSignatureRequest, ...) (*grpc.CheckProjectRequestSignatureResponse, error)
- func (s *BillingServerOkTemporaryMock) CheckSkuAndKeyProject(ctx context.Context, in *grpc.CheckSkuAndKeyProjectRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkTemporaryMock) ConfirmUserEmail(ctx context.Context, in *grpc.ConfirmUserEmailRequest, ...) (*grpc.ConfirmUserEmailResponse, error)
- func (s *BillingServerOkTemporaryMock) CreateAccountingEntry(ctx context.Context, in *grpc.CreateAccountingEntryRequest, ...) (*grpc.CreateAccountingEntryResponse, error)
- func (s *BillingServerOkTemporaryMock) CreateNotification(ctx context.Context, in *grpc.NotificationRequest, opts ...client.CallOption) (*grpc.CreateNotificationResponse, error)
- func (s *BillingServerOkTemporaryMock) CreateOrUpdateKeyProduct(ctx context.Context, in *grpc.CreateOrUpdateKeyProductRequest, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerOkTemporaryMock) CreateOrUpdatePaylink(ctx context.Context, in *paylink.CreatePaylinkRequest, ...) (*grpc.GetPaylinkResponse, error)
- func (s *BillingServerOkTemporaryMock) CreateOrUpdatePaymentMethod(ctx context.Context, in *billing.PaymentMethod, opts ...client.CallOption) (*grpc.ChangePaymentMethodResponse, error)
- func (s *BillingServerOkTemporaryMock) CreateOrUpdatePaymentMethodProductionSettings(ctx context.Context, in *grpc.ChangePaymentMethodParamsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerOkTemporaryMock) CreateOrUpdatePaymentMethodTestSettings(ctx context.Context, in *grpc.ChangePaymentMethodParamsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerOkTemporaryMock) CreateOrUpdateProduct(ctx context.Context, in *grpc.Product, opts ...client.CallOption) (*grpc.Product, error)
- func (s *BillingServerOkTemporaryMock) CreateOrUpdateUserProfile(ctx context.Context, in *grpc.UserProfile, opts ...client.CallOption) (*grpc.GetUserProfileResponse, error)
- func (s *BillingServerOkTemporaryMock) CreatePageReview(ctx context.Context, in *grpc.CreatePageReviewRequest, ...) (*grpc.CheckProjectRequestSignatureResponse, error)
- func (s *BillingServerOkTemporaryMock) CreatePayoutDocument(ctx context.Context, in *grpc.CreatePayoutDocumentRequest, ...) (*grpc.CreatePayoutDocumentResponse, error)
- func (s *BillingServerOkTemporaryMock) CreateRefund(ctx context.Context, in *grpc.CreateRefundRequest, opts ...client.CallOption) (*grpc.CreateRefundResponse, error)
- func (s *BillingServerOkTemporaryMock) CreateRoyaltyReport(ctx context.Context, in *grpc.CreateRoyaltyReportRequest, ...) (*grpc.CreateRoyaltyReportRequest, error)
- func (s *BillingServerOkTemporaryMock) CreateToken(ctx context.Context, in *grpc.TokenRequest, opts ...client.CallOption) (*grpc.TokenResponse, error)
- func (s *BillingServerOkTemporaryMock) DeleteAdminUser(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkTemporaryMock) DeleteKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkTemporaryMock) DeleteMerchantUser(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkTemporaryMock) DeleteMoneyBackCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkTemporaryMock) DeleteMoneyBackCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkTemporaryMock) DeletePaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkTemporaryMock) DeletePaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkTemporaryMock) DeletePaymentChannelCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkTemporaryMock) DeletePaymentMethodProductionSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerOkTemporaryMock) DeletePaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerOkTemporaryMock) DeletePlatformFromProduct(ctx context.Context, in *grpc.RemovePlatformRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkTemporaryMock) DeleteProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkTemporaryMock) DeleteProject(ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption) (*grpc.ChangeProjectResponse, error)
- func (s *BillingServerOkTemporaryMock) DeleteSavedCard(ctx context.Context, in *grpc.DeleteSavedCardRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkTemporaryMock) FindAllOrders(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersResponse, error)
- func (s *BillingServerOkTemporaryMock) FindAllOrdersPrivate(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersPrivateResponse, error)
- func (s *BillingServerOkTemporaryMock) FindAllOrdersPublic(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersPublicResponse, error)
- func (s *BillingServerOkTemporaryMock) FindByZipCode(ctx context.Context, in *grpc.FindByZipCodeRequest, opts ...client.CallOption) (*grpc.FindByZipCodeResponse, error)
- func (s *BillingServerOkTemporaryMock) FinishRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
- func (s *BillingServerOkTemporaryMock) GetAdminUser(ctx context.Context, in *grpc.GetAdminUserRequest, opts ...client.CallOption) (*grpc.GetAdminUserResponse, error)
- func (s *BillingServerOkTemporaryMock) GetAdminUserRole(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
- func (s *BillingServerOkTemporaryMock) GetAdminUsers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetAdminUsersResponse, error)
- func (s *BillingServerOkTemporaryMock) GetAllMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantListRequest, ...) (*grpc.MoneyBackCostMerchantListResponse, error)
- func (s *BillingServerOkTemporaryMock) GetAllMoneyBackCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.MoneyBackCostSystemListResponse, error)
- func (s *BillingServerOkTemporaryMock) GetAllPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantListRequest, ...) (*grpc.PaymentChannelCostMerchantListResponse, error)
- func (s *BillingServerOkTemporaryMock) GetAllPaymentChannelCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemListResponse, error)
- func (s *BillingServerOkTemporaryMock) GetAvailableKeysCount(ctx context.Context, in *grpc.GetPlatformKeyCountRequest, ...) (*grpc.GetPlatformKeyCountResponse, error)
- func (s *BillingServerOkTemporaryMock) GetCommonUserProfile(ctx context.Context, in *grpc.CommonUserProfileRequest, ...) (*grpc.CommonUserProfileResponse, error)
- func (s *BillingServerOkTemporaryMock) GetCountriesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*billing.CountriesList, error)
- func (s *BillingServerOkTemporaryMock) GetCountriesListForOrder(ctx context.Context, in *grpc.GetCountriesListForOrderRequest, ...) (*grpc.GetCountriesListForOrderResponse, error)
- func (s *BillingServerOkTemporaryMock) GetCountry(ctx context.Context, in *billing.GetCountryRequest, opts ...client.CallOption) (*billing.Country, error)
- func (s *BillingServerOkTemporaryMock) GetDashboardBaseReport(ctx context.Context, in *grpc.GetDashboardBaseReportRequest, ...) (*grpc.GetDashboardBaseReportResponse, error)
- func (s *BillingServerOkTemporaryMock) GetDashboardMainReport(ctx context.Context, in *grpc.GetDashboardMainRequest, ...) (*grpc.GetDashboardMainResponse, error)
- func (s *BillingServerOkTemporaryMock) GetDashboardRevenueDynamicsReport(ctx context.Context, in *grpc.GetDashboardMainRequest, ...) (*grpc.GetDashboardRevenueDynamicsReportResponse, error)
- func (s *BillingServerOkTemporaryMock) GetKeyByID(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
- func (s *BillingServerOkTemporaryMock) GetKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerOkTemporaryMock) GetKeyProductInfo(ctx context.Context, in *grpc.GetKeyProductInfoRequest, ...) (*grpc.GetKeyProductInfoResponse, error)
- func (s *BillingServerOkTemporaryMock) GetKeyProducts(ctx context.Context, in *grpc.ListKeyProductsRequest, ...) (*grpc.ListKeyProductsResponse, error)
- func (s *BillingServerOkTemporaryMock) GetKeyProductsForOrder(ctx context.Context, in *grpc.GetKeyProductsForOrderRequest, ...) (*grpc.ListKeyProductsResponse, error)
- func (s *BillingServerOkTemporaryMock) GetMerchantBalance(ctx context.Context, in *grpc.GetMerchantBalanceRequest, ...) (*grpc.GetMerchantBalanceResponse, error)
- func (s *BillingServerOkTemporaryMock) GetMerchantBy(ctx context.Context, in *grpc.GetMerchantByRequest, opts ...client.CallOption) (*grpc.GetMerchantResponse, error)
- func (s *BillingServerOkTemporaryMock) GetMerchantOnboardingCompleteData(ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, ...) (*grpc.GetMerchantOnboardingCompleteDataResponse, error)
- func (s *BillingServerOkTemporaryMock) GetMerchantPaymentMethod(ctx context.Context, in *grpc.GetMerchantPaymentMethodRequest, ...) (*grpc.GetMerchantPaymentMethodResponse, error)
- func (s *BillingServerOkTemporaryMock) GetMerchantTariffRates(ctx context.Context, in *grpc.GetMerchantTariffRatesRequest, ...) (*grpc.GetMerchantTariffRatesResponse, error)
- func (s *BillingServerOkTemporaryMock) GetMerchantUser(ctx context.Context, in *grpc.GetMerchantUserRequest, ...) (*grpc.GetMerchantUserResponse, error)
- func (s *BillingServerOkTemporaryMock) GetMerchantUserRole(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
- func (s *BillingServerOkTemporaryMock) GetMerchantUsers(ctx context.Context, in *grpc.GetMerchantUsersRequest, ...) (*grpc.GetMerchantUsersResponse, error)
- func (s *BillingServerOkTemporaryMock) GetMerchantsForUser(ctx context.Context, in *grpc.GetMerchantsForUserRequest, ...) (*grpc.GetMerchantsForUserResponse, error)
- func (s *BillingServerOkTemporaryMock) GetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantRequest, ...) (*grpc.MoneyBackCostMerchantResponse, error)
- func (s *BillingServerOkTemporaryMock) GetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystemRequest, ...) (*grpc.MoneyBackCostSystemResponse, error)
- func (s *BillingServerOkTemporaryMock) GetNotification(ctx context.Context, in *grpc.GetNotificationRequest, ...) (*billing.Notification, error)
- func (s *BillingServerOkTemporaryMock) GetOperatingCompaniesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetOperatingCompaniesListResponse, error)
- func (s *BillingServerOkTemporaryMock) GetOperatingCompany(ctx context.Context, in *grpc.GetOperatingCompanyRequest, ...) (*grpc.GetOperatingCompanyResponse, error)
- func (s *BillingServerOkTemporaryMock) GetOrder(ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption) (*billing.Order, error)
- func (s *BillingServerOkTemporaryMock) GetOrderPrivate(ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption) (*grpc.GetOrderPrivateResponse, error)
- func (s *BillingServerOkTemporaryMock) GetOrderPublic(ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption) (*grpc.GetOrderPublicResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.GetPaylinkResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPaylinkStatByCountry(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPaylinkStatByDate(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPaylinkStatByReferrer(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPaylinkStatByUtm(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPaylinkStatTotal(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPaylinkURL(ctx context.Context, in *grpc.GetPaylinkURLRequest, opts ...client.CallOption) (*grpc.GetPaylinkUrlResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPaylinks(ctx context.Context, in *grpc.GetPaylinksRequest, opts ...client.CallOption) (*grpc.GetPaylinksResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantRequest, ...) (*grpc.PaymentChannelCostMerchantResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystemRequest, ...) (*grpc.PaymentChannelCostSystemResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPaymentMethodProductionSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.GetPaymentMethodSettingsResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.GetPaymentMethodSettingsResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPaymentMinLimitsSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetPaymentMinLimitsSystemResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPayoutDocument(ctx context.Context, in *grpc.GetPayoutDocumentRequest, ...) (*grpc.PayoutDocumentResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPayoutDocumentRoyaltyReports(ctx context.Context, in *grpc.GetPayoutDocumentRequest, ...) (*grpc.ListRoyaltyReportsResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPayoutDocuments(ctx context.Context, in *grpc.GetPayoutDocumentsRequest, ...) (*grpc.GetPayoutDocumentsResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPlatforms(ctx context.Context, in *grpc.ListPlatformsRequest, opts ...client.CallOption) (*grpc.ListPlatformsResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPriceGroup(ctx context.Context, in *billing.GetPriceGroupRequest, ...) (*billing.PriceGroup, error)
- func (s *BillingServerOkTemporaryMock) GetPriceGroupByCountry(ctx context.Context, in *grpc.PriceGroupByCountryRequest, ...) (*billing.PriceGroup, error)
- func (s *BillingServerOkTemporaryMock) GetPriceGroupByRegion(ctx context.Context, in *grpc.GetPriceGroupByRegionRequest, ...) (*grpc.GetPriceGroupByRegionResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPriceGroupCurrencies(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.PriceGroupCurrenciesResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPriceGroupCurrencyByRegion(ctx context.Context, in *grpc.PriceGroupByRegionRequest, ...) (*grpc.PriceGroupCurrenciesResponse, error)
- func (s *BillingServerOkTemporaryMock) GetPriceGroupRecommendedPrice(ctx context.Context, in *grpc.RecommendedPriceRequest, ...) (*grpc.RecommendedPriceResponse, error)
- func (s *BillingServerOkTemporaryMock) GetProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.GetProductResponse, error)
- func (s *BillingServerOkTemporaryMock) GetProductPrices(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.ProductPricesResponse, error)
- func (s *BillingServerOkTemporaryMock) GetProductsForOrder(ctx context.Context, in *grpc.GetProductsForOrderRequest, ...) (*grpc.ListProductsResponse, error)
- func (s *BillingServerOkTemporaryMock) GetProject(ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption) (*grpc.ChangeProjectResponse, error)
- func (s *BillingServerOkTemporaryMock) GetRecommendedPriceByConversion(ctx context.Context, in *grpc.RecommendedPriceRequest, ...) (*grpc.RecommendedPriceResponse, error)
- func (s *BillingServerOkTemporaryMock) GetRecommendedPriceByPriceGroup(ctx context.Context, in *grpc.RecommendedPriceRequest, ...) (*grpc.RecommendedPriceResponse, error)
- func (s *BillingServerOkTemporaryMock) GetRecommendedPriceTable(ctx context.Context, in *grpc.RecommendedPriceTableRequest, ...) (*grpc.RecommendedPriceTableResponse, error)
- func (s *BillingServerOkTemporaryMock) GetRefund(ctx context.Context, in *grpc.GetRefundRequest, opts ...client.CallOption) (*grpc.CreateRefundResponse, error)
- func (s *BillingServerOkTemporaryMock) GetRoleList(ctx context.Context, in *grpc.GetRoleListRequest, opts ...client.CallOption) (*grpc.GetRoleListResponse, error)
- func (s *BillingServerOkTemporaryMock) GetRoyaltyReport(ctx context.Context, in *grpc.GetRoyaltyReportRequest, ...) (*grpc.GetRoyaltyReportResponse, error)
- func (s *BillingServerOkTemporaryMock) GetUserProfile(ctx context.Context, in *grpc.GetUserProfileRequest, opts ...client.CallOption) (*grpc.GetUserProfileResponse, error)
- func (s *BillingServerOkTemporaryMock) GetVatReportTransactions(ctx context.Context, in *grpc.VatTransactionsRequest, ...) (*grpc.TransactionsResponse, error)
- func (s *BillingServerOkTemporaryMock) GetVatReportsDashboard(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)
- func (s *BillingServerOkTemporaryMock) GetVatReportsForCountry(ctx context.Context, in *grpc.VatReportsRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)
- func (s *BillingServerOkTemporaryMock) IncrPaylinkVisits(ctx context.Context, in *grpc.PaylinkRequestById, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkTemporaryMock) InviteUserAdmin(ctx context.Context, in *grpc.InviteUserAdminRequest, ...) (*grpc.InviteUserAdminResponse, error)
- func (s *BillingServerOkTemporaryMock) InviteUserMerchant(ctx context.Context, in *grpc.InviteUserMerchantRequest, ...) (*grpc.InviteUserMerchantResponse, error)
- func (s *BillingServerOkTemporaryMock) IsOrderCanBePaying(ctx context.Context, in *grpc.IsOrderCanBePayingRequest, ...) (*grpc.IsOrderCanBePayingResponse, error)
- func (s *BillingServerOkTemporaryMock) ListMerchantPaymentMethods(ctx context.Context, in *grpc.ListMerchantPaymentMethodsRequest, ...) (*grpc.ListingMerchantPaymentMethod, error)
- func (s *BillingServerOkTemporaryMock) ListMerchants(ctx context.Context, in *grpc.MerchantListingRequest, ...) (*grpc.MerchantListingResponse, error)
- func (s *BillingServerOkTemporaryMock) ListNotifications(ctx context.Context, in *grpc.ListingNotificationRequest, ...) (*grpc.Notifications, error)
- func (s *BillingServerOkTemporaryMock) ListProducts(ctx context.Context, in *grpc.ListProductsRequest, opts ...client.CallOption) (*grpc.ListProductsResponse, error)
- func (s *BillingServerOkTemporaryMock) ListProjects(ctx context.Context, in *grpc.ListProjectsRequest, opts ...client.CallOption) (*grpc.ListProjectsResponse, error)
- func (s *BillingServerOkTemporaryMock) ListRefunds(ctx context.Context, in *grpc.ListRefundsRequest, opts ...client.CallOption) (*grpc.ListRefundsResponse, error)
- func (s *BillingServerOkTemporaryMock) ListRoyaltyReportOrders(ctx context.Context, in *grpc.ListRoyaltyReportOrdersRequest, ...) (*grpc.TransactionsResponse, error)
- func (s *BillingServerOkTemporaryMock) ListRoyaltyReports(ctx context.Context, in *grpc.ListRoyaltyReportsRequest, ...) (*grpc.ListRoyaltyReportsResponse, error)
- func (s *BillingServerOkTemporaryMock) MarkNotificationAsRead(ctx context.Context, in *grpc.GetNotificationRequest, ...) (*billing.Notification, error)
- func (s *BillingServerOkTemporaryMock) MerchantReviewRoyaltyReport(ctx context.Context, in *grpc.MerchantReviewRoyaltyReportRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkTemporaryMock) OrderCreateByPaylink(ctx context.Context, in *billing.OrderCreateByPaylink, ...) (*grpc.OrderCreateProcessResponse, error)
- func (s *BillingServerOkTemporaryMock) OrderCreateProcess(ctx context.Context, in *billing.OrderCreateRequest, opts ...client.CallOption) (*grpc.OrderCreateProcessResponse, error)
- func (s *BillingServerOkTemporaryMock) OrderReCreateProcess(ctx context.Context, in *grpc.OrderReCreateProcessRequest, ...) (*grpc.OrderCreateProcessResponse, error)
- func (s *BillingServerOkTemporaryMock) OrderReceipt(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
- func (s *BillingServerOkTemporaryMock) OrderReceiptRefund(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
- func (s *BillingServerOkTemporaryMock) PaymentCallbackProcess(ctx context.Context, in *grpc.PaymentNotifyRequest, opts ...client.CallOption) (*grpc.PaymentNotifyResponse, error)
- func (s *BillingServerOkTemporaryMock) PaymentCreateProcess(ctx context.Context, in *grpc.PaymentCreateRequest, opts ...client.CallOption) (*grpc.PaymentCreateResponse, error)
- func (s *BillingServerOkTemporaryMock) PaymentFormJsonDataProcess(ctx context.Context, in *grpc.PaymentFormJsonDataRequest, ...) (*grpc.PaymentFormJsonDataResponse, error)
- func (s *BillingServerOkTemporaryMock) PaymentFormLanguageChanged(ctx context.Context, in *grpc.PaymentFormUserChangeLangRequest, ...) (*grpc.PaymentFormDataChangeResponse, error)
- func (s *BillingServerOkTemporaryMock) PaymentFormPaymentAccountChanged(ctx context.Context, in *grpc.PaymentFormUserChangePaymentAccountRequest, ...) (*grpc.PaymentFormDataChangeResponse, error)
- func (s *BillingServerOkTemporaryMock) PaymentFormPlatformChanged(ctx context.Context, in *grpc.PaymentFormUserChangePlatformRequest, ...) (*grpc.PaymentFormDataChangeResponse, error)
- func (s *BillingServerOkTemporaryMock) PayoutDocumentPdfUploaded(ctx context.Context, in *grpc.PayoutDocumentPdfUploadedRequest, ...) (*grpc.PayoutDocumentPdfUploadedResponse, error)
- func (s *BillingServerOkTemporaryMock) ProcessBillingAddress(ctx context.Context, in *grpc.ProcessBillingAddressRequest, ...) (*grpc.ProcessBillingAddressResponse, error)
- func (s *BillingServerOkTemporaryMock) ProcessRefundCallback(ctx context.Context, in *grpc.CallbackRequest, opts ...client.CallOption) (*grpc.PaymentNotifyResponse, error)
- func (s *BillingServerOkTemporaryMock) ProcessVatReports(ctx context.Context, in *grpc.ProcessVatReportsRequest, ...) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkTemporaryMock) PublishKeyProduct(ctx context.Context, in *grpc.PublishKeyProductRequest, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerOkTemporaryMock) RebuildCache(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkTemporaryMock) ResendInviteAdmin(ctx context.Context, in *grpc.ResendInviteAdminRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkTemporaryMock) ResendInviteMerchant(ctx context.Context, in *grpc.ResendInviteMerchantRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkTemporaryMock) ReserveKeyForOrder(ctx context.Context, in *grpc.PlatformKeyReserveRequest, ...) (*grpc.PlatformKeyReserveResponse, error)
- func (s *BillingServerOkTemporaryMock) RoyaltyReportPdfUploaded(ctx context.Context, in *grpc.RoyaltyReportPdfUploadedRequest, ...) (*grpc.RoyaltyReportPdfUploadedResponse, error)
- func (s *BillingServerOkTemporaryMock) SetMerchantOperatingCompany(ctx context.Context, in *grpc.SetMerchantOperatingCompanyRequest, ...) (*grpc.SetMerchantOperatingCompanyResponse, error)
- func (s *BillingServerOkTemporaryMock) SetMerchantS3Agreement(ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, ...) (*grpc.ChangeMerchantDataResponse, error)
- func (s *BillingServerOkTemporaryMock) SetMerchantTariffRates(ctx context.Context, in *grpc.SetMerchantTariffRatesRequest, ...) (*grpc.CheckProjectRequestSignatureResponse, error)
- func (s *BillingServerOkTemporaryMock) SetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchant, ...) (*grpc.MoneyBackCostMerchantResponse, error)
- func (s *BillingServerOkTemporaryMock) SetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystem, ...) (*grpc.MoneyBackCostSystemResponse, error)
- func (s *BillingServerOkTemporaryMock) SetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchant, ...) (*grpc.PaymentChannelCostMerchantResponse, error)
- func (s *BillingServerOkTemporaryMock) SetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystem, ...) (*grpc.PaymentChannelCostSystemResponse, error)
- func (s *BillingServerOkTemporaryMock) SetPaymentMinLimitSystem(ctx context.Context, in *billing.PaymentMinLimitSystem, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerOkTemporaryMock) SetUserNotifyNewRegion(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkTemporaryMock) SetUserNotifySales(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkTemporaryMock) UnPublishKeyProduct(ctx context.Context, in *grpc.UnPublishKeyProductRequest, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerOkTemporaryMock) UpdateCountry(ctx context.Context, in *billing.Country, opts ...client.CallOption) (*billing.Country, error)
- func (s *BillingServerOkTemporaryMock) UpdateMerchant(ctx context.Context, in *billing.Merchant, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkTemporaryMock) UpdateOrder(ctx context.Context, in *billing.Order, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerOkTemporaryMock) UpdatePayoutDocument(ctx context.Context, in *grpc.UpdatePayoutDocumentRequest, ...) (*grpc.PayoutDocumentResponse, error)
- func (s *BillingServerOkTemporaryMock) UpdatePayoutDocumentSignatures(ctx context.Context, in *grpc.UpdatePayoutDocumentSignaturesRequest, ...) (*grpc.PayoutDocumentResponse, error)
- func (s *BillingServerOkTemporaryMock) UpdatePriceGroup(ctx context.Context, in *billing.PriceGroup, opts ...client.CallOption) (*billing.PriceGroup, error)
- func (s *BillingServerOkTemporaryMock) UpdateProductPrices(ctx context.Context, in *grpc.UpdateProductPricesRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkTemporaryMock) UpdateVatReportStatus(ctx context.Context, in *grpc.UpdateVatReportStatusRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerOkTemporaryMock) UploadKeysFile(ctx context.Context, in *grpc.PlatformKeysFileRequest, ...) (*grpc.PlatformKeysFileResponse, error)
- type BillingServerSystemErrorMock
- func (s *BillingServerSystemErrorMock) AcceptInvite(ctx context.Context, in *grpc.AcceptInviteRequest, opts ...client.CallOption) (*grpc.AcceptInviteResponse, error)
- func (s *BillingServerSystemErrorMock) AddOperatingCompany(ctx context.Context, in *billing.OperatingCompany, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerSystemErrorMock) AutoAcceptRoyaltyReports(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerSystemErrorMock) AutoCreatePayoutDocuments(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerSystemErrorMock) CalcAnnualTurnovers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerSystemErrorMock) CancelRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerSystemErrorMock) ChangeCodeInOrder(ctx context.Context, in *grpc.ChangeCodeInOrderRequest, ...) (*grpc.ChangeCodeInOrderResponse, error)
- func (s *BillingServerSystemErrorMock) ChangeMerchant(ctx context.Context, in *grpc.OnboardingRequest, opts ...client.CallOption) (*grpc.ChangeMerchantResponse, error)
- func (s *BillingServerSystemErrorMock) ChangeMerchantData(ctx context.Context, in *grpc.ChangeMerchantDataRequest, ...) (*grpc.ChangeMerchantDataResponse, error)
- func (s *BillingServerSystemErrorMock) ChangeMerchantManualPayouts(ctx context.Context, in *grpc.ChangeMerchantManualPayoutsRequest, ...) (*grpc.ChangeMerchantManualPayoutsResponse, error)
- func (s *BillingServerSystemErrorMock) ChangeMerchantPaymentMethod(ctx context.Context, in *grpc.MerchantPaymentMethodRequest, ...) (*grpc.MerchantPaymentMethodResponse, error)
- func (s *BillingServerSystemErrorMock) ChangeMerchantStatus(ctx context.Context, in *grpc.MerchantChangeStatusRequest, ...) (*grpc.ChangeMerchantStatusResponse, error)
- func (s *BillingServerSystemErrorMock) ChangeProject(ctx context.Context, in *billing.Project, opts ...client.CallOption) (*grpc.ChangeProjectResponse, error)
- func (s *BillingServerSystemErrorMock) ChangeRoleForAdminUser(ctx context.Context, in *grpc.ChangeRoleForAdminUserRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerSystemErrorMock) ChangeRoleForMerchantUser(ctx context.Context, in *grpc.ChangeRoleForMerchantUserRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerSystemErrorMock) ChangeRoyaltyReport(ctx context.Context, in *grpc.ChangeRoyaltyReportRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerSystemErrorMock) ChangeRoyaltyReportStatus(ctx context.Context, in *grpc.CreateRoyaltyReportRequest, ...) (*grpc.CreateRoyaltyReportRequest, error)
- func (s *BillingServerSystemErrorMock) CheckInviteToken(ctx context.Context, in *grpc.CheckInviteTokenRequest, ...) (*grpc.CheckInviteTokenResponse, error)
- func (s *BillingServerSystemErrorMock) CheckProjectRequestSignature(ctx context.Context, in *grpc.CheckProjectRequestSignatureRequest, ...) (*grpc.CheckProjectRequestSignatureResponse, error)
- func (s *BillingServerSystemErrorMock) CheckSkuAndKeyProject(ctx context.Context, in *grpc.CheckSkuAndKeyProjectRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerSystemErrorMock) ConfirmUserEmail(ctx context.Context, in *grpc.ConfirmUserEmailRequest, ...) (*grpc.ConfirmUserEmailResponse, error)
- func (s *BillingServerSystemErrorMock) CreateAccountingEntry(ctx context.Context, in *grpc.CreateAccountingEntryRequest, ...) (*grpc.CreateAccountingEntryResponse, error)
- func (s *BillingServerSystemErrorMock) CreateNotification(ctx context.Context, in *grpc.NotificationRequest, opts ...client.CallOption) (*grpc.CreateNotificationResponse, error)
- func (s *BillingServerSystemErrorMock) CreateOrUpdateKeyProduct(ctx context.Context, in *grpc.CreateOrUpdateKeyProductRequest, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerSystemErrorMock) CreateOrUpdatePaylink(ctx context.Context, in *paylink.CreatePaylinkRequest, ...) (*grpc.GetPaylinkResponse, error)
- func (s *BillingServerSystemErrorMock) CreateOrUpdatePaymentMethod(ctx context.Context, in *billing.PaymentMethod, opts ...client.CallOption) (*grpc.ChangePaymentMethodResponse, error)
- func (s *BillingServerSystemErrorMock) CreateOrUpdatePaymentMethodProductionSettings(ctx context.Context, in *grpc.ChangePaymentMethodParamsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerSystemErrorMock) CreateOrUpdatePaymentMethodTestSettings(ctx context.Context, in *grpc.ChangePaymentMethodParamsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerSystemErrorMock) CreateOrUpdateProduct(ctx context.Context, in *grpc.Product, opts ...client.CallOption) (*grpc.Product, error)
- func (s *BillingServerSystemErrorMock) CreateOrUpdateUserProfile(ctx context.Context, in *grpc.UserProfile, opts ...client.CallOption) (*grpc.GetUserProfileResponse, error)
- func (s *BillingServerSystemErrorMock) CreatePageReview(ctx context.Context, in *grpc.CreatePageReviewRequest, ...) (*grpc.CheckProjectRequestSignatureResponse, error)
- func (s *BillingServerSystemErrorMock) CreatePayoutDocument(ctx context.Context, in *grpc.CreatePayoutDocumentRequest, ...) (*grpc.CreatePayoutDocumentResponse, error)
- func (s *BillingServerSystemErrorMock) CreateRefund(ctx context.Context, in *grpc.CreateRefundRequest, opts ...client.CallOption) (*grpc.CreateRefundResponse, error)
- func (s *BillingServerSystemErrorMock) CreateRoyaltyReport(ctx context.Context, in *grpc.CreateRoyaltyReportRequest, ...) (*grpc.CreateRoyaltyReportRequest, error)
- func (s *BillingServerSystemErrorMock) CreateToken(ctx context.Context, in *grpc.TokenRequest, opts ...client.CallOption) (*grpc.TokenResponse, error)
- func (s *BillingServerSystemErrorMock) DeleteAdminUser(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerSystemErrorMock) DeleteKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerSystemErrorMock) DeleteMerchantUser(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerSystemErrorMock) DeleteMoneyBackCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerSystemErrorMock) DeleteMoneyBackCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerSystemErrorMock) DeletePaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerSystemErrorMock) DeletePaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerSystemErrorMock) DeletePaymentChannelCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerSystemErrorMock) DeletePaymentMethodProductionSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerSystemErrorMock) DeletePaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.ChangePaymentMethodParamsResponse, error)
- func (s *BillingServerSystemErrorMock) DeletePlatformFromProduct(ctx context.Context, in *grpc.RemovePlatformRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerSystemErrorMock) DeleteProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerSystemErrorMock) DeleteProject(ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption) (*grpc.ChangeProjectResponse, error)
- func (s *BillingServerSystemErrorMock) DeleteSavedCard(ctx context.Context, in *grpc.DeleteSavedCardRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerSystemErrorMock) FindAllOrders(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersResponse, error)
- func (s *BillingServerSystemErrorMock) FindAllOrdersPrivate(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersPrivateResponse, error)
- func (s *BillingServerSystemErrorMock) FindAllOrdersPublic(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersPublicResponse, error)
- func (s *BillingServerSystemErrorMock) FindByZipCode(ctx context.Context, in *grpc.FindByZipCodeRequest, opts ...client.CallOption) (*grpc.FindByZipCodeResponse, error)
- func (s *BillingServerSystemErrorMock) FinishRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
- func (s *BillingServerSystemErrorMock) GetAdminUser(ctx context.Context, in *grpc.GetAdminUserRequest, opts ...client.CallOption) (*grpc.GetAdminUserResponse, error)
- func (s *BillingServerSystemErrorMock) GetAdminUserRole(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
- func (s *BillingServerSystemErrorMock) GetAdminUsers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetAdminUsersResponse, error)
- func (s *BillingServerSystemErrorMock) GetAllMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantListRequest, ...) (*grpc.MoneyBackCostMerchantListResponse, error)
- func (s *BillingServerSystemErrorMock) GetAllMoneyBackCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.MoneyBackCostSystemListResponse, error)
- func (s *BillingServerSystemErrorMock) GetAllPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantListRequest, ...) (*grpc.PaymentChannelCostMerchantListResponse, error)
- func (s *BillingServerSystemErrorMock) GetAllPaymentChannelCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemListResponse, error)
- func (s *BillingServerSystemErrorMock) GetAvailableKeysCount(ctx context.Context, in *grpc.GetPlatformKeyCountRequest, ...) (*grpc.GetPlatformKeyCountResponse, error)
- func (s *BillingServerSystemErrorMock) GetCommonUserProfile(ctx context.Context, in *grpc.CommonUserProfileRequest, ...) (*grpc.CommonUserProfileResponse, error)
- func (s *BillingServerSystemErrorMock) GetCountriesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*billing.CountriesList, error)
- func (s *BillingServerSystemErrorMock) GetCountriesListForOrder(ctx context.Context, in *grpc.GetCountriesListForOrderRequest, ...) (*grpc.GetCountriesListForOrderResponse, error)
- func (s *BillingServerSystemErrorMock) GetCountry(ctx context.Context, in *billing.GetCountryRequest, opts ...client.CallOption) (*billing.Country, error)
- func (s *BillingServerSystemErrorMock) GetDashboardBaseReport(ctx context.Context, in *grpc.GetDashboardBaseReportRequest, ...) (*grpc.GetDashboardBaseReportResponse, error)
- func (s *BillingServerSystemErrorMock) GetDashboardMainReport(ctx context.Context, in *grpc.GetDashboardMainRequest, ...) (*grpc.GetDashboardMainResponse, error)
- func (s *BillingServerSystemErrorMock) GetDashboardRevenueDynamicsReport(ctx context.Context, in *grpc.GetDashboardMainRequest, ...) (*grpc.GetDashboardRevenueDynamicsReportResponse, error)
- func (s *BillingServerSystemErrorMock) GetKeyByID(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
- func (s *BillingServerSystemErrorMock) GetKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerSystemErrorMock) GetKeyProductInfo(ctx context.Context, in *grpc.GetKeyProductInfoRequest, ...) (*grpc.GetKeyProductInfoResponse, error)
- func (s *BillingServerSystemErrorMock) GetKeyProducts(ctx context.Context, in *grpc.ListKeyProductsRequest, ...) (*grpc.ListKeyProductsResponse, error)
- func (s *BillingServerSystemErrorMock) GetKeyProductsForOrder(ctx context.Context, in *grpc.GetKeyProductsForOrderRequest, ...) (*grpc.ListKeyProductsResponse, error)
- func (s *BillingServerSystemErrorMock) GetMerchantBalance(ctx context.Context, in *grpc.GetMerchantBalanceRequest, ...) (*grpc.GetMerchantBalanceResponse, error)
- func (s *BillingServerSystemErrorMock) GetMerchantBy(ctx context.Context, in *grpc.GetMerchantByRequest, opts ...client.CallOption) (*grpc.GetMerchantResponse, error)
- func (s *BillingServerSystemErrorMock) GetMerchantOnboardingCompleteData(ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, ...) (*grpc.GetMerchantOnboardingCompleteDataResponse, error)
- func (s *BillingServerSystemErrorMock) GetMerchantPaymentMethod(ctx context.Context, in *grpc.GetMerchantPaymentMethodRequest, ...) (*grpc.GetMerchantPaymentMethodResponse, error)
- func (s *BillingServerSystemErrorMock) GetMerchantTariffRates(ctx context.Context, in *grpc.GetMerchantTariffRatesRequest, ...) (*grpc.GetMerchantTariffRatesResponse, error)
- func (s *BillingServerSystemErrorMock) GetMerchantUser(ctx context.Context, in *grpc.GetMerchantUserRequest, ...) (*grpc.GetMerchantUserResponse, error)
- func (s *BillingServerSystemErrorMock) GetMerchantUserRole(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
- func (s *BillingServerSystemErrorMock) GetMerchantUsers(ctx context.Context, in *grpc.GetMerchantUsersRequest, ...) (*grpc.GetMerchantUsersResponse, error)
- func (s *BillingServerSystemErrorMock) GetMerchantsForUser(ctx context.Context, in *grpc.GetMerchantsForUserRequest, ...) (*grpc.GetMerchantsForUserResponse, error)
- func (s *BillingServerSystemErrorMock) GetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantRequest, ...) (*grpc.MoneyBackCostMerchantResponse, error)
- func (s *BillingServerSystemErrorMock) GetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystemRequest, ...) (*grpc.MoneyBackCostSystemResponse, error)
- func (s *BillingServerSystemErrorMock) GetNotification(ctx context.Context, in *grpc.GetNotificationRequest, ...) (*billing.Notification, error)
- func (s *BillingServerSystemErrorMock) GetOperatingCompaniesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetOperatingCompaniesListResponse, error)
- func (s *BillingServerSystemErrorMock) GetOperatingCompany(ctx context.Context, in *grpc.GetOperatingCompanyRequest, ...) (*grpc.GetOperatingCompanyResponse, error)
- func (s *BillingServerSystemErrorMock) GetOrderPrivate(ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption) (*grpc.GetOrderPrivateResponse, error)
- func (s *BillingServerSystemErrorMock) GetOrderPublic(ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption) (*grpc.GetOrderPublicResponse, error)
- func (s *BillingServerSystemErrorMock) GetPaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.GetPaylinkResponse, error)
- func (s *BillingServerSystemErrorMock) GetPaylinkStatByCountry(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerSystemErrorMock) GetPaylinkStatByDate(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerSystemErrorMock) GetPaylinkStatByReferrer(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerSystemErrorMock) GetPaylinkStatByUtm(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonGroupResponse, error)
- func (s *BillingServerSystemErrorMock) GetPaylinkStatTotal(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, ...) (*grpc.GetPaylinkStatCommonResponse, error)
- func (s *BillingServerSystemErrorMock) GetPaylinkURL(ctx context.Context, in *grpc.GetPaylinkURLRequest, opts ...client.CallOption) (*grpc.GetPaylinkUrlResponse, error)
- func (s *BillingServerSystemErrorMock) GetPaylinks(ctx context.Context, in *grpc.GetPaylinksRequest, opts ...client.CallOption) (*grpc.GetPaylinksResponse, error)
- func (s *BillingServerSystemErrorMock) GetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantRequest, ...) (*grpc.PaymentChannelCostMerchantResponse, error)
- func (s *BillingServerSystemErrorMock) GetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystemRequest, ...) (*grpc.PaymentChannelCostSystemResponse, error)
- func (s *BillingServerSystemErrorMock) GetPaymentMethodProductionSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.GetPaymentMethodSettingsResponse, error)
- func (s *BillingServerSystemErrorMock) GetPaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, ...) (*grpc.GetPaymentMethodSettingsResponse, error)
- func (s *BillingServerSystemErrorMock) GetPaymentMinLimitsSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetPaymentMinLimitsSystemResponse, error)
- func (s *BillingServerSystemErrorMock) GetPayoutDocument(ctx context.Context, in *grpc.GetPayoutDocumentRequest, ...) (*grpc.PayoutDocumentResponse, error)
- func (s *BillingServerSystemErrorMock) GetPayoutDocumentRoyaltyReports(ctx context.Context, in *grpc.GetPayoutDocumentRequest, ...) (*grpc.ListRoyaltyReportsResponse, error)
- func (s *BillingServerSystemErrorMock) GetPayoutDocuments(ctx context.Context, in *grpc.GetPayoutDocumentsRequest, ...) (*grpc.GetPayoutDocumentsResponse, error)
- func (s *BillingServerSystemErrorMock) GetPlatforms(ctx context.Context, in *grpc.ListPlatformsRequest, opts ...client.CallOption) (*grpc.ListPlatformsResponse, error)
- func (s *BillingServerSystemErrorMock) GetPriceGroup(ctx context.Context, in *billing.GetPriceGroupRequest, ...) (*billing.PriceGroup, error)
- func (s *BillingServerSystemErrorMock) GetPriceGroupByCountry(ctx context.Context, in *grpc.PriceGroupByCountryRequest, ...) (*billing.PriceGroup, error)
- func (s *BillingServerSystemErrorMock) GetPriceGroupByRegion(ctx context.Context, in *grpc.GetPriceGroupByRegionRequest, ...) (*grpc.GetPriceGroupByRegionResponse, error)
- func (s *BillingServerSystemErrorMock) GetPriceGroupCurrencies(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.PriceGroupCurrenciesResponse, error)
- func (s *BillingServerSystemErrorMock) GetPriceGroupCurrencyByRegion(ctx context.Context, in *grpc.PriceGroupByRegionRequest, ...) (*grpc.PriceGroupCurrenciesResponse, error)
- func (s *BillingServerSystemErrorMock) GetPriceGroupRecommendedPrice(ctx context.Context, in *grpc.RecommendedPriceRequest, ...) (*grpc.RecommendedPriceResponse, error)
- func (s *BillingServerSystemErrorMock) GetProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.GetProductResponse, error)
- func (s *BillingServerSystemErrorMock) GetProductPrices(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.ProductPricesResponse, error)
- func (s *BillingServerSystemErrorMock) GetProductsForOrder(ctx context.Context, in *grpc.GetProductsForOrderRequest, ...) (*grpc.ListProductsResponse, error)
- func (s *BillingServerSystemErrorMock) GetProject(ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption) (*grpc.ChangeProjectResponse, error)
- func (s *BillingServerSystemErrorMock) GetRecommendedPriceByConversion(ctx context.Context, in *grpc.RecommendedPriceRequest, ...) (*grpc.RecommendedPriceResponse, error)
- func (s *BillingServerSystemErrorMock) GetRecommendedPriceByPriceGroup(ctx context.Context, in *grpc.RecommendedPriceRequest, ...) (*grpc.RecommendedPriceResponse, error)
- func (s *BillingServerSystemErrorMock) GetRecommendedPriceTable(ctx context.Context, in *grpc.RecommendedPriceTableRequest, ...) (*grpc.RecommendedPriceTableResponse, error)
- func (s *BillingServerSystemErrorMock) GetRefund(ctx context.Context, in *grpc.GetRefundRequest, opts ...client.CallOption) (*grpc.CreateRefundResponse, error)
- func (s *BillingServerSystemErrorMock) GetRoleList(ctx context.Context, in *grpc.GetRoleListRequest, opts ...client.CallOption) (*grpc.GetRoleListResponse, error)
- func (s *BillingServerSystemErrorMock) GetRoyaltyReport(ctx context.Context, in *grpc.GetRoyaltyReportRequest, ...) (*grpc.GetRoyaltyReportResponse, error)
- func (s *BillingServerSystemErrorMock) GetUserProfile(ctx context.Context, in *grpc.GetUserProfileRequest, opts ...client.CallOption) (*grpc.GetUserProfileResponse, error)
- func (s *BillingServerSystemErrorMock) GetVatReportTransactions(ctx context.Context, in *grpc.VatTransactionsRequest, ...) (*grpc.TransactionsResponse, error)
- func (s *BillingServerSystemErrorMock) GetVatReportsDashboard(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)
- func (s *BillingServerSystemErrorMock) GetVatReportsForCountry(ctx context.Context, in *grpc.VatReportsRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)
- func (s *BillingServerSystemErrorMock) IncrPaylinkVisits(ctx context.Context, in *grpc.PaylinkRequestById, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerSystemErrorMock) InviteUserAdmin(ctx context.Context, in *grpc.InviteUserAdminRequest, ...) (*grpc.InviteUserAdminResponse, error)
- func (s *BillingServerSystemErrorMock) InviteUserMerchant(ctx context.Context, in *grpc.InviteUserMerchantRequest, ...) (*grpc.InviteUserMerchantResponse, error)
- func (s *BillingServerSystemErrorMock) IsOrderCanBePaying(ctx context.Context, in *grpc.IsOrderCanBePayingRequest, ...) (*grpc.IsOrderCanBePayingResponse, error)
- func (s *BillingServerSystemErrorMock) ListMerchantPaymentMethods(ctx context.Context, in *grpc.ListMerchantPaymentMethodsRequest, ...) (*grpc.ListingMerchantPaymentMethod, error)
- func (s *BillingServerSystemErrorMock) ListMerchants(ctx context.Context, in *grpc.MerchantListingRequest, ...) (*grpc.MerchantListingResponse, error)
- func (s *BillingServerSystemErrorMock) ListNotifications(ctx context.Context, in *grpc.ListingNotificationRequest, ...) (*grpc.Notifications, error)
- func (s *BillingServerSystemErrorMock) ListProducts(ctx context.Context, in *grpc.ListProductsRequest, opts ...client.CallOption) (*grpc.ListProductsResponse, error)
- func (s *BillingServerSystemErrorMock) ListProjects(ctx context.Context, in *grpc.ListProjectsRequest, opts ...client.CallOption) (*grpc.ListProjectsResponse, error)
- func (s *BillingServerSystemErrorMock) ListRefunds(ctx context.Context, in *grpc.ListRefundsRequest, opts ...client.CallOption) (*grpc.ListRefundsResponse, error)
- func (s *BillingServerSystemErrorMock) ListRoyaltyReportOrders(ctx context.Context, in *grpc.ListRoyaltyReportOrdersRequest, ...) (*grpc.TransactionsResponse, error)
- func (s *BillingServerSystemErrorMock) ListRoyaltyReports(ctx context.Context, in *grpc.ListRoyaltyReportsRequest, ...) (*grpc.ListRoyaltyReportsResponse, error)
- func (s *BillingServerSystemErrorMock) MarkNotificationAsRead(ctx context.Context, in *grpc.GetNotificationRequest, ...) (*billing.Notification, error)
- func (s *BillingServerSystemErrorMock) MerchantReviewRoyaltyReport(ctx context.Context, in *grpc.MerchantReviewRoyaltyReportRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerSystemErrorMock) OrderCreateByPaylink(ctx context.Context, in *billing.OrderCreateByPaylink, ...) (*grpc.OrderCreateProcessResponse, error)
- func (s *BillingServerSystemErrorMock) OrderCreateProcess(ctx context.Context, in *billing.OrderCreateRequest, opts ...client.CallOption) (*grpc.OrderCreateProcessResponse, error)
- func (s *BillingServerSystemErrorMock) OrderReCreateProcess(ctx context.Context, in *grpc.OrderReCreateProcessRequest, ...) (*grpc.OrderCreateProcessResponse, error)
- func (s *BillingServerSystemErrorMock) OrderReceipt(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
- func (s *BillingServerSystemErrorMock) OrderReceiptRefund(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
- func (s *BillingServerSystemErrorMock) PaymentCallbackProcess(ctx context.Context, in *grpc.PaymentNotifyRequest, opts ...client.CallOption) (*grpc.PaymentNotifyResponse, error)
- func (s *BillingServerSystemErrorMock) PaymentCreateProcess(ctx context.Context, in *grpc.PaymentCreateRequest, opts ...client.CallOption) (*grpc.PaymentCreateResponse, error)
- func (s *BillingServerSystemErrorMock) PaymentFormJsonDataProcess(ctx context.Context, in *grpc.PaymentFormJsonDataRequest, ...) (*grpc.PaymentFormJsonDataResponse, error)
- func (s *BillingServerSystemErrorMock) PaymentFormLanguageChanged(ctx context.Context, in *grpc.PaymentFormUserChangeLangRequest, ...) (*grpc.PaymentFormDataChangeResponse, error)
- func (s *BillingServerSystemErrorMock) PaymentFormPaymentAccountChanged(ctx context.Context, in *grpc.PaymentFormUserChangePaymentAccountRequest, ...) (*grpc.PaymentFormDataChangeResponse, error)
- func (s *BillingServerSystemErrorMock) PaymentFormPlatformChanged(ctx context.Context, in *grpc.PaymentFormUserChangePlatformRequest, ...) (*grpc.PaymentFormDataChangeResponse, error)
- func (s *BillingServerSystemErrorMock) PayoutDocumentPdfUploaded(ctx context.Context, in *grpc.PayoutDocumentPdfUploadedRequest, ...) (*grpc.PayoutDocumentPdfUploadedResponse, error)
- func (s *BillingServerSystemErrorMock) ProcessBillingAddress(ctx context.Context, in *grpc.ProcessBillingAddressRequest, ...) (*grpc.ProcessBillingAddressResponse, error)
- func (s *BillingServerSystemErrorMock) ProcessRefundCallback(ctx context.Context, in *grpc.CallbackRequest, opts ...client.CallOption) (*grpc.PaymentNotifyResponse, error)
- func (s *BillingServerSystemErrorMock) ProcessVatReports(ctx context.Context, in *grpc.ProcessVatReportsRequest, ...) (*grpc.EmptyResponse, error)
- func (s *BillingServerSystemErrorMock) PublishKeyProduct(ctx context.Context, in *grpc.PublishKeyProductRequest, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerSystemErrorMock) RebuildCache(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerSystemErrorMock) ResendInviteAdmin(ctx context.Context, in *grpc.ResendInviteAdminRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerSystemErrorMock) ResendInviteMerchant(ctx context.Context, in *grpc.ResendInviteMerchantRequest, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerSystemErrorMock) ReserveKeyForOrder(ctx context.Context, in *grpc.PlatformKeyReserveRequest, ...) (*grpc.PlatformKeyReserveResponse, error)
- func (s *BillingServerSystemErrorMock) RoyaltyReportPdfUploaded(ctx context.Context, in *grpc.RoyaltyReportPdfUploadedRequest, ...) (*grpc.RoyaltyReportPdfUploadedResponse, error)
- func (s *BillingServerSystemErrorMock) SetMerchantOperatingCompany(ctx context.Context, in *grpc.SetMerchantOperatingCompanyRequest, ...) (*grpc.SetMerchantOperatingCompanyResponse, error)
- func (s *BillingServerSystemErrorMock) SetMerchantS3Agreement(ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, ...) (*grpc.ChangeMerchantDataResponse, error)
- func (s *BillingServerSystemErrorMock) SetMerchantTariffRates(ctx context.Context, in *grpc.SetMerchantTariffRatesRequest, ...) (*grpc.CheckProjectRequestSignatureResponse, error)
- func (s *BillingServerSystemErrorMock) SetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchant, ...) (*grpc.MoneyBackCostMerchantResponse, error)
- func (s *BillingServerSystemErrorMock) SetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystem, ...) (*grpc.MoneyBackCostSystemResponse, error)
- func (s *BillingServerSystemErrorMock) SetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchant, ...) (*grpc.PaymentChannelCostMerchantResponse, error)
- func (s *BillingServerSystemErrorMock) SetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystem, ...) (*grpc.PaymentChannelCostSystemResponse, error)
- func (s *BillingServerSystemErrorMock) SetPaymentMinLimitSystem(ctx context.Context, in *billing.PaymentMinLimitSystem, ...) (*grpc.EmptyResponseWithStatus, error)
- func (s *BillingServerSystemErrorMock) SetUserNotifyNewRegion(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerSystemErrorMock) SetUserNotifySales(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerSystemErrorMock) UnPublishKeyProduct(ctx context.Context, in *grpc.UnPublishKeyProductRequest, ...) (*grpc.KeyProductResponse, error)
- func (s *BillingServerSystemErrorMock) UpdateCountry(ctx context.Context, in *billing.Country, opts ...client.CallOption) (*billing.Country, error)
- func (s *BillingServerSystemErrorMock) UpdateMerchant(ctx context.Context, in *billing.Merchant, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerSystemErrorMock) UpdateOrder(ctx context.Context, in *billing.Order, opts ...client.CallOption) (*grpc.EmptyResponse, error)
- func (s *BillingServerSystemErrorMock) UpdatePayoutDocument(ctx context.Context, in *grpc.UpdatePayoutDocumentRequest, ...) (*grpc.PayoutDocumentResponse, error)
- func (s *BillingServerSystemErrorMock) UpdatePayoutDocumentSignatures(ctx context.Context, in *grpc.UpdatePayoutDocumentSignaturesRequest, ...) (*grpc.PayoutDocumentResponse, error)
- func (s *BillingServerSystemErrorMock) UpdatePriceGroup(ctx context.Context, in *billing.PriceGroup, opts ...client.CallOption) (*billing.PriceGroup, error)
- func (s *BillingServerSystemErrorMock) UpdateProductPrices(ctx context.Context, in *grpc.UpdateProductPricesRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerSystemErrorMock) UpdateVatReportStatus(ctx context.Context, in *grpc.UpdateVatReportStatusRequest, ...) (*grpc.ResponseError, error)
- func (s *BillingServerSystemErrorMock) UploadKeysFile(ctx context.Context, in *grpc.PlatformKeysFileRequest, ...) (*grpc.PlatformKeysFileResponse, error)
- type GeoIpServiceTestError
- type GeoIpServiceTestOk
- type GeoIpServiceTestOkWithoutSubdivision
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 (s *BillingServerErrorMock) AcceptInvite(ctx context.Context, in *grpc.AcceptInviteRequest, opts ...client.CallOption) (*grpc.AcceptInviteResponse, error)
func (*BillingServerErrorMock) AddOperatingCompany ¶
func (s *BillingServerErrorMock) AddOperatingCompany(ctx context.Context, in *billing.OperatingCompany, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
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 (s *BillingServerErrorMock) CancelRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerErrorMock) ChangeCodeInOrder ¶
func (s *BillingServerErrorMock) ChangeCodeInOrder(ctx context.Context, in *grpc.ChangeCodeInOrderRequest, opts ...client.CallOption) (*grpc.ChangeCodeInOrderResponse, error)
func (*BillingServerErrorMock) ChangeMerchant ¶
func (s *BillingServerErrorMock) ChangeMerchant( ctx context.Context, in *grpc.OnboardingRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantResponse, error)
func (*BillingServerErrorMock) ChangeMerchantData ¶
func (s *BillingServerErrorMock) ChangeMerchantData( ctx context.Context, in *grpc.ChangeMerchantDataRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantDataResponse, error)
func (*BillingServerErrorMock) ChangeMerchantManualPayouts ¶
func (s *BillingServerErrorMock) ChangeMerchantManualPayouts(ctx context.Context, in *grpc.ChangeMerchantManualPayoutsRequest, opts ...client.CallOption) (*grpc.ChangeMerchantManualPayoutsResponse, error)
func (*BillingServerErrorMock) ChangeMerchantPaymentMethod ¶
func (s *BillingServerErrorMock) ChangeMerchantPaymentMethod( ctx context.Context, in *grpc.MerchantPaymentMethodRequest, opts ...client.CallOption, ) (*grpc.MerchantPaymentMethodResponse, error)
func (*BillingServerErrorMock) ChangeMerchantStatus ¶
func (s *BillingServerErrorMock) ChangeMerchantStatus( ctx context.Context, in *grpc.MerchantChangeStatusRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantStatusResponse, error)
func (*BillingServerErrorMock) ChangeProject ¶
func (s *BillingServerErrorMock) ChangeProject( ctx context.Context, in *billing.Project, opts ...client.CallOption, ) (*grpc.ChangeProjectResponse, error)
func (*BillingServerErrorMock) ChangeRoleForAdminUser ¶
func (s *BillingServerErrorMock) ChangeRoleForAdminUser(ctx context.Context, in *grpc.ChangeRoleForAdminUserRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerErrorMock) ChangeRoleForMerchantUser ¶
func (s *BillingServerErrorMock) ChangeRoleForMerchantUser(ctx context.Context, in *grpc.ChangeRoleForMerchantUserRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerErrorMock) ChangeRoyaltyReport ¶
func (s *BillingServerErrorMock) ChangeRoyaltyReport(ctx context.Context, in *grpc.ChangeRoyaltyReportRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerErrorMock) ChangeRoyaltyReportStatus ¶
func (s *BillingServerErrorMock) ChangeRoyaltyReportStatus(ctx context.Context, in *grpc.CreateRoyaltyReportRequest, opts ...client.CallOption) (*grpc.CreateRoyaltyReportRequest, error)
func (*BillingServerErrorMock) CheckInviteToken ¶
func (s *BillingServerErrorMock) CheckInviteToken(ctx context.Context, in *grpc.CheckInviteTokenRequest, opts ...client.CallOption) (*grpc.CheckInviteTokenResponse, error)
func (*BillingServerErrorMock) CheckProjectRequestSignature ¶
func (s *BillingServerErrorMock) CheckProjectRequestSignature( ctx context.Context, in *grpc.CheckProjectRequestSignatureRequest, opts ...client.CallOption, ) (*grpc.CheckProjectRequestSignatureResponse, error)
func (*BillingServerErrorMock) CheckSkuAndKeyProject ¶
func (s *BillingServerErrorMock) CheckSkuAndKeyProject(ctx context.Context, in *grpc.CheckSkuAndKeyProjectRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerErrorMock) ConfirmUserEmail ¶
func (s *BillingServerErrorMock) ConfirmUserEmail( ctx context.Context, in *grpc.ConfirmUserEmailRequest, opts ...client.CallOption, ) (*grpc.ConfirmUserEmailResponse, error)
func (*BillingServerErrorMock) CreateAccountingEntry ¶
func (s *BillingServerErrorMock) CreateAccountingEntry(ctx context.Context, in *grpc.CreateAccountingEntryRequest, opts ...client.CallOption) (*grpc.CreateAccountingEntryResponse, error)
func (*BillingServerErrorMock) CreateNotification ¶
func (s *BillingServerErrorMock) CreateNotification( ctx context.Context, in *grpc.NotificationRequest, opts ...client.CallOption, ) (*grpc.CreateNotificationResponse, error)
func (*BillingServerErrorMock) CreateOrUpdateKeyProduct ¶
func (s *BillingServerErrorMock) CreateOrUpdateKeyProduct(ctx context.Context, in *grpc.CreateOrUpdateKeyProductRequest, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
func (*BillingServerErrorMock) CreateOrUpdatePaylink ¶
func (s *BillingServerErrorMock) CreateOrUpdatePaylink(ctx context.Context, in *paylink.CreatePaylinkRequest, opts ...client.CallOption) (*grpc.GetPaylinkResponse, error)
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 (s *BillingServerErrorMock) CreateOrUpdatePaymentMethodTestSettings(ctx context.Context, in *grpc.ChangePaymentMethodParamsRequest, opts ...client.CallOption) (*grpc.ChangePaymentMethodParamsResponse, error)
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 (s *BillingServerErrorMock) CreatePageReview( ctx context.Context, in *grpc.CreatePageReviewRequest, opts ...client.CallOption, ) (*grpc.CheckProjectRequestSignatureResponse, error)
func (*BillingServerErrorMock) CreatePayoutDocument ¶
func (s *BillingServerErrorMock) CreatePayoutDocument(ctx context.Context, in *grpc.CreatePayoutDocumentRequest, opts ...client.CallOption) (*grpc.CreatePayoutDocumentResponse, error)
func (*BillingServerErrorMock) CreateRefund ¶
func (s *BillingServerErrorMock) CreateRefund( ctx context.Context, in *grpc.CreateRefundRequest, opts ...client.CallOption, ) (*grpc.CreateRefundResponse, error)
func (*BillingServerErrorMock) CreateRoyaltyReport ¶
func (s *BillingServerErrorMock) CreateRoyaltyReport(ctx context.Context, in *grpc.CreateRoyaltyReportRequest, opts ...client.CallOption) (*grpc.CreateRoyaltyReportRequest, error)
func (*BillingServerErrorMock) CreateToken ¶
func (s *BillingServerErrorMock) CreateToken( ctx context.Context, in *grpc.TokenRequest, opts ...client.CallOption, ) (*grpc.TokenResponse, error)
func (*BillingServerErrorMock) DeleteAdminUser ¶
func (s *BillingServerErrorMock) DeleteAdminUser(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerErrorMock) DeleteKeyProduct ¶
func (s *BillingServerErrorMock) DeleteKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerErrorMock) DeleteMerchantUser ¶
func (s *BillingServerErrorMock) DeleteMerchantUser(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
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) DeletePaylink ¶
func (s *BillingServerErrorMock) DeletePaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, 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 (s *BillingServerErrorMock) DeletePaymentMethodProductionSettings( ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, opts ...client.CallOption, ) (*grpc.ChangePaymentMethodParamsResponse, error)
func (*BillingServerErrorMock) DeletePaymentMethodTestSettings ¶
func (s *BillingServerErrorMock) DeletePaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, opts ...client.CallOption) (*grpc.ChangePaymentMethodParamsResponse, error)
func (*BillingServerErrorMock) DeletePlatformFromProduct ¶
func (s *BillingServerErrorMock) DeletePlatformFromProduct(ctx context.Context, in *grpc.RemovePlatformRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerErrorMock) DeleteProduct ¶
func (s *BillingServerErrorMock) DeleteProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerErrorMock) DeleteProject ¶
func (s *BillingServerErrorMock) DeleteProject( ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption, ) (*grpc.ChangeProjectResponse, error)
func (*BillingServerErrorMock) DeleteSavedCard ¶
func (s *BillingServerErrorMock) DeleteSavedCard(ctx context.Context, in *grpc.DeleteSavedCardRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerErrorMock) FindAllOrders ¶
func (s *BillingServerErrorMock) FindAllOrders(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersResponse, error)
func (*BillingServerErrorMock) FindAllOrdersPrivate ¶
func (s *BillingServerErrorMock) FindAllOrdersPrivate( ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption, ) (*grpc.ListOrdersPrivateResponse, error)
func (*BillingServerErrorMock) FindAllOrdersPublic ¶
func (s *BillingServerErrorMock) FindAllOrdersPublic( ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption, ) (*grpc.ListOrdersPublicResponse, error)
func (*BillingServerErrorMock) FindByZipCode ¶
func (s *BillingServerErrorMock) FindByZipCode( ctx context.Context, in *grpc.FindByZipCodeRequest, opts ...client.CallOption, ) (*grpc.FindByZipCodeResponse, error)
func (*BillingServerErrorMock) FinishRedeemKeyForOrder ¶
func (s *BillingServerErrorMock) FinishRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
func (*BillingServerErrorMock) GetAdminUser ¶
func (s *BillingServerErrorMock) GetAdminUser(ctx context.Context, in *grpc.GetAdminUserRequest, opts ...client.CallOption) (*grpc.GetAdminUserResponse, error)
func (*BillingServerErrorMock) GetAdminUserRole ¶
func (s *BillingServerErrorMock) GetAdminUserRole(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
func (*BillingServerErrorMock) GetAdminUsers ¶
func (s *BillingServerErrorMock) GetAdminUsers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetAdminUsersResponse, error)
func (*BillingServerErrorMock) GetAllMoneyBackCostMerchant ¶
func (s *BillingServerErrorMock) GetAllMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantListRequest, opts ...client.CallOption) (*grpc.MoneyBackCostMerchantListResponse, error)
func (*BillingServerErrorMock) GetAllMoneyBackCostSystem ¶
func (s *BillingServerErrorMock) GetAllMoneyBackCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.MoneyBackCostSystemListResponse, error)
func (*BillingServerErrorMock) GetAllPaymentChannelCostMerchant ¶
func (s *BillingServerErrorMock) GetAllPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantListRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostMerchantListResponse, error)
func (*BillingServerErrorMock) GetAllPaymentChannelCostSystem ¶
func (s *BillingServerErrorMock) GetAllPaymentChannelCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemListResponse, error)
func (*BillingServerErrorMock) GetAvailableKeysCount ¶
func (s *BillingServerErrorMock) GetAvailableKeysCount(ctx context.Context, in *grpc.GetPlatformKeyCountRequest, opts ...client.CallOption) (*grpc.GetPlatformKeyCountResponse, error)
func (*BillingServerErrorMock) GetCommonUserProfile ¶
func (s *BillingServerErrorMock) GetCommonUserProfile(ctx context.Context, in *grpc.CommonUserProfileRequest, opts ...client.CallOption) (*grpc.CommonUserProfileResponse, error)
func (*BillingServerErrorMock) GetCountriesList ¶
func (s *BillingServerErrorMock) GetCountriesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*billing.CountriesList, error)
func (*BillingServerErrorMock) GetCountriesListForOrder ¶
func (s *BillingServerErrorMock) GetCountriesListForOrder(ctx context.Context, in *grpc.GetCountriesListForOrderRequest, opts ...client.CallOption) (*grpc.GetCountriesListForOrderResponse, error)
func (*BillingServerErrorMock) GetCountry ¶
func (s *BillingServerErrorMock) GetCountry(ctx context.Context, in *billing.GetCountryRequest, opts ...client.CallOption) (*billing.Country, error)
func (*BillingServerErrorMock) GetDashboardBaseReport ¶
func (s *BillingServerErrorMock) GetDashboardBaseReport( ctx context.Context, in *grpc.GetDashboardBaseReportRequest, opts ...client.CallOption, ) (*grpc.GetDashboardBaseReportResponse, error)
func (*BillingServerErrorMock) GetDashboardMainReport ¶
func (s *BillingServerErrorMock) GetDashboardMainReport( ctx context.Context, in *grpc.GetDashboardMainRequest, opts ...client.CallOption, ) (*grpc.GetDashboardMainResponse, error)
func (*BillingServerErrorMock) GetDashboardRevenueDynamicsReport ¶
func (s *BillingServerErrorMock) GetDashboardRevenueDynamicsReport( ctx context.Context, in *grpc.GetDashboardMainRequest, opts ...client.CallOption, ) (*grpc.GetDashboardRevenueDynamicsReportResponse, error)
func (*BillingServerErrorMock) GetKeyByID ¶
func (s *BillingServerErrorMock) GetKeyByID(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
func (*BillingServerErrorMock) GetKeyProduct ¶
func (s *BillingServerErrorMock) GetKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
func (*BillingServerErrorMock) GetKeyProductInfo ¶
func (s *BillingServerErrorMock) GetKeyProductInfo(ctx context.Context, in *grpc.GetKeyProductInfoRequest, opts ...client.CallOption) (*grpc.GetKeyProductInfoResponse, error)
func (*BillingServerErrorMock) GetKeyProducts ¶
func (s *BillingServerErrorMock) GetKeyProducts(ctx context.Context, in *grpc.ListKeyProductsRequest, opts ...client.CallOption) (*grpc.ListKeyProductsResponse, error)
func (*BillingServerErrorMock) GetKeyProductsForOrder ¶
func (s *BillingServerErrorMock) GetKeyProductsForOrder(ctx context.Context, in *grpc.GetKeyProductsForOrderRequest, opts ...client.CallOption) (*grpc.ListKeyProductsResponse, error)
func (*BillingServerErrorMock) GetMerchantBalance ¶
func (s *BillingServerErrorMock) GetMerchantBalance(ctx context.Context, in *grpc.GetMerchantBalanceRequest, opts ...client.CallOption) (*grpc.GetMerchantBalanceResponse, error)
func (*BillingServerErrorMock) GetMerchantBy ¶
func (s *BillingServerErrorMock) GetMerchantBy( ctx context.Context, in *grpc.GetMerchantByRequest, opts ...client.CallOption, ) (*grpc.GetMerchantResponse, error)
func (*BillingServerErrorMock) GetMerchantOnboardingCompleteData ¶
func (s *BillingServerErrorMock) GetMerchantOnboardingCompleteData( ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, opts ...client.CallOption, ) (*grpc.GetMerchantOnboardingCompleteDataResponse, error)
func (*BillingServerErrorMock) GetMerchantPaymentMethod ¶
func (s *BillingServerErrorMock) GetMerchantPaymentMethod( ctx context.Context, in *grpc.GetMerchantPaymentMethodRequest, opts ...client.CallOption, ) (*grpc.GetMerchantPaymentMethodResponse, error)
func (*BillingServerErrorMock) GetMerchantTariffRates ¶
func (s *BillingServerErrorMock) GetMerchantTariffRates( ctx context.Context, in *grpc.GetMerchantTariffRatesRequest, opts ...client.CallOption, ) (*grpc.GetMerchantTariffRatesResponse, error)
func (*BillingServerErrorMock) GetMerchantUser ¶
func (s *BillingServerErrorMock) GetMerchantUser(ctx context.Context, in *grpc.GetMerchantUserRequest, opts ...client.CallOption) (*grpc.GetMerchantUserResponse, error)
func (*BillingServerErrorMock) GetMerchantUserRole ¶
func (s *BillingServerErrorMock) GetMerchantUserRole(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
func (*BillingServerErrorMock) GetMerchantUsers ¶
func (s *BillingServerErrorMock) GetMerchantUsers(ctx context.Context, in *grpc.GetMerchantUsersRequest, opts ...client.CallOption) (*grpc.GetMerchantUsersResponse, error)
func (*BillingServerErrorMock) GetMerchantsForUser ¶
func (s *BillingServerErrorMock) GetMerchantsForUser(ctx context.Context, in *grpc.GetMerchantsForUserRequest, opts ...client.CallOption) (*grpc.GetMerchantsForUserResponse, error)
func (*BillingServerErrorMock) GetMoneyBackCostMerchant ¶
func (s *BillingServerErrorMock) GetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantRequest, opts ...client.CallOption) (*grpc.MoneyBackCostMerchantResponse, error)
func (*BillingServerErrorMock) GetMoneyBackCostSystem ¶
func (s *BillingServerErrorMock) GetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystemRequest, opts ...client.CallOption) (*grpc.MoneyBackCostSystemResponse, error)
func (*BillingServerErrorMock) GetNotification ¶
func (s *BillingServerErrorMock) GetNotification( ctx context.Context, in *grpc.GetNotificationRequest, opts ...client.CallOption, ) (*billing.Notification, error)
func (*BillingServerErrorMock) GetOperatingCompaniesList ¶
func (s *BillingServerErrorMock) GetOperatingCompaniesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetOperatingCompaniesListResponse, error)
func (*BillingServerErrorMock) GetOperatingCompany ¶
func (s *BillingServerErrorMock) GetOperatingCompany(ctx context.Context, in *grpc.GetOperatingCompanyRequest, opts ...client.CallOption) (*grpc.GetOperatingCompanyResponse, error)
func (*BillingServerErrorMock) GetOrder ¶
func (s *BillingServerErrorMock) GetOrder(ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption) (*billing.Order, error)
func (*BillingServerErrorMock) GetOrderPrivate ¶
func (s *BillingServerErrorMock) GetOrderPrivate( ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption, ) (*grpc.GetOrderPrivateResponse, error)
func (*BillingServerErrorMock) GetOrderPublic ¶
func (s *BillingServerErrorMock) GetOrderPublic( ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption, ) (*grpc.GetOrderPublicResponse, error)
func (*BillingServerErrorMock) GetPaylink ¶
func (s *BillingServerErrorMock) GetPaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.GetPaylinkResponse, error)
func (*BillingServerErrorMock) GetPaylinkStatByCountry ¶
func (s *BillingServerErrorMock) GetPaylinkStatByCountry(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerErrorMock) GetPaylinkStatByDate ¶
func (s *BillingServerErrorMock) GetPaylinkStatByDate(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerErrorMock) GetPaylinkStatByReferrer ¶
func (s *BillingServerErrorMock) GetPaylinkStatByReferrer(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerErrorMock) GetPaylinkStatByUtm ¶
func (s *BillingServerErrorMock) GetPaylinkStatByUtm(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerErrorMock) GetPaylinkStatTotal ¶
func (s *BillingServerErrorMock) GetPaylinkStatTotal(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonResponse, error)
func (*BillingServerErrorMock) GetPaylinkURL ¶
func (s *BillingServerErrorMock) GetPaylinkURL(ctx context.Context, in *grpc.GetPaylinkURLRequest, opts ...client.CallOption) (*grpc.GetPaylinkUrlResponse, error)
func (*BillingServerErrorMock) GetPaylinks ¶
func (s *BillingServerErrorMock) GetPaylinks(ctx context.Context, in *grpc.GetPaylinksRequest, opts ...client.CallOption) (*grpc.GetPaylinksResponse, error)
func (*BillingServerErrorMock) GetPaymentChannelCostMerchant ¶
func (s *BillingServerErrorMock) GetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostMerchantResponse, error)
func (*BillingServerErrorMock) GetPaymentChannelCostSystem ¶
func (s *BillingServerErrorMock) GetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystemRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemResponse, error)
func (*BillingServerErrorMock) GetPaymentMethodProductionSettings ¶
func (s *BillingServerErrorMock) GetPaymentMethodProductionSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, opts ...client.CallOption) (*grpc.GetPaymentMethodSettingsResponse, error)
func (*BillingServerErrorMock) GetPaymentMethodTestSettings ¶
func (s *BillingServerErrorMock) GetPaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, opts ...client.CallOption) (*grpc.GetPaymentMethodSettingsResponse, error)
func (*BillingServerErrorMock) GetPaymentMinLimitsSystem ¶
func (s *BillingServerErrorMock) GetPaymentMinLimitsSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetPaymentMinLimitsSystemResponse, error)
func (*BillingServerErrorMock) GetPayoutDocument ¶
func (s *BillingServerErrorMock) GetPayoutDocument(ctx context.Context, in *grpc.GetPayoutDocumentRequest, opts ...client.CallOption) (*grpc.PayoutDocumentResponse, error)
func (*BillingServerErrorMock) GetPayoutDocumentRoyaltyReports ¶
func (s *BillingServerErrorMock) GetPayoutDocumentRoyaltyReports(ctx context.Context, in *grpc.GetPayoutDocumentRequest, opts ...client.CallOption) (*grpc.ListRoyaltyReportsResponse, error)
func (*BillingServerErrorMock) GetPayoutDocuments ¶
func (s *BillingServerErrorMock) GetPayoutDocuments(ctx context.Context, in *grpc.GetPayoutDocumentsRequest, opts ...client.CallOption) (*grpc.GetPayoutDocumentsResponse, error)
func (*BillingServerErrorMock) GetPlatforms ¶
func (s *BillingServerErrorMock) GetPlatforms(ctx context.Context, in *grpc.ListPlatformsRequest, opts ...client.CallOption) (*grpc.ListPlatformsResponse, error)
func (*BillingServerErrorMock) GetPriceGroup ¶
func (s *BillingServerErrorMock) GetPriceGroup(ctx context.Context, in *billing.GetPriceGroupRequest, opts ...client.CallOption) (*billing.PriceGroup, error)
func (*BillingServerErrorMock) GetPriceGroupByCountry ¶
func (s *BillingServerErrorMock) GetPriceGroupByCountry( ctx context.Context, in *grpc.PriceGroupByCountryRequest, opts ...client.CallOption, ) (*billing.PriceGroup, error)
func (*BillingServerErrorMock) GetPriceGroupByRegion ¶
func (s *BillingServerErrorMock) GetPriceGroupByRegion(ctx context.Context, in *grpc.GetPriceGroupByRegionRequest, opts ...client.CallOption) (*grpc.GetPriceGroupByRegionResponse, error)
func (*BillingServerErrorMock) GetPriceGroupCurrencies ¶
func (s *BillingServerErrorMock) GetPriceGroupCurrencies( ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption, ) (*grpc.PriceGroupCurrenciesResponse, error)
func (*BillingServerErrorMock) GetPriceGroupCurrencyByRegion ¶
func (s *BillingServerErrorMock) GetPriceGroupCurrencyByRegion( ctx context.Context, in *grpc.PriceGroupByRegionRequest, opts ...client.CallOption, ) (*grpc.PriceGroupCurrenciesResponse, error)
func (*BillingServerErrorMock) GetPriceGroupRecommendedPrice ¶
func (s *BillingServerErrorMock) GetPriceGroupRecommendedPrice( ctx context.Context, in *grpc.RecommendedPriceRequest, opts ...client.CallOption, ) (*grpc.RecommendedPriceResponse, error)
func (*BillingServerErrorMock) GetProduct ¶
func (s *BillingServerErrorMock) GetProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.GetProductResponse, error)
func (*BillingServerErrorMock) GetProductPrices ¶
func (s *BillingServerErrorMock) GetProductPrices( ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption, ) (*grpc.ProductPricesResponse, error)
func (*BillingServerErrorMock) GetProductsForOrder ¶
func (s *BillingServerErrorMock) GetProductsForOrder( ctx context.Context, in *grpc.GetProductsForOrderRequest, opts ...client.CallOption, ) (*grpc.ListProductsResponse, error)
func (*BillingServerErrorMock) GetProject ¶
func (s *BillingServerErrorMock) GetProject( ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption, ) (*grpc.ChangeProjectResponse, error)
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 (s *BillingServerErrorMock) GetRecommendedPriceTable(ctx context.Context, in *grpc.RecommendedPriceTableRequest, opts ...client.CallOption) (*grpc.RecommendedPriceTableResponse, error)
func (*BillingServerErrorMock) GetRefund ¶
func (s *BillingServerErrorMock) GetRefund( ctx context.Context, in *grpc.GetRefundRequest, opts ...client.CallOption, ) (*grpc.CreateRefundResponse, error)
func (*BillingServerErrorMock) GetRoleList ¶
func (s *BillingServerErrorMock) GetRoleList(ctx context.Context, in *grpc.GetRoleListRequest, opts ...client.CallOption) (*grpc.GetRoleListResponse, error)
func (*BillingServerErrorMock) GetRoyaltyReport ¶
func (s *BillingServerErrorMock) GetRoyaltyReport(ctx context.Context, in *grpc.GetRoyaltyReportRequest, opts ...client.CallOption) (*grpc.GetRoyaltyReportResponse, error)
func (*BillingServerErrorMock) GetUserProfile ¶
func (s *BillingServerErrorMock) GetUserProfile( ctx context.Context, in *grpc.GetUserProfileRequest, opts ...client.CallOption, ) (*grpc.GetUserProfileResponse, error)
func (*BillingServerErrorMock) GetVatReportTransactions ¶
func (s *BillingServerErrorMock) GetVatReportTransactions(ctx context.Context, in *grpc.VatTransactionsRequest, opts ...client.CallOption) (*grpc.TransactionsResponse, error)
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 (s *BillingServerErrorMock) IncrPaylinkVisits(ctx context.Context, in *grpc.PaylinkRequestById, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerErrorMock) InviteUserAdmin ¶
func (s *BillingServerErrorMock) InviteUserAdmin(ctx context.Context, in *grpc.InviteUserAdminRequest, opts ...client.CallOption) (*grpc.InviteUserAdminResponse, error)
func (*BillingServerErrorMock) InviteUserMerchant ¶
func (s *BillingServerErrorMock) InviteUserMerchant(ctx context.Context, in *grpc.InviteUserMerchantRequest, opts ...client.CallOption) (*grpc.InviteUserMerchantResponse, error)
func (*BillingServerErrorMock) IsOrderCanBePaying ¶
func (s *BillingServerErrorMock) IsOrderCanBePaying( ctx context.Context, in *grpc.IsOrderCanBePayingRequest, opts ...client.CallOption, ) (*grpc.IsOrderCanBePayingResponse, error)
func (*BillingServerErrorMock) ListMerchantPaymentMethods ¶
func (s *BillingServerErrorMock) ListMerchantPaymentMethods( ctx context.Context, in *grpc.ListMerchantPaymentMethodsRequest, opts ...client.CallOption, ) (*grpc.ListingMerchantPaymentMethod, error)
func (*BillingServerErrorMock) ListMerchants ¶
func (s *BillingServerErrorMock) ListMerchants( ctx context.Context, in *grpc.MerchantListingRequest, opts ...client.CallOption, ) (*grpc.MerchantListingResponse, error)
func (*BillingServerErrorMock) ListNotifications ¶
func (s *BillingServerErrorMock) ListNotifications( ctx context.Context, in *grpc.ListingNotificationRequest, opts ...client.CallOption, ) (*grpc.Notifications, error)
func (*BillingServerErrorMock) ListProducts ¶
func (s *BillingServerErrorMock) ListProducts(ctx context.Context, in *grpc.ListProductsRequest, opts ...client.CallOption) (*grpc.ListProductsResponse, error)
func (*BillingServerErrorMock) ListProjects ¶
func (s *BillingServerErrorMock) ListProjects(ctx context.Context, in *grpc.ListProjectsRequest, opts ...client.CallOption) (*grpc.ListProjectsResponse, error)
func (*BillingServerErrorMock) ListRefunds ¶
func (s *BillingServerErrorMock) ListRefunds( ctx context.Context, in *grpc.ListRefundsRequest, opts ...client.CallOption, ) (*grpc.ListRefundsResponse, error)
func (*BillingServerErrorMock) ListRoyaltyReportOrders ¶
func (s *BillingServerErrorMock) ListRoyaltyReportOrders(ctx context.Context, in *grpc.ListRoyaltyReportOrdersRequest, opts ...client.CallOption) (*grpc.TransactionsResponse, error)
func (*BillingServerErrorMock) ListRoyaltyReports ¶
func (s *BillingServerErrorMock) ListRoyaltyReports(ctx context.Context, in *grpc.ListRoyaltyReportsRequest, opts ...client.CallOption) (*grpc.ListRoyaltyReportsResponse, error)
func (*BillingServerErrorMock) MarkNotificationAsRead ¶
func (s *BillingServerErrorMock) MarkNotificationAsRead( ctx context.Context, in *grpc.GetNotificationRequest, opts ...client.CallOption, ) (*billing.Notification, error)
func (*BillingServerErrorMock) MerchantReviewRoyaltyReport ¶
func (s *BillingServerErrorMock) MerchantReviewRoyaltyReport(ctx context.Context, in *grpc.MerchantReviewRoyaltyReportRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerErrorMock) OrderCreateByPaylink ¶
func (s *BillingServerErrorMock) OrderCreateByPaylink(ctx context.Context, in *billing.OrderCreateByPaylink, opts ...client.CallOption) (*grpc.OrderCreateProcessResponse, error)
func (*BillingServerErrorMock) OrderCreateProcess ¶
func (s *BillingServerErrorMock) OrderCreateProcess( ctx context.Context, in *billing.OrderCreateRequest, opts ...client.CallOption, ) (*grpc.OrderCreateProcessResponse, error)
func (*BillingServerErrorMock) OrderReCreateProcess ¶
func (s *BillingServerErrorMock) OrderReCreateProcess(ctx context.Context, in *grpc.OrderReCreateProcessRequest, opts ...client.CallOption) (*grpc.OrderCreateProcessResponse, error)
func (*BillingServerErrorMock) OrderReceipt ¶
func (s *BillingServerErrorMock) OrderReceipt(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
func (*BillingServerErrorMock) OrderReceiptRefund ¶
func (s *BillingServerErrorMock) OrderReceiptRefund(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
func (*BillingServerErrorMock) PaymentCallbackProcess ¶
func (s *BillingServerErrorMock) PaymentCallbackProcess( ctx context.Context, in *grpc.PaymentNotifyRequest, opts ...client.CallOption, ) (*grpc.PaymentNotifyResponse, error)
func (*BillingServerErrorMock) PaymentCreateProcess ¶
func (s *BillingServerErrorMock) PaymentCreateProcess( ctx context.Context, in *grpc.PaymentCreateRequest, opts ...client.CallOption, ) (*grpc.PaymentCreateResponse, error)
func (*BillingServerErrorMock) PaymentFormJsonDataProcess ¶
func (s *BillingServerErrorMock) PaymentFormJsonDataProcess( ctx context.Context, in *grpc.PaymentFormJsonDataRequest, opts ...client.CallOption, ) (*grpc.PaymentFormJsonDataResponse, error)
func (*BillingServerErrorMock) PaymentFormLanguageChanged ¶
func (s *BillingServerErrorMock) PaymentFormLanguageChanged( ctx context.Context, in *grpc.PaymentFormUserChangeLangRequest, opts ...client.CallOption, ) (*grpc.PaymentFormDataChangeResponse, error)
func (*BillingServerErrorMock) PaymentFormPaymentAccountChanged ¶
func (s *BillingServerErrorMock) PaymentFormPaymentAccountChanged( ctx context.Context, in *grpc.PaymentFormUserChangePaymentAccountRequest, opts ...client.CallOption, ) (*grpc.PaymentFormDataChangeResponse, error)
func (*BillingServerErrorMock) PaymentFormPlatformChanged ¶
func (s *BillingServerErrorMock) PaymentFormPlatformChanged( ctx context.Context, in *grpc.PaymentFormUserChangePlatformRequest, opts ...client.CallOption, ) (*grpc.PaymentFormDataChangeResponse, error)
func (*BillingServerErrorMock) PayoutDocumentPdfUploaded ¶
func (s *BillingServerErrorMock) PayoutDocumentPdfUploaded(ctx context.Context, in *grpc.PayoutDocumentPdfUploadedRequest, opts ...client.CallOption) (*grpc.PayoutDocumentPdfUploadedResponse, error)
func (*BillingServerErrorMock) ProcessBillingAddress ¶
func (s *BillingServerErrorMock) ProcessBillingAddress( ctx context.Context, in *grpc.ProcessBillingAddressRequest, opts ...client.CallOption, ) (*grpc.ProcessBillingAddressResponse, error)
func (*BillingServerErrorMock) ProcessRefundCallback ¶
func (s *BillingServerErrorMock) ProcessRefundCallback( ctx context.Context, in *grpc.CallbackRequest, opts ...client.CallOption, ) (*grpc.PaymentNotifyResponse, error)
func (*BillingServerErrorMock) ProcessVatReports ¶
func (s *BillingServerErrorMock) ProcessVatReports(ctx context.Context, in *grpc.ProcessVatReportsRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerErrorMock) PublishKeyProduct ¶
func (s *BillingServerErrorMock) PublishKeyProduct(ctx context.Context, in *grpc.PublishKeyProductRequest, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
func (*BillingServerErrorMock) RebuildCache ¶
func (s *BillingServerErrorMock) RebuildCache( ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption, ) (*grpc.EmptyResponse, error)
func (*BillingServerErrorMock) ResendInviteAdmin ¶
func (s *BillingServerErrorMock) ResendInviteAdmin(ctx context.Context, in *grpc.ResendInviteAdminRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerErrorMock) ResendInviteMerchant ¶
func (s *BillingServerErrorMock) ResendInviteMerchant(ctx context.Context, in *grpc.ResendInviteMerchantRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerErrorMock) ReserveKeyForOrder ¶
func (s *BillingServerErrorMock) ReserveKeyForOrder(ctx context.Context, in *grpc.PlatformKeyReserveRequest, opts ...client.CallOption) (*grpc.PlatformKeyReserveResponse, error)
func (*BillingServerErrorMock) RoyaltyReportPdfUploaded ¶
func (s *BillingServerErrorMock) RoyaltyReportPdfUploaded(ctx context.Context, in *grpc.RoyaltyReportPdfUploadedRequest, opts ...client.CallOption) (*grpc.RoyaltyReportPdfUploadedResponse, error)
func (*BillingServerErrorMock) SetMerchantOperatingCompany ¶
func (s *BillingServerErrorMock) SetMerchantOperatingCompany(ctx context.Context, in *grpc.SetMerchantOperatingCompanyRequest, opts ...client.CallOption) (*grpc.SetMerchantOperatingCompanyResponse, error)
func (*BillingServerErrorMock) SetMerchantS3Agreement ¶
func (s *BillingServerErrorMock) SetMerchantS3Agreement( ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantDataResponse, error)
func (*BillingServerErrorMock) SetMerchantTariffRates ¶
func (s *BillingServerErrorMock) SetMerchantTariffRates( ctx context.Context, in *grpc.SetMerchantTariffRatesRequest, opts ...client.CallOption, ) (*grpc.CheckProjectRequestSignatureResponse, error)
func (*BillingServerErrorMock) SetMoneyBackCostMerchant ¶
func (s *BillingServerErrorMock) SetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchant, opts ...client.CallOption) (*grpc.MoneyBackCostMerchantResponse, error)
func (*BillingServerErrorMock) SetMoneyBackCostSystem ¶
func (s *BillingServerErrorMock) SetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystem, opts ...client.CallOption) (*grpc.MoneyBackCostSystemResponse, error)
func (*BillingServerErrorMock) SetPaymentChannelCostMerchant ¶
func (s *BillingServerErrorMock) SetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchant, opts ...client.CallOption) (*grpc.PaymentChannelCostMerchantResponse, error)
func (*BillingServerErrorMock) SetPaymentChannelCostSystem ¶
func (s *BillingServerErrorMock) SetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystem, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemResponse, error)
func (*BillingServerErrorMock) SetPaymentMinLimitSystem ¶
func (s *BillingServerErrorMock) SetPaymentMinLimitSystem(ctx context.Context, in *billing.PaymentMinLimitSystem, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerErrorMock) SetUserNotifyNewRegion ¶
func (s *BillingServerErrorMock) SetUserNotifyNewRegion(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerErrorMock) SetUserNotifySales ¶
func (s *BillingServerErrorMock) SetUserNotifySales(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerErrorMock) UnPublishKeyProduct ¶
func (s *BillingServerErrorMock) UnPublishKeyProduct(ctx context.Context, in *grpc.UnPublishKeyProductRequest, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
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 (s *BillingServerErrorMock) UpdatePayoutDocument(ctx context.Context, in *grpc.UpdatePayoutDocumentRequest, opts ...client.CallOption) (*grpc.PayoutDocumentResponse, error)
func (*BillingServerErrorMock) UpdatePayoutDocumentSignatures ¶
func (s *BillingServerErrorMock) UpdatePayoutDocumentSignatures(ctx context.Context, in *grpc.UpdatePayoutDocumentSignaturesRequest, opts ...client.CallOption) (*grpc.PayoutDocumentResponse, error)
func (*BillingServerErrorMock) UpdatePriceGroup ¶
func (s *BillingServerErrorMock) UpdatePriceGroup(ctx context.Context, in *billing.PriceGroup, opts ...client.CallOption) (*billing.PriceGroup, error)
func (*BillingServerErrorMock) UpdateProductPrices ¶
func (s *BillingServerErrorMock) UpdateProductPrices( ctx context.Context, in *grpc.UpdateProductPricesRequest, opts ...client.CallOption, ) (*grpc.ResponseError, error)
func (*BillingServerErrorMock) UpdateVatReportStatus ¶
func (s *BillingServerErrorMock) UpdateVatReportStatus(ctx context.Context, in *grpc.UpdateVatReportStatusRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerErrorMock) UploadKeysFile ¶
func (s *BillingServerErrorMock) UploadKeysFile(ctx context.Context, in *grpc.PlatformKeysFileRequest, opts ...client.CallOption) (*grpc.PlatformKeysFileResponse, error)
type BillingServerOkMock ¶
type BillingServerOkMock struct{}
func (*BillingServerOkMock) AcceptInvite ¶
func (s *BillingServerOkMock) AcceptInvite(ctx context.Context, in *grpc.AcceptInviteRequest, opts ...client.CallOption) (*grpc.AcceptInviteResponse, error)
func (*BillingServerOkMock) AddOperatingCompany ¶
func (s *BillingServerOkMock) AddOperatingCompany(ctx context.Context, in *billing.OperatingCompany, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
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 (s *BillingServerOkMock) CancelRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkMock) ChangeCodeInOrder ¶
func (s *BillingServerOkMock) ChangeCodeInOrder(ctx context.Context, in *grpc.ChangeCodeInOrderRequest, opts ...client.CallOption) (*grpc.ChangeCodeInOrderResponse, error)
func (*BillingServerOkMock) ChangeMerchant ¶
func (s *BillingServerOkMock) ChangeMerchant( ctx context.Context, in *grpc.OnboardingRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantResponse, error)
func (*BillingServerOkMock) ChangeMerchantData ¶
func (s *BillingServerOkMock) ChangeMerchantData( ctx context.Context, in *grpc.ChangeMerchantDataRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantDataResponse, error)
func (*BillingServerOkMock) ChangeMerchantManualPayouts ¶
func (s *BillingServerOkMock) ChangeMerchantManualPayouts(ctx context.Context, in *grpc.ChangeMerchantManualPayoutsRequest, opts ...client.CallOption) (*grpc.ChangeMerchantManualPayoutsResponse, error)
func (*BillingServerOkMock) ChangeMerchantPaymentMethod ¶
func (s *BillingServerOkMock) ChangeMerchantPaymentMethod( ctx context.Context, in *grpc.MerchantPaymentMethodRequest, opts ...client.CallOption, ) (*grpc.MerchantPaymentMethodResponse, error)
func (*BillingServerOkMock) ChangeMerchantStatus ¶
func (s *BillingServerOkMock) ChangeMerchantStatus( ctx context.Context, in *grpc.MerchantChangeStatusRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantStatusResponse, error)
func (*BillingServerOkMock) ChangeProject ¶
func (s *BillingServerOkMock) ChangeProject( ctx context.Context, in *billing.Project, opts ...client.CallOption, ) (*grpc.ChangeProjectResponse, error)
func (*BillingServerOkMock) ChangeRoleForAdminUser ¶
func (s *BillingServerOkMock) ChangeRoleForAdminUser(ctx context.Context, in *grpc.ChangeRoleForAdminUserRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkMock) ChangeRoleForMerchantUser ¶
func (s *BillingServerOkMock) ChangeRoleForMerchantUser(ctx context.Context, in *grpc.ChangeRoleForMerchantUserRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkMock) ChangeRoyaltyReport ¶
func (s *BillingServerOkMock) ChangeRoyaltyReport(ctx context.Context, in *grpc.ChangeRoyaltyReportRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerOkMock) CheckInviteToken ¶
func (s *BillingServerOkMock) CheckInviteToken(ctx context.Context, in *grpc.CheckInviteTokenRequest, opts ...client.CallOption) (*grpc.CheckInviteTokenResponse, error)
func (*BillingServerOkMock) CheckProjectRequestSignature ¶
func (s *BillingServerOkMock) CheckProjectRequestSignature( ctx context.Context, in *grpc.CheckProjectRequestSignatureRequest, opts ...client.CallOption, ) (*grpc.CheckProjectRequestSignatureResponse, error)
func (*BillingServerOkMock) CheckSkuAndKeyProject ¶
func (s *BillingServerOkMock) CheckSkuAndKeyProject(ctx context.Context, in *grpc.CheckSkuAndKeyProjectRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkMock) ConfirmUserEmail ¶
func (s *BillingServerOkMock) ConfirmUserEmail( ctx context.Context, in *grpc.ConfirmUserEmailRequest, opts ...client.CallOption, ) (*grpc.ConfirmUserEmailResponse, error)
func (*BillingServerOkMock) CreateAccountingEntry ¶
func (s *BillingServerOkMock) CreateAccountingEntry(ctx context.Context, in *grpc.CreateAccountingEntryRequest, opts ...client.CallOption) (*grpc.CreateAccountingEntryResponse, error)
func (*BillingServerOkMock) CreateNotification ¶
func (s *BillingServerOkMock) CreateNotification( ctx context.Context, in *grpc.NotificationRequest, opts ...client.CallOption, ) (*grpc.CreateNotificationResponse, error)
func (*BillingServerOkMock) CreateOrUpdateKeyProduct ¶
func (s *BillingServerOkMock) CreateOrUpdateKeyProduct(ctx context.Context, in *grpc.CreateOrUpdateKeyProductRequest, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
func (*BillingServerOkMock) CreateOrUpdatePaylink ¶
func (s *BillingServerOkMock) CreateOrUpdatePaylink(ctx context.Context, in *paylink.CreatePaylinkRequest, opts ...client.CallOption) (*grpc.GetPaylinkResponse, error)
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 (s *BillingServerOkMock) CreateOrUpdatePaymentMethodTestSettings(ctx context.Context, in *grpc.ChangePaymentMethodParamsRequest, opts ...client.CallOption) (*grpc.ChangePaymentMethodParamsResponse, error)
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 (s *BillingServerOkMock) CreatePageReview( ctx context.Context, in *grpc.CreatePageReviewRequest, opts ...client.CallOption, ) (*grpc.CheckProjectRequestSignatureResponse, error)
func (*BillingServerOkMock) CreatePayoutDocument ¶
func (s *BillingServerOkMock) CreatePayoutDocument(ctx context.Context, in *grpc.CreatePayoutDocumentRequest, opts ...client.CallOption) (*grpc.CreatePayoutDocumentResponse, error)
func (*BillingServerOkMock) CreateRefund ¶
func (s *BillingServerOkMock) CreateRefund( ctx context.Context, in *grpc.CreateRefundRequest, opts ...client.CallOption, ) (*grpc.CreateRefundResponse, error)
func (*BillingServerOkMock) CreateRoyaltyReport ¶
func (s *BillingServerOkMock) CreateRoyaltyReport(ctx context.Context, in *grpc.CreateRoyaltyReportRequest, opts ...client.CallOption) (*grpc.CreateRoyaltyReportRequest, error)
func (*BillingServerOkMock) CreateToken ¶
func (s *BillingServerOkMock) CreateToken( ctx context.Context, in *grpc.TokenRequest, opts ...client.CallOption, ) (*grpc.TokenResponse, error)
func (*BillingServerOkMock) DeleteAdminUser ¶
func (s *BillingServerOkMock) DeleteAdminUser(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkMock) DeleteKeyProduct ¶
func (s *BillingServerOkMock) DeleteKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkMock) DeleteMerchantUser ¶
func (s *BillingServerOkMock) DeleteMerchantUser(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
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) DeletePaylink ¶
func (s *BillingServerOkMock) DeletePaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, 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 (s *BillingServerOkMock) DeletePaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, opts ...client.CallOption) (*grpc.ChangePaymentMethodParamsResponse, error)
func (*BillingServerOkMock) DeletePlatformFromProduct ¶
func (s *BillingServerOkMock) DeletePlatformFromProduct(ctx context.Context, in *grpc.RemovePlatformRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkMock) DeleteProduct ¶
func (s *BillingServerOkMock) DeleteProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerOkMock) DeleteProject ¶
func (s *BillingServerOkMock) DeleteProject( ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption, ) (*grpc.ChangeProjectResponse, error)
func (*BillingServerOkMock) DeleteSavedCard ¶
func (s *BillingServerOkMock) DeleteSavedCard(ctx context.Context, in *grpc.DeleteSavedCardRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkMock) FindAllOrders ¶
func (s *BillingServerOkMock) FindAllOrders(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersResponse, error)
func (*BillingServerOkMock) FindAllOrdersPrivate ¶
func (s *BillingServerOkMock) FindAllOrdersPrivate( ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption, ) (*grpc.ListOrdersPrivateResponse, error)
func (*BillingServerOkMock) FindAllOrdersPublic ¶
func (s *BillingServerOkMock) FindAllOrdersPublic( ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption, ) (*grpc.ListOrdersPublicResponse, error)
func (*BillingServerOkMock) FindByZipCode ¶
func (s *BillingServerOkMock) FindByZipCode( ctx context.Context, in *grpc.FindByZipCodeRequest, opts ...client.CallOption, ) (*grpc.FindByZipCodeResponse, error)
func (*BillingServerOkMock) FinishRedeemKeyForOrder ¶
func (s *BillingServerOkMock) FinishRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
func (*BillingServerOkMock) GetAdminUser ¶
func (s *BillingServerOkMock) GetAdminUser(ctx context.Context, in *grpc.GetAdminUserRequest, opts ...client.CallOption) (*grpc.GetAdminUserResponse, error)
func (*BillingServerOkMock) GetAdminUserRole ¶
func (s *BillingServerOkMock) GetAdminUserRole(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
func (*BillingServerOkMock) GetAdminUsers ¶
func (s *BillingServerOkMock) GetAdminUsers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetAdminUsersResponse, error)
func (*BillingServerOkMock) GetAllMoneyBackCostMerchant ¶
func (s *BillingServerOkMock) GetAllMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantListRequest, opts ...client.CallOption) (*grpc.MoneyBackCostMerchantListResponse, error)
func (*BillingServerOkMock) GetAllMoneyBackCostSystem ¶
func (s *BillingServerOkMock) GetAllMoneyBackCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.MoneyBackCostSystemListResponse, error)
func (*BillingServerOkMock) GetAllPaymentChannelCostMerchant ¶
func (s *BillingServerOkMock) GetAllPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantListRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostMerchantListResponse, error)
func (*BillingServerOkMock) GetAllPaymentChannelCostSystem ¶
func (s *BillingServerOkMock) GetAllPaymentChannelCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemListResponse, error)
func (*BillingServerOkMock) GetAvailableKeysCount ¶
func (s *BillingServerOkMock) GetAvailableKeysCount(ctx context.Context, in *grpc.GetPlatformKeyCountRequest, opts ...client.CallOption) (*grpc.GetPlatformKeyCountResponse, error)
func (*BillingServerOkMock) GetCommonUserProfile ¶
func (s *BillingServerOkMock) GetCommonUserProfile(ctx context.Context, in *grpc.CommonUserProfileRequest, opts ...client.CallOption) (*grpc.CommonUserProfileResponse, error)
func (*BillingServerOkMock) GetCountriesList ¶
func (s *BillingServerOkMock) GetCountriesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*billing.CountriesList, error)
func (*BillingServerOkMock) GetCountriesListForOrder ¶
func (s *BillingServerOkMock) GetCountriesListForOrder(ctx context.Context, in *grpc.GetCountriesListForOrderRequest, opts ...client.CallOption) (*grpc.GetCountriesListForOrderResponse, error)
func (*BillingServerOkMock) GetCountry ¶
func (s *BillingServerOkMock) GetCountry(ctx context.Context, in *billing.GetCountryRequest, opts ...client.CallOption) (*billing.Country, error)
func (*BillingServerOkMock) GetDashboardBaseReport ¶
func (s *BillingServerOkMock) GetDashboardBaseReport( ctx context.Context, in *grpc.GetDashboardBaseReportRequest, opts ...client.CallOption, ) (*grpc.GetDashboardBaseReportResponse, error)
func (*BillingServerOkMock) GetDashboardMainReport ¶
func (s *BillingServerOkMock) GetDashboardMainReport( ctx context.Context, in *grpc.GetDashboardMainRequest, opts ...client.CallOption, ) (*grpc.GetDashboardMainResponse, error)
func (*BillingServerOkMock) GetDashboardRevenueDynamicsReport ¶
func (s *BillingServerOkMock) GetDashboardRevenueDynamicsReport( ctx context.Context, in *grpc.GetDashboardMainRequest, opts ...client.CallOption, ) (*grpc.GetDashboardRevenueDynamicsReportResponse, error)
func (*BillingServerOkMock) GetKeyByID ¶
func (s *BillingServerOkMock) GetKeyByID(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
func (*BillingServerOkMock) GetKeyProduct ¶
func (s *BillingServerOkMock) GetKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
func (*BillingServerOkMock) GetKeyProductInfo ¶
func (s *BillingServerOkMock) GetKeyProductInfo(ctx context.Context, in *grpc.GetKeyProductInfoRequest, opts ...client.CallOption) (*grpc.GetKeyProductInfoResponse, error)
func (*BillingServerOkMock) GetKeyProducts ¶
func (s *BillingServerOkMock) GetKeyProducts(ctx context.Context, in *grpc.ListKeyProductsRequest, opts ...client.CallOption) (*grpc.ListKeyProductsResponse, error)
func (*BillingServerOkMock) GetKeyProductsForOrder ¶
func (s *BillingServerOkMock) GetKeyProductsForOrder(ctx context.Context, in *grpc.GetKeyProductsForOrderRequest, opts ...client.CallOption) (*grpc.ListKeyProductsResponse, error)
func (*BillingServerOkMock) GetMerchantBalance ¶
func (s *BillingServerOkMock) GetMerchantBalance(ctx context.Context, in *grpc.GetMerchantBalanceRequest, opts ...client.CallOption) (*grpc.GetMerchantBalanceResponse, error)
func (*BillingServerOkMock) GetMerchantBy ¶
func (s *BillingServerOkMock) GetMerchantBy( ctx context.Context, in *grpc.GetMerchantByRequest, opts ...client.CallOption, ) (*grpc.GetMerchantResponse, error)
func (*BillingServerOkMock) GetMerchantOnboardingCompleteData ¶
func (s *BillingServerOkMock) GetMerchantOnboardingCompleteData( ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, opts ...client.CallOption, ) (*grpc.GetMerchantOnboardingCompleteDataResponse, error)
func (*BillingServerOkMock) GetMerchantPaymentMethod ¶
func (s *BillingServerOkMock) GetMerchantPaymentMethod( ctx context.Context, in *grpc.GetMerchantPaymentMethodRequest, opts ...client.CallOption, ) (*grpc.GetMerchantPaymentMethodResponse, error)
func (*BillingServerOkMock) GetMerchantTariffRates ¶
func (s *BillingServerOkMock) GetMerchantTariffRates( ctx context.Context, in *grpc.GetMerchantTariffRatesRequest, opts ...client.CallOption, ) (*grpc.GetMerchantTariffRatesResponse, error)
func (*BillingServerOkMock) GetMerchantUser ¶
func (s *BillingServerOkMock) GetMerchantUser(ctx context.Context, in *grpc.GetMerchantUserRequest, opts ...client.CallOption) (*grpc.GetMerchantUserResponse, error)
func (*BillingServerOkMock) GetMerchantUserRole ¶
func (s *BillingServerOkMock) GetMerchantUserRole(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
func (*BillingServerOkMock) GetMerchantUsers ¶
func (s *BillingServerOkMock) GetMerchantUsers(ctx context.Context, in *grpc.GetMerchantUsersRequest, opts ...client.CallOption) (*grpc.GetMerchantUsersResponse, error)
func (*BillingServerOkMock) GetMerchantsForUser ¶
func (s *BillingServerOkMock) GetMerchantsForUser(ctx context.Context, in *grpc.GetMerchantsForUserRequest, opts ...client.CallOption) (*grpc.GetMerchantsForUserResponse, error)
func (*BillingServerOkMock) GetMoneyBackCostMerchant ¶
func (s *BillingServerOkMock) GetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantRequest, opts ...client.CallOption) (*grpc.MoneyBackCostMerchantResponse, error)
func (*BillingServerOkMock) GetMoneyBackCostSystem ¶
func (s *BillingServerOkMock) GetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystemRequest, opts ...client.CallOption) (*grpc.MoneyBackCostSystemResponse, error)
func (*BillingServerOkMock) GetNotification ¶
func (s *BillingServerOkMock) GetNotification( ctx context.Context, in *grpc.GetNotificationRequest, opts ...client.CallOption, ) (*billing.Notification, error)
func (*BillingServerOkMock) GetOperatingCompaniesList ¶
func (s *BillingServerOkMock) GetOperatingCompaniesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetOperatingCompaniesListResponse, error)
func (*BillingServerOkMock) GetOperatingCompany ¶
func (s *BillingServerOkMock) GetOperatingCompany(ctx context.Context, in *grpc.GetOperatingCompanyRequest, opts ...client.CallOption) (*grpc.GetOperatingCompanyResponse, error)
func (*BillingServerOkMock) GetOrder ¶
func (s *BillingServerOkMock) GetOrder(ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption) (*billing.Order, error)
func (*BillingServerOkMock) GetOrderPrivate ¶
func (s *BillingServerOkMock) GetOrderPrivate( ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption, ) (*grpc.GetOrderPrivateResponse, error)
func (*BillingServerOkMock) GetOrderPublic ¶
func (s *BillingServerOkMock) GetOrderPublic( ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption, ) (*grpc.GetOrderPublicResponse, error)
func (*BillingServerOkMock) GetPaylink ¶
func (s *BillingServerOkMock) GetPaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.GetPaylinkResponse, error)
func (*BillingServerOkMock) GetPaylinkStatByCountry ¶
func (s *BillingServerOkMock) GetPaylinkStatByCountry(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerOkMock) GetPaylinkStatByDate ¶
func (s *BillingServerOkMock) GetPaylinkStatByDate(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerOkMock) GetPaylinkStatByReferrer ¶
func (s *BillingServerOkMock) GetPaylinkStatByReferrer(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerOkMock) GetPaylinkStatByUtm ¶
func (s *BillingServerOkMock) GetPaylinkStatByUtm(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerOkMock) GetPaylinkStatTotal ¶
func (s *BillingServerOkMock) GetPaylinkStatTotal(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonResponse, error)
func (*BillingServerOkMock) GetPaylinkURL ¶
func (s *BillingServerOkMock) GetPaylinkURL(ctx context.Context, in *grpc.GetPaylinkURLRequest, opts ...client.CallOption) (*grpc.GetPaylinkUrlResponse, error)
func (*BillingServerOkMock) GetPaylinks ¶
func (s *BillingServerOkMock) GetPaylinks(ctx context.Context, in *grpc.GetPaylinksRequest, opts ...client.CallOption) (*grpc.GetPaylinksResponse, error)
func (*BillingServerOkMock) GetPaymentChannelCostMerchant ¶
func (s *BillingServerOkMock) GetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostMerchantResponse, error)
func (*BillingServerOkMock) GetPaymentChannelCostSystem ¶
func (s *BillingServerOkMock) GetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystemRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemResponse, error)
func (*BillingServerOkMock) GetPaymentMethodProductionSettings ¶
func (s *BillingServerOkMock) GetPaymentMethodProductionSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, opts ...client.CallOption) (*grpc.GetPaymentMethodSettingsResponse, error)
func (*BillingServerOkMock) GetPaymentMethodTestSettings ¶
func (s *BillingServerOkMock) GetPaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, opts ...client.CallOption) (*grpc.GetPaymentMethodSettingsResponse, error)
func (*BillingServerOkMock) GetPaymentMinLimitsSystem ¶
func (s *BillingServerOkMock) GetPaymentMinLimitsSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetPaymentMinLimitsSystemResponse, error)
func (*BillingServerOkMock) GetPayoutDocument ¶
func (s *BillingServerOkMock) GetPayoutDocument(ctx context.Context, in *grpc.GetPayoutDocumentRequest, opts ...client.CallOption) (*grpc.PayoutDocumentResponse, error)
func (*BillingServerOkMock) GetPayoutDocumentRoyaltyReports ¶
func (s *BillingServerOkMock) GetPayoutDocumentRoyaltyReports(ctx context.Context, in *grpc.GetPayoutDocumentRequest, opts ...client.CallOption) (*grpc.ListRoyaltyReportsResponse, error)
func (*BillingServerOkMock) GetPayoutDocuments ¶
func (s *BillingServerOkMock) GetPayoutDocuments(ctx context.Context, in *grpc.GetPayoutDocumentsRequest, opts ...client.CallOption) (*grpc.GetPayoutDocumentsResponse, error)
func (*BillingServerOkMock) GetPlatforms ¶
func (s *BillingServerOkMock) GetPlatforms(ctx context.Context, in *grpc.ListPlatformsRequest, opts ...client.CallOption) (*grpc.ListPlatformsResponse, error)
func (*BillingServerOkMock) GetPriceGroup ¶
func (s *BillingServerOkMock) GetPriceGroup(ctx context.Context, in *billing.GetPriceGroupRequest, opts ...client.CallOption) (*billing.PriceGroup, error)
func (*BillingServerOkMock) GetPriceGroupByCountry ¶
func (s *BillingServerOkMock) GetPriceGroupByCountry( ctx context.Context, in *grpc.PriceGroupByCountryRequest, opts ...client.CallOption, ) (*billing.PriceGroup, error)
func (*BillingServerOkMock) GetPriceGroupByRegion ¶
func (s *BillingServerOkMock) GetPriceGroupByRegion(ctx context.Context, in *grpc.GetPriceGroupByRegionRequest, opts ...client.CallOption) (*grpc.GetPriceGroupByRegionResponse, error)
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 (s *BillingServerOkMock) GetProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.GetProductResponse, error)
func (*BillingServerOkMock) GetProductPrices ¶
func (s *BillingServerOkMock) GetProductPrices( ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption, ) (*grpc.ProductPricesResponse, error)
func (*BillingServerOkMock) GetProductsForOrder ¶
func (s *BillingServerOkMock) GetProductsForOrder( ctx context.Context, in *grpc.GetProductsForOrderRequest, opts ...client.CallOption, ) (*grpc.ListProductsResponse, error)
func (*BillingServerOkMock) GetProject ¶
func (s *BillingServerOkMock) GetProject( ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption, ) (*grpc.ChangeProjectResponse, error)
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 (s *BillingServerOkMock) GetRecommendedPriceTable(ctx context.Context, in *grpc.RecommendedPriceTableRequest, opts ...client.CallOption) (*grpc.RecommendedPriceTableResponse, error)
func (*BillingServerOkMock) GetRefund ¶
func (s *BillingServerOkMock) GetRefund( ctx context.Context, in *grpc.GetRefundRequest, opts ...client.CallOption, ) (*grpc.CreateRefundResponse, error)
func (*BillingServerOkMock) GetRoleList ¶
func (s *BillingServerOkMock) GetRoleList(ctx context.Context, in *grpc.GetRoleListRequest, opts ...client.CallOption) (*grpc.GetRoleListResponse, error)
func (*BillingServerOkMock) GetRoyaltyReport ¶
func (s *BillingServerOkMock) GetRoyaltyReport(ctx context.Context, in *grpc.GetRoyaltyReportRequest, opts ...client.CallOption) (*grpc.GetRoyaltyReportResponse, error)
func (*BillingServerOkMock) GetUserProfile ¶
func (s *BillingServerOkMock) GetUserProfile( ctx context.Context, in *grpc.GetUserProfileRequest, opts ...client.CallOption, ) (*grpc.GetUserProfileResponse, error)
func (*BillingServerOkMock) GetVatReportTransactions ¶
func (s *BillingServerOkMock) GetVatReportTransactions(ctx context.Context, in *grpc.VatTransactionsRequest, opts ...client.CallOption) (*grpc.TransactionsResponse, error)
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 (s *BillingServerOkMock) InviteUserAdmin(ctx context.Context, in *grpc.InviteUserAdminRequest, opts ...client.CallOption) (*grpc.InviteUserAdminResponse, error)
func (*BillingServerOkMock) InviteUserMerchant ¶
func (s *BillingServerOkMock) InviteUserMerchant(ctx context.Context, in *grpc.InviteUserMerchantRequest, opts ...client.CallOption) (*grpc.InviteUserMerchantResponse, error)
func (*BillingServerOkMock) IsOrderCanBePaying ¶
func (s *BillingServerOkMock) IsOrderCanBePaying( ctx context.Context, in *grpc.IsOrderCanBePayingRequest, opts ...client.CallOption, ) (*grpc.IsOrderCanBePayingResponse, error)
func (*BillingServerOkMock) ListMerchantPaymentMethods ¶
func (s *BillingServerOkMock) ListMerchantPaymentMethods( ctx context.Context, in *grpc.ListMerchantPaymentMethodsRequest, opts ...client.CallOption, ) (*grpc.ListingMerchantPaymentMethod, error)
func (*BillingServerOkMock) ListMerchants ¶
func (s *BillingServerOkMock) ListMerchants( ctx context.Context, in *grpc.MerchantListingRequest, opts ...client.CallOption, ) (*grpc.MerchantListingResponse, error)
func (*BillingServerOkMock) ListNotifications ¶
func (s *BillingServerOkMock) ListNotifications( ctx context.Context, in *grpc.ListingNotificationRequest, opts ...client.CallOption, ) (*grpc.Notifications, error)
func (*BillingServerOkMock) ListProducts ¶
func (s *BillingServerOkMock) ListProducts(ctx context.Context, in *grpc.ListProductsRequest, opts ...client.CallOption) (*grpc.ListProductsResponse, error)
func (*BillingServerOkMock) ListProjects ¶
func (s *BillingServerOkMock) ListProjects(ctx context.Context, in *grpc.ListProjectsRequest, opts ...client.CallOption) (*grpc.ListProjectsResponse, error)
func (*BillingServerOkMock) ListRefunds ¶
func (s *BillingServerOkMock) ListRefunds( ctx context.Context, in *grpc.ListRefundsRequest, opts ...client.CallOption, ) (*grpc.ListRefundsResponse, error)
func (*BillingServerOkMock) ListRoyaltyReportOrders ¶
func (s *BillingServerOkMock) ListRoyaltyReportOrders(ctx context.Context, in *grpc.ListRoyaltyReportOrdersRequest, opts ...client.CallOption) (*grpc.TransactionsResponse, error)
func (*BillingServerOkMock) ListRoyaltyReports ¶
func (s *BillingServerOkMock) ListRoyaltyReports(ctx context.Context, in *grpc.ListRoyaltyReportsRequest, opts ...client.CallOption) (*grpc.ListRoyaltyReportsResponse, error)
func (*BillingServerOkMock) MarkNotificationAsRead ¶
func (s *BillingServerOkMock) MarkNotificationAsRead( ctx context.Context, in *grpc.GetNotificationRequest, opts ...client.CallOption, ) (*billing.Notification, error)
func (*BillingServerOkMock) MerchantReviewRoyaltyReport ¶
func (s *BillingServerOkMock) MerchantReviewRoyaltyReport(ctx context.Context, in *grpc.MerchantReviewRoyaltyReportRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerOkMock) OrderCreateByPaylink ¶
func (s *BillingServerOkMock) OrderCreateByPaylink(ctx context.Context, in *billing.OrderCreateByPaylink, opts ...client.CallOption) (*grpc.OrderCreateProcessResponse, error)
func (*BillingServerOkMock) OrderCreateProcess ¶
func (s *BillingServerOkMock) OrderCreateProcess( ctx context.Context, in *billing.OrderCreateRequest, opts ...client.CallOption, ) (*grpc.OrderCreateProcessResponse, error)
func (*BillingServerOkMock) OrderReCreateProcess ¶
func (s *BillingServerOkMock) OrderReCreateProcess(ctx context.Context, in *grpc.OrderReCreateProcessRequest, opts ...client.CallOption) (*grpc.OrderCreateProcessResponse, error)
func (*BillingServerOkMock) OrderReceipt ¶
func (s *BillingServerOkMock) OrderReceipt(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
func (*BillingServerOkMock) OrderReceiptRefund ¶
func (s *BillingServerOkMock) OrderReceiptRefund(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
func (*BillingServerOkMock) PaymentCallbackProcess ¶
func (s *BillingServerOkMock) PaymentCallbackProcess( ctx context.Context, in *grpc.PaymentNotifyRequest, opts ...client.CallOption, ) (*grpc.PaymentNotifyResponse, error)
func (*BillingServerOkMock) PaymentCreateProcess ¶
func (s *BillingServerOkMock) PaymentCreateProcess( ctx context.Context, in *grpc.PaymentCreateRequest, opts ...client.CallOption, ) (*grpc.PaymentCreateResponse, error)
func (*BillingServerOkMock) PaymentFormJsonDataProcess ¶
func (s *BillingServerOkMock) PaymentFormJsonDataProcess( ctx context.Context, in *grpc.PaymentFormJsonDataRequest, opts ...client.CallOption, ) (*grpc.PaymentFormJsonDataResponse, error)
func (*BillingServerOkMock) PaymentFormLanguageChanged ¶
func (s *BillingServerOkMock) PaymentFormLanguageChanged( ctx context.Context, in *grpc.PaymentFormUserChangeLangRequest, opts ...client.CallOption, ) (*grpc.PaymentFormDataChangeResponse, error)
func (*BillingServerOkMock) PaymentFormPaymentAccountChanged ¶
func (s *BillingServerOkMock) PaymentFormPaymentAccountChanged( ctx context.Context, in *grpc.PaymentFormUserChangePaymentAccountRequest, opts ...client.CallOption, ) (*grpc.PaymentFormDataChangeResponse, error)
func (*BillingServerOkMock) PaymentFormPlatformChanged ¶
func (s *BillingServerOkMock) PaymentFormPlatformChanged( ctx context.Context, in *grpc.PaymentFormUserChangePlatformRequest, opts ...client.CallOption, ) (*grpc.PaymentFormDataChangeResponse, error)
func (*BillingServerOkMock) PayoutDocumentPdfUploaded ¶
func (s *BillingServerOkMock) PayoutDocumentPdfUploaded(ctx context.Context, in *grpc.PayoutDocumentPdfUploadedRequest, opts ...client.CallOption) (*grpc.PayoutDocumentPdfUploadedResponse, error)
func (*BillingServerOkMock) ProcessBillingAddress ¶
func (s *BillingServerOkMock) ProcessBillingAddress( ctx context.Context, in *grpc.ProcessBillingAddressRequest, opts ...client.CallOption, ) (*grpc.ProcessBillingAddressResponse, error)
func (*BillingServerOkMock) ProcessRefundCallback ¶
func (s *BillingServerOkMock) ProcessRefundCallback( ctx context.Context, in *grpc.CallbackRequest, opts ...client.CallOption, ) (*grpc.PaymentNotifyResponse, error)
func (*BillingServerOkMock) ProcessVatReports ¶
func (s *BillingServerOkMock) ProcessVatReports(ctx context.Context, in *grpc.ProcessVatReportsRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerOkMock) PublishKeyProduct ¶
func (s *BillingServerOkMock) PublishKeyProduct(ctx context.Context, in *grpc.PublishKeyProductRequest, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
func (*BillingServerOkMock) RebuildCache ¶
func (s *BillingServerOkMock) RebuildCache( ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption, ) (*grpc.EmptyResponse, error)
func (*BillingServerOkMock) ResendInviteAdmin ¶
func (s *BillingServerOkMock) ResendInviteAdmin(ctx context.Context, in *grpc.ResendInviteAdminRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkMock) ResendInviteMerchant ¶
func (s *BillingServerOkMock) ResendInviteMerchant(ctx context.Context, in *grpc.ResendInviteMerchantRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkMock) ReserveKeyForOrder ¶
func (s *BillingServerOkMock) ReserveKeyForOrder(ctx context.Context, in *grpc.PlatformKeyReserveRequest, opts ...client.CallOption) (*grpc.PlatformKeyReserveResponse, error)
func (*BillingServerOkMock) RoyaltyReportPdfUploaded ¶
func (s *BillingServerOkMock) RoyaltyReportPdfUploaded(ctx context.Context, in *grpc.RoyaltyReportPdfUploadedRequest, opts ...client.CallOption) (*grpc.RoyaltyReportPdfUploadedResponse, error)
func (*BillingServerOkMock) SetMerchantOperatingCompany ¶
func (s *BillingServerOkMock) SetMerchantOperatingCompany(ctx context.Context, in *grpc.SetMerchantOperatingCompanyRequest, opts ...client.CallOption) (*grpc.SetMerchantOperatingCompanyResponse, error)
func (*BillingServerOkMock) SetMerchantS3Agreement ¶
func (s *BillingServerOkMock) SetMerchantS3Agreement( ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantDataResponse, error)
func (*BillingServerOkMock) SetMerchantTariffRates ¶
func (s *BillingServerOkMock) SetMerchantTariffRates( ctx context.Context, in *grpc.SetMerchantTariffRatesRequest, opts ...client.CallOption, ) (*grpc.CheckProjectRequestSignatureResponse, error)
func (*BillingServerOkMock) SetMoneyBackCostMerchant ¶
func (s *BillingServerOkMock) SetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchant, opts ...client.CallOption) (*grpc.MoneyBackCostMerchantResponse, error)
func (*BillingServerOkMock) SetMoneyBackCostSystem ¶
func (s *BillingServerOkMock) SetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystem, opts ...client.CallOption) (*grpc.MoneyBackCostSystemResponse, error)
func (*BillingServerOkMock) SetPaymentChannelCostMerchant ¶
func (s *BillingServerOkMock) SetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchant, opts ...client.CallOption) (*grpc.PaymentChannelCostMerchantResponse, error)
func (*BillingServerOkMock) SetPaymentChannelCostSystem ¶
func (s *BillingServerOkMock) SetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystem, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemResponse, error)
func (*BillingServerOkMock) SetPaymentMinLimitSystem ¶
func (s *BillingServerOkMock) SetPaymentMinLimitSystem(ctx context.Context, in *billing.PaymentMinLimitSystem, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkMock) SetUserNotifyNewRegion ¶
func (s *BillingServerOkMock) SetUserNotifyNewRegion(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerOkMock) SetUserNotifySales ¶
func (s *BillingServerOkMock) SetUserNotifySales(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerOkMock) UnPublishKeyProduct ¶
func (s *BillingServerOkMock) UnPublishKeyProduct(ctx context.Context, in *grpc.UnPublishKeyProductRequest, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
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 (s *BillingServerOkMock) UpdatePayoutDocument(ctx context.Context, in *grpc.UpdatePayoutDocumentRequest, opts ...client.CallOption) (*grpc.PayoutDocumentResponse, error)
func (*BillingServerOkMock) UpdatePayoutDocumentSignatures ¶
func (s *BillingServerOkMock) UpdatePayoutDocumentSignatures(ctx context.Context, in *grpc.UpdatePayoutDocumentSignaturesRequest, opts ...client.CallOption) (*grpc.PayoutDocumentResponse, error)
func (*BillingServerOkMock) UpdatePriceGroup ¶
func (s *BillingServerOkMock) UpdatePriceGroup(ctx context.Context, in *billing.PriceGroup, opts ...client.CallOption) (*billing.PriceGroup, error)
func (*BillingServerOkMock) UpdateProductPrices ¶
func (s *BillingServerOkMock) UpdateProductPrices( ctx context.Context, in *grpc.UpdateProductPricesRequest, opts ...client.CallOption, ) (*grpc.ResponseError, error)
func (*BillingServerOkMock) UpdateVatReportStatus ¶
func (s *BillingServerOkMock) UpdateVatReportStatus(ctx context.Context, in *grpc.UpdateVatReportStatusRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerOkMock) UploadKeysFile ¶
func (s *BillingServerOkMock) UploadKeysFile(ctx context.Context, in *grpc.PlatformKeysFileRequest, opts ...client.CallOption) (*grpc.PlatformKeysFileResponse, error)
type BillingServerOkTemporaryMock ¶
type BillingServerOkTemporaryMock struct{}
func (*BillingServerOkTemporaryMock) AcceptInvite ¶
func (s *BillingServerOkTemporaryMock) AcceptInvite(ctx context.Context, in *grpc.AcceptInviteRequest, opts ...client.CallOption) (*grpc.AcceptInviteResponse, error)
func (*BillingServerOkTemporaryMock) AddOperatingCompany ¶
func (s *BillingServerOkTemporaryMock) AddOperatingCompany(ctx context.Context, in *billing.OperatingCompany, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
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 (s *BillingServerOkTemporaryMock) CancelRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkTemporaryMock) ChangeCodeInOrder ¶
func (s *BillingServerOkTemporaryMock) ChangeCodeInOrder(ctx context.Context, in *grpc.ChangeCodeInOrderRequest, opts ...client.CallOption) (*grpc.ChangeCodeInOrderResponse, error)
func (*BillingServerOkTemporaryMock) ChangeMerchant ¶
func (s *BillingServerOkTemporaryMock) ChangeMerchant( ctx context.Context, in *grpc.OnboardingRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantResponse, error)
func (*BillingServerOkTemporaryMock) ChangeMerchantData ¶
func (s *BillingServerOkTemporaryMock) ChangeMerchantData( ctx context.Context, in *grpc.ChangeMerchantDataRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantDataResponse, error)
func (*BillingServerOkTemporaryMock) ChangeMerchantManualPayouts ¶
func (s *BillingServerOkTemporaryMock) ChangeMerchantManualPayouts(ctx context.Context, in *grpc.ChangeMerchantManualPayoutsRequest, opts ...client.CallOption) (*grpc.ChangeMerchantManualPayoutsResponse, error)
func (*BillingServerOkTemporaryMock) ChangeMerchantPaymentMethod ¶
func (s *BillingServerOkTemporaryMock) ChangeMerchantPaymentMethod( ctx context.Context, in *grpc.MerchantPaymentMethodRequest, opts ...client.CallOption, ) (*grpc.MerchantPaymentMethodResponse, error)
func (*BillingServerOkTemporaryMock) ChangeMerchantStatus ¶
func (s *BillingServerOkTemporaryMock) ChangeMerchantStatus( ctx context.Context, in *grpc.MerchantChangeStatusRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantStatusResponse, error)
func (*BillingServerOkTemporaryMock) ChangeProject ¶
func (s *BillingServerOkTemporaryMock) ChangeProject( ctx context.Context, in *billing.Project, opts ...client.CallOption, ) (*grpc.ChangeProjectResponse, error)
func (*BillingServerOkTemporaryMock) ChangeRoleForAdminUser ¶
func (s *BillingServerOkTemporaryMock) ChangeRoleForAdminUser(ctx context.Context, in *grpc.ChangeRoleForAdminUserRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkTemporaryMock) ChangeRoleForMerchantUser ¶
func (s *BillingServerOkTemporaryMock) ChangeRoleForMerchantUser(ctx context.Context, in *grpc.ChangeRoleForMerchantUserRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkTemporaryMock) ChangeRoyaltyReport ¶
func (s *BillingServerOkTemporaryMock) ChangeRoyaltyReport(ctx context.Context, in *grpc.ChangeRoyaltyReportRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerOkTemporaryMock) ChangeRoyaltyReportStatus ¶
func (s *BillingServerOkTemporaryMock) ChangeRoyaltyReportStatus(ctx context.Context, in *grpc.CreateRoyaltyReportRequest, opts ...client.CallOption) (*grpc.CreateRoyaltyReportRequest, error)
func (*BillingServerOkTemporaryMock) CheckInviteToken ¶
func (s *BillingServerOkTemporaryMock) CheckInviteToken(ctx context.Context, in *grpc.CheckInviteTokenRequest, opts ...client.CallOption) (*grpc.CheckInviteTokenResponse, error)
func (*BillingServerOkTemporaryMock) CheckProjectRequestSignature ¶
func (s *BillingServerOkTemporaryMock) CheckProjectRequestSignature( ctx context.Context, in *grpc.CheckProjectRequestSignatureRequest, opts ...client.CallOption, ) (*grpc.CheckProjectRequestSignatureResponse, error)
func (*BillingServerOkTemporaryMock) CheckSkuAndKeyProject ¶
func (s *BillingServerOkTemporaryMock) CheckSkuAndKeyProject(ctx context.Context, in *grpc.CheckSkuAndKeyProjectRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkTemporaryMock) ConfirmUserEmail ¶
func (s *BillingServerOkTemporaryMock) ConfirmUserEmail( ctx context.Context, in *grpc.ConfirmUserEmailRequest, opts ...client.CallOption, ) (*grpc.ConfirmUserEmailResponse, error)
func (*BillingServerOkTemporaryMock) CreateAccountingEntry ¶
func (s *BillingServerOkTemporaryMock) CreateAccountingEntry(ctx context.Context, in *grpc.CreateAccountingEntryRequest, opts ...client.CallOption) (*grpc.CreateAccountingEntryResponse, error)
func (*BillingServerOkTemporaryMock) CreateNotification ¶
func (s *BillingServerOkTemporaryMock) CreateNotification( ctx context.Context, in *grpc.NotificationRequest, opts ...client.CallOption, ) (*grpc.CreateNotificationResponse, error)
func (*BillingServerOkTemporaryMock) CreateOrUpdateKeyProduct ¶
func (s *BillingServerOkTemporaryMock) CreateOrUpdateKeyProduct(ctx context.Context, in *grpc.CreateOrUpdateKeyProductRequest, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
func (*BillingServerOkTemporaryMock) CreateOrUpdatePaylink ¶
func (s *BillingServerOkTemporaryMock) CreateOrUpdatePaylink(ctx context.Context, in *paylink.CreatePaylinkRequest, opts ...client.CallOption) (*grpc.GetPaylinkResponse, error)
func (*BillingServerOkTemporaryMock) CreateOrUpdatePaymentMethod ¶
func (s *BillingServerOkTemporaryMock) CreateOrUpdatePaymentMethod( ctx context.Context, in *billing.PaymentMethod, opts ...client.CallOption, ) (*grpc.ChangePaymentMethodResponse, error)
func (*BillingServerOkTemporaryMock) CreateOrUpdatePaymentMethodProductionSettings ¶
func (s *BillingServerOkTemporaryMock) CreateOrUpdatePaymentMethodProductionSettings( ctx context.Context, in *grpc.ChangePaymentMethodParamsRequest, opts ...client.CallOption, ) (*grpc.ChangePaymentMethodParamsResponse, error)
func (*BillingServerOkTemporaryMock) CreateOrUpdatePaymentMethodTestSettings ¶
func (s *BillingServerOkTemporaryMock) CreateOrUpdatePaymentMethodTestSettings(ctx context.Context, in *grpc.ChangePaymentMethodParamsRequest, opts ...client.CallOption) (*grpc.ChangePaymentMethodParamsResponse, error)
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 (s *BillingServerOkTemporaryMock) CreatePageReview( ctx context.Context, in *grpc.CreatePageReviewRequest, opts ...client.CallOption, ) (*grpc.CheckProjectRequestSignatureResponse, error)
func (*BillingServerOkTemporaryMock) CreatePayoutDocument ¶
func (s *BillingServerOkTemporaryMock) CreatePayoutDocument(ctx context.Context, in *grpc.CreatePayoutDocumentRequest, opts ...client.CallOption) (*grpc.CreatePayoutDocumentResponse, error)
func (*BillingServerOkTemporaryMock) CreateRefund ¶
func (s *BillingServerOkTemporaryMock) CreateRefund( ctx context.Context, in *grpc.CreateRefundRequest, opts ...client.CallOption, ) (*grpc.CreateRefundResponse, error)
func (*BillingServerOkTemporaryMock) CreateRoyaltyReport ¶
func (s *BillingServerOkTemporaryMock) CreateRoyaltyReport(ctx context.Context, in *grpc.CreateRoyaltyReportRequest, opts ...client.CallOption) (*grpc.CreateRoyaltyReportRequest, error)
func (*BillingServerOkTemporaryMock) CreateToken ¶
func (s *BillingServerOkTemporaryMock) CreateToken( ctx context.Context, in *grpc.TokenRequest, opts ...client.CallOption, ) (*grpc.TokenResponse, error)
func (*BillingServerOkTemporaryMock) DeleteAdminUser ¶
func (s *BillingServerOkTemporaryMock) DeleteAdminUser(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkTemporaryMock) DeleteKeyProduct ¶
func (s *BillingServerOkTemporaryMock) DeleteKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkTemporaryMock) DeleteMerchantUser ¶
func (s *BillingServerOkTemporaryMock) DeleteMerchantUser(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkTemporaryMock) DeleteMoneyBackCostMerchant ¶
func (s *BillingServerOkTemporaryMock) DeleteMoneyBackCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerOkTemporaryMock) DeleteMoneyBackCostSystem ¶
func (s *BillingServerOkTemporaryMock) DeleteMoneyBackCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerOkTemporaryMock) DeletePaylink ¶
func (s *BillingServerOkTemporaryMock) DeletePaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
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 (s *BillingServerOkTemporaryMock) DeletePaymentMethodProductionSettings( ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, opts ...client.CallOption, ) (*grpc.ChangePaymentMethodParamsResponse, error)
func (*BillingServerOkTemporaryMock) DeletePaymentMethodTestSettings ¶
func (s *BillingServerOkTemporaryMock) DeletePaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, opts ...client.CallOption) (*grpc.ChangePaymentMethodParamsResponse, error)
func (*BillingServerOkTemporaryMock) DeletePlatformFromProduct ¶
func (s *BillingServerOkTemporaryMock) DeletePlatformFromProduct(ctx context.Context, in *grpc.RemovePlatformRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkTemporaryMock) DeleteProduct ¶
func (s *BillingServerOkTemporaryMock) DeleteProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerOkTemporaryMock) DeleteProject ¶
func (s *BillingServerOkTemporaryMock) DeleteProject( ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption, ) (*grpc.ChangeProjectResponse, error)
func (*BillingServerOkTemporaryMock) DeleteSavedCard ¶
func (s *BillingServerOkTemporaryMock) DeleteSavedCard(ctx context.Context, in *grpc.DeleteSavedCardRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkTemporaryMock) FindAllOrders ¶
func (s *BillingServerOkTemporaryMock) FindAllOrders(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersResponse, error)
func (*BillingServerOkTemporaryMock) FindAllOrdersPrivate ¶
func (s *BillingServerOkTemporaryMock) FindAllOrdersPrivate( ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption, ) (*grpc.ListOrdersPrivateResponse, error)
func (*BillingServerOkTemporaryMock) FindAllOrdersPublic ¶
func (s *BillingServerOkTemporaryMock) FindAllOrdersPublic( ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption, ) (*grpc.ListOrdersPublicResponse, error)
func (*BillingServerOkTemporaryMock) FindByZipCode ¶
func (s *BillingServerOkTemporaryMock) FindByZipCode( ctx context.Context, in *grpc.FindByZipCodeRequest, opts ...client.CallOption, ) (*grpc.FindByZipCodeResponse, error)
func (*BillingServerOkTemporaryMock) FinishRedeemKeyForOrder ¶
func (s *BillingServerOkTemporaryMock) FinishRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
func (*BillingServerOkTemporaryMock) GetAdminUser ¶
func (s *BillingServerOkTemporaryMock) GetAdminUser(ctx context.Context, in *grpc.GetAdminUserRequest, opts ...client.CallOption) (*grpc.GetAdminUserResponse, error)
func (*BillingServerOkTemporaryMock) GetAdminUserRole ¶
func (s *BillingServerOkTemporaryMock) GetAdminUserRole(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
func (*BillingServerOkTemporaryMock) GetAdminUsers ¶
func (s *BillingServerOkTemporaryMock) GetAdminUsers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetAdminUsersResponse, error)
func (*BillingServerOkTemporaryMock) GetAllMoneyBackCostMerchant ¶
func (s *BillingServerOkTemporaryMock) GetAllMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantListRequest, opts ...client.CallOption) (*grpc.MoneyBackCostMerchantListResponse, error)
func (*BillingServerOkTemporaryMock) GetAllMoneyBackCostSystem ¶
func (s *BillingServerOkTemporaryMock) GetAllMoneyBackCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.MoneyBackCostSystemListResponse, error)
func (*BillingServerOkTemporaryMock) GetAllPaymentChannelCostMerchant ¶
func (s *BillingServerOkTemporaryMock) GetAllPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantListRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostMerchantListResponse, error)
func (*BillingServerOkTemporaryMock) GetAllPaymentChannelCostSystem ¶
func (s *BillingServerOkTemporaryMock) GetAllPaymentChannelCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemListResponse, error)
func (*BillingServerOkTemporaryMock) GetAvailableKeysCount ¶
func (s *BillingServerOkTemporaryMock) GetAvailableKeysCount(ctx context.Context, in *grpc.GetPlatformKeyCountRequest, opts ...client.CallOption) (*grpc.GetPlatformKeyCountResponse, error)
func (*BillingServerOkTemporaryMock) GetCommonUserProfile ¶
func (s *BillingServerOkTemporaryMock) GetCommonUserProfile(ctx context.Context, in *grpc.CommonUserProfileRequest, opts ...client.CallOption) (*grpc.CommonUserProfileResponse, error)
func (*BillingServerOkTemporaryMock) GetCountriesList ¶
func (s *BillingServerOkTemporaryMock) GetCountriesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*billing.CountriesList, error)
func (*BillingServerOkTemporaryMock) GetCountriesListForOrder ¶
func (s *BillingServerOkTemporaryMock) GetCountriesListForOrder(ctx context.Context, in *grpc.GetCountriesListForOrderRequest, opts ...client.CallOption) (*grpc.GetCountriesListForOrderResponse, error)
func (*BillingServerOkTemporaryMock) GetCountry ¶
func (s *BillingServerOkTemporaryMock) GetCountry(ctx context.Context, in *billing.GetCountryRequest, opts ...client.CallOption) (*billing.Country, error)
func (*BillingServerOkTemporaryMock) GetDashboardBaseReport ¶
func (s *BillingServerOkTemporaryMock) GetDashboardBaseReport( ctx context.Context, in *grpc.GetDashboardBaseReportRequest, opts ...client.CallOption, ) (*grpc.GetDashboardBaseReportResponse, error)
func (*BillingServerOkTemporaryMock) GetDashboardMainReport ¶
func (s *BillingServerOkTemporaryMock) GetDashboardMainReport( ctx context.Context, in *grpc.GetDashboardMainRequest, opts ...client.CallOption, ) (*grpc.GetDashboardMainResponse, error)
func (*BillingServerOkTemporaryMock) GetDashboardRevenueDynamicsReport ¶
func (s *BillingServerOkTemporaryMock) GetDashboardRevenueDynamicsReport( ctx context.Context, in *grpc.GetDashboardMainRequest, opts ...client.CallOption, ) (*grpc.GetDashboardRevenueDynamicsReportResponse, error)
func (*BillingServerOkTemporaryMock) GetKeyByID ¶
func (s *BillingServerOkTemporaryMock) GetKeyByID(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
func (*BillingServerOkTemporaryMock) GetKeyProduct ¶
func (s *BillingServerOkTemporaryMock) GetKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
func (*BillingServerOkTemporaryMock) GetKeyProductInfo ¶
func (s *BillingServerOkTemporaryMock) GetKeyProductInfo(ctx context.Context, in *grpc.GetKeyProductInfoRequest, opts ...client.CallOption) (*grpc.GetKeyProductInfoResponse, error)
func (*BillingServerOkTemporaryMock) GetKeyProducts ¶
func (s *BillingServerOkTemporaryMock) GetKeyProducts(ctx context.Context, in *grpc.ListKeyProductsRequest, opts ...client.CallOption) (*grpc.ListKeyProductsResponse, error)
func (*BillingServerOkTemporaryMock) GetKeyProductsForOrder ¶
func (s *BillingServerOkTemporaryMock) GetKeyProductsForOrder(ctx context.Context, in *grpc.GetKeyProductsForOrderRequest, opts ...client.CallOption) (*grpc.ListKeyProductsResponse, error)
func (*BillingServerOkTemporaryMock) GetMerchantBalance ¶
func (s *BillingServerOkTemporaryMock) GetMerchantBalance(ctx context.Context, in *grpc.GetMerchantBalanceRequest, opts ...client.CallOption) (*grpc.GetMerchantBalanceResponse, error)
func (*BillingServerOkTemporaryMock) GetMerchantBy ¶
func (s *BillingServerOkTemporaryMock) GetMerchantBy( ctx context.Context, in *grpc.GetMerchantByRequest, opts ...client.CallOption, ) (*grpc.GetMerchantResponse, error)
func (*BillingServerOkTemporaryMock) GetMerchantOnboardingCompleteData ¶
func (s *BillingServerOkTemporaryMock) GetMerchantOnboardingCompleteData( ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, opts ...client.CallOption, ) (*grpc.GetMerchantOnboardingCompleteDataResponse, error)
func (*BillingServerOkTemporaryMock) GetMerchantPaymentMethod ¶
func (s *BillingServerOkTemporaryMock) GetMerchantPaymentMethod( ctx context.Context, in *grpc.GetMerchantPaymentMethodRequest, opts ...client.CallOption, ) (*grpc.GetMerchantPaymentMethodResponse, error)
func (*BillingServerOkTemporaryMock) GetMerchantTariffRates ¶
func (s *BillingServerOkTemporaryMock) GetMerchantTariffRates( ctx context.Context, in *grpc.GetMerchantTariffRatesRequest, opts ...client.CallOption, ) (*grpc.GetMerchantTariffRatesResponse, error)
func (*BillingServerOkTemporaryMock) GetMerchantUser ¶
func (s *BillingServerOkTemporaryMock) GetMerchantUser(ctx context.Context, in *grpc.GetMerchantUserRequest, opts ...client.CallOption) (*grpc.GetMerchantUserResponse, error)
func (*BillingServerOkTemporaryMock) GetMerchantUserRole ¶
func (s *BillingServerOkTemporaryMock) GetMerchantUserRole(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
func (*BillingServerOkTemporaryMock) GetMerchantUsers ¶
func (s *BillingServerOkTemporaryMock) GetMerchantUsers(ctx context.Context, in *grpc.GetMerchantUsersRequest, opts ...client.CallOption) (*grpc.GetMerchantUsersResponse, error)
func (*BillingServerOkTemporaryMock) GetMerchantsForUser ¶
func (s *BillingServerOkTemporaryMock) GetMerchantsForUser(ctx context.Context, in *grpc.GetMerchantsForUserRequest, opts ...client.CallOption) (*grpc.GetMerchantsForUserResponse, error)
func (*BillingServerOkTemporaryMock) GetMoneyBackCostMerchant ¶
func (s *BillingServerOkTemporaryMock) GetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantRequest, opts ...client.CallOption) (*grpc.MoneyBackCostMerchantResponse, error)
func (*BillingServerOkTemporaryMock) GetMoneyBackCostSystem ¶
func (s *BillingServerOkTemporaryMock) GetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystemRequest, opts ...client.CallOption) (*grpc.MoneyBackCostSystemResponse, error)
func (*BillingServerOkTemporaryMock) GetNotification ¶
func (s *BillingServerOkTemporaryMock) GetNotification( ctx context.Context, in *grpc.GetNotificationRequest, opts ...client.CallOption, ) (*billing.Notification, error)
func (*BillingServerOkTemporaryMock) GetOperatingCompaniesList ¶
func (s *BillingServerOkTemporaryMock) GetOperatingCompaniesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetOperatingCompaniesListResponse, error)
func (*BillingServerOkTemporaryMock) GetOperatingCompany ¶
func (s *BillingServerOkTemporaryMock) GetOperatingCompany(ctx context.Context, in *grpc.GetOperatingCompanyRequest, opts ...client.CallOption) (*grpc.GetOperatingCompanyResponse, error)
func (*BillingServerOkTemporaryMock) GetOrder ¶
func (s *BillingServerOkTemporaryMock) GetOrder(ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption) (*billing.Order, error)
func (*BillingServerOkTemporaryMock) GetOrderPrivate ¶
func (s *BillingServerOkTemporaryMock) GetOrderPrivate( ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption, ) (*grpc.GetOrderPrivateResponse, error)
func (*BillingServerOkTemporaryMock) GetOrderPublic ¶
func (s *BillingServerOkTemporaryMock) GetOrderPublic( ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption, ) (*grpc.GetOrderPublicResponse, error)
func (*BillingServerOkTemporaryMock) GetPaylink ¶
func (s *BillingServerOkTemporaryMock) GetPaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.GetPaylinkResponse, error)
func (*BillingServerOkTemporaryMock) GetPaylinkStatByCountry ¶
func (s *BillingServerOkTemporaryMock) GetPaylinkStatByCountry(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerOkTemporaryMock) GetPaylinkStatByDate ¶
func (s *BillingServerOkTemporaryMock) GetPaylinkStatByDate(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerOkTemporaryMock) GetPaylinkStatByReferrer ¶
func (s *BillingServerOkTemporaryMock) GetPaylinkStatByReferrer(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerOkTemporaryMock) GetPaylinkStatByUtm ¶
func (s *BillingServerOkTemporaryMock) GetPaylinkStatByUtm(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerOkTemporaryMock) GetPaylinkStatTotal ¶
func (s *BillingServerOkTemporaryMock) GetPaylinkStatTotal(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonResponse, error)
func (*BillingServerOkTemporaryMock) GetPaylinkURL ¶
func (s *BillingServerOkTemporaryMock) GetPaylinkURL(ctx context.Context, in *grpc.GetPaylinkURLRequest, opts ...client.CallOption) (*grpc.GetPaylinkUrlResponse, error)
func (*BillingServerOkTemporaryMock) GetPaylinks ¶
func (s *BillingServerOkTemporaryMock) GetPaylinks(ctx context.Context, in *grpc.GetPaylinksRequest, opts ...client.CallOption) (*grpc.GetPaylinksResponse, error)
func (*BillingServerOkTemporaryMock) GetPaymentChannelCostMerchant ¶
func (s *BillingServerOkTemporaryMock) GetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostMerchantResponse, error)
func (*BillingServerOkTemporaryMock) GetPaymentChannelCostSystem ¶
func (s *BillingServerOkTemporaryMock) GetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystemRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemResponse, error)
func (*BillingServerOkTemporaryMock) GetPaymentMethodProductionSettings ¶
func (s *BillingServerOkTemporaryMock) GetPaymentMethodProductionSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, opts ...client.CallOption) (*grpc.GetPaymentMethodSettingsResponse, error)
func (*BillingServerOkTemporaryMock) GetPaymentMethodTestSettings ¶
func (s *BillingServerOkTemporaryMock) GetPaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, opts ...client.CallOption) (*grpc.GetPaymentMethodSettingsResponse, error)
func (*BillingServerOkTemporaryMock) GetPaymentMinLimitsSystem ¶
func (s *BillingServerOkTemporaryMock) GetPaymentMinLimitsSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetPaymentMinLimitsSystemResponse, error)
func (*BillingServerOkTemporaryMock) GetPayoutDocument ¶
func (s *BillingServerOkTemporaryMock) GetPayoutDocument(ctx context.Context, in *grpc.GetPayoutDocumentRequest, opts ...client.CallOption) (*grpc.PayoutDocumentResponse, error)
func (*BillingServerOkTemporaryMock) GetPayoutDocumentRoyaltyReports ¶
func (s *BillingServerOkTemporaryMock) GetPayoutDocumentRoyaltyReports(ctx context.Context, in *grpc.GetPayoutDocumentRequest, opts ...client.CallOption) (*grpc.ListRoyaltyReportsResponse, error)
func (*BillingServerOkTemporaryMock) GetPayoutDocuments ¶
func (s *BillingServerOkTemporaryMock) GetPayoutDocuments(ctx context.Context, in *grpc.GetPayoutDocumentsRequest, opts ...client.CallOption) (*grpc.GetPayoutDocumentsResponse, error)
func (*BillingServerOkTemporaryMock) GetPlatforms ¶
func (s *BillingServerOkTemporaryMock) GetPlatforms(ctx context.Context, in *grpc.ListPlatformsRequest, opts ...client.CallOption) (*grpc.ListPlatformsResponse, error)
func (*BillingServerOkTemporaryMock) GetPriceGroup ¶
func (s *BillingServerOkTemporaryMock) GetPriceGroup(ctx context.Context, in *billing.GetPriceGroupRequest, opts ...client.CallOption) (*billing.PriceGroup, error)
func (*BillingServerOkTemporaryMock) GetPriceGroupByCountry ¶
func (s *BillingServerOkTemporaryMock) GetPriceGroupByCountry( ctx context.Context, in *grpc.PriceGroupByCountryRequest, opts ...client.CallOption, ) (*billing.PriceGroup, error)
func (*BillingServerOkTemporaryMock) GetPriceGroupByRegion ¶
func (s *BillingServerOkTemporaryMock) GetPriceGroupByRegion(ctx context.Context, in *grpc.GetPriceGroupByRegionRequest, opts ...client.CallOption) (*grpc.GetPriceGroupByRegionResponse, error)
func (*BillingServerOkTemporaryMock) GetPriceGroupCurrencies ¶
func (s *BillingServerOkTemporaryMock) GetPriceGroupCurrencies( ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption, ) (*grpc.PriceGroupCurrenciesResponse, error)
func (*BillingServerOkTemporaryMock) GetPriceGroupCurrencyByRegion ¶
func (s *BillingServerOkTemporaryMock) GetPriceGroupCurrencyByRegion( ctx context.Context, in *grpc.PriceGroupByRegionRequest, opts ...client.CallOption, ) (*grpc.PriceGroupCurrenciesResponse, error)
func (*BillingServerOkTemporaryMock) GetPriceGroupRecommendedPrice ¶
func (s *BillingServerOkTemporaryMock) GetPriceGroupRecommendedPrice( ctx context.Context, in *grpc.RecommendedPriceRequest, opts ...client.CallOption, ) (*grpc.RecommendedPriceResponse, error)
func (*BillingServerOkTemporaryMock) GetProduct ¶
func (s *BillingServerOkTemporaryMock) GetProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.GetProductResponse, error)
func (*BillingServerOkTemporaryMock) GetProductPrices ¶
func (s *BillingServerOkTemporaryMock) GetProductPrices( ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption, ) (*grpc.ProductPricesResponse, error)
func (*BillingServerOkTemporaryMock) GetProductsForOrder ¶
func (s *BillingServerOkTemporaryMock) GetProductsForOrder( ctx context.Context, in *grpc.GetProductsForOrderRequest, opts ...client.CallOption, ) (*grpc.ListProductsResponse, error)
func (*BillingServerOkTemporaryMock) GetProject ¶
func (s *BillingServerOkTemporaryMock) GetProject( ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption, ) (*grpc.ChangeProjectResponse, error)
func (*BillingServerOkTemporaryMock) GetRecommendedPriceByConversion ¶
func (s *BillingServerOkTemporaryMock) GetRecommendedPriceByConversion(ctx context.Context, in *grpc.RecommendedPriceRequest, opts ...client.CallOption) (*grpc.RecommendedPriceResponse, error)
func (*BillingServerOkTemporaryMock) GetRecommendedPriceByPriceGroup ¶
func (s *BillingServerOkTemporaryMock) GetRecommendedPriceByPriceGroup(ctx context.Context, in *grpc.RecommendedPriceRequest, opts ...client.CallOption) (*grpc.RecommendedPriceResponse, error)
func (*BillingServerOkTemporaryMock) GetRecommendedPriceTable ¶
func (s *BillingServerOkTemporaryMock) GetRecommendedPriceTable(ctx context.Context, in *grpc.RecommendedPriceTableRequest, opts ...client.CallOption) (*grpc.RecommendedPriceTableResponse, error)
func (*BillingServerOkTemporaryMock) GetRefund ¶
func (s *BillingServerOkTemporaryMock) GetRefund( ctx context.Context, in *grpc.GetRefundRequest, opts ...client.CallOption, ) (*grpc.CreateRefundResponse, error)
func (*BillingServerOkTemporaryMock) GetRoleList ¶
func (s *BillingServerOkTemporaryMock) GetRoleList(ctx context.Context, in *grpc.GetRoleListRequest, opts ...client.CallOption) (*grpc.GetRoleListResponse, error)
func (*BillingServerOkTemporaryMock) GetRoyaltyReport ¶
func (s *BillingServerOkTemporaryMock) GetRoyaltyReport(ctx context.Context, in *grpc.GetRoyaltyReportRequest, opts ...client.CallOption) (*grpc.GetRoyaltyReportResponse, error)
func (*BillingServerOkTemporaryMock) GetUserProfile ¶
func (s *BillingServerOkTemporaryMock) GetUserProfile( ctx context.Context, in *grpc.GetUserProfileRequest, opts ...client.CallOption, ) (*grpc.GetUserProfileResponse, error)
func (*BillingServerOkTemporaryMock) GetVatReportTransactions ¶
func (s *BillingServerOkTemporaryMock) GetVatReportTransactions(ctx context.Context, in *grpc.VatTransactionsRequest, opts ...client.CallOption) (*grpc.TransactionsResponse, error)
func (*BillingServerOkTemporaryMock) GetVatReportsDashboard ¶
func (s *BillingServerOkTemporaryMock) GetVatReportsDashboard(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)
func (*BillingServerOkTemporaryMock) GetVatReportsForCountry ¶
func (s *BillingServerOkTemporaryMock) GetVatReportsForCountry(ctx context.Context, in *grpc.VatReportsRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)
func (*BillingServerOkTemporaryMock) IncrPaylinkVisits ¶
func (s *BillingServerOkTemporaryMock) IncrPaylinkVisits(ctx context.Context, in *grpc.PaylinkRequestById, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerOkTemporaryMock) InviteUserAdmin ¶
func (s *BillingServerOkTemporaryMock) InviteUserAdmin(ctx context.Context, in *grpc.InviteUserAdminRequest, opts ...client.CallOption) (*grpc.InviteUserAdminResponse, error)
func (*BillingServerOkTemporaryMock) InviteUserMerchant ¶
func (s *BillingServerOkTemporaryMock) InviteUserMerchant(ctx context.Context, in *grpc.InviteUserMerchantRequest, opts ...client.CallOption) (*grpc.InviteUserMerchantResponse, error)
func (*BillingServerOkTemporaryMock) IsOrderCanBePaying ¶
func (s *BillingServerOkTemporaryMock) IsOrderCanBePaying( ctx context.Context, in *grpc.IsOrderCanBePayingRequest, opts ...client.CallOption, ) (*grpc.IsOrderCanBePayingResponse, error)
func (*BillingServerOkTemporaryMock) ListMerchantPaymentMethods ¶
func (s *BillingServerOkTemporaryMock) ListMerchantPaymentMethods( ctx context.Context, in *grpc.ListMerchantPaymentMethodsRequest, opts ...client.CallOption, ) (*grpc.ListingMerchantPaymentMethod, error)
func (*BillingServerOkTemporaryMock) ListMerchants ¶
func (s *BillingServerOkTemporaryMock) ListMerchants( ctx context.Context, in *grpc.MerchantListingRequest, opts ...client.CallOption, ) (*grpc.MerchantListingResponse, error)
func (*BillingServerOkTemporaryMock) ListNotifications ¶
func (s *BillingServerOkTemporaryMock) ListNotifications( ctx context.Context, in *grpc.ListingNotificationRequest, opts ...client.CallOption, ) (*grpc.Notifications, error)
func (*BillingServerOkTemporaryMock) ListProducts ¶
func (s *BillingServerOkTemporaryMock) ListProducts(ctx context.Context, in *grpc.ListProductsRequest, opts ...client.CallOption) (*grpc.ListProductsResponse, error)
func (*BillingServerOkTemporaryMock) ListProjects ¶
func (s *BillingServerOkTemporaryMock) ListProjects(ctx context.Context, in *grpc.ListProjectsRequest, opts ...client.CallOption) (*grpc.ListProjectsResponse, error)
func (*BillingServerOkTemporaryMock) ListRefunds ¶
func (s *BillingServerOkTemporaryMock) ListRefunds( ctx context.Context, in *grpc.ListRefundsRequest, opts ...client.CallOption, ) (*grpc.ListRefundsResponse, error)
func (*BillingServerOkTemporaryMock) ListRoyaltyReportOrders ¶
func (s *BillingServerOkTemporaryMock) ListRoyaltyReportOrders(ctx context.Context, in *grpc.ListRoyaltyReportOrdersRequest, opts ...client.CallOption) (*grpc.TransactionsResponse, error)
func (*BillingServerOkTemporaryMock) ListRoyaltyReports ¶
func (s *BillingServerOkTemporaryMock) ListRoyaltyReports(ctx context.Context, in *grpc.ListRoyaltyReportsRequest, opts ...client.CallOption) (*grpc.ListRoyaltyReportsResponse, error)
func (*BillingServerOkTemporaryMock) MarkNotificationAsRead ¶
func (s *BillingServerOkTemporaryMock) MarkNotificationAsRead( ctx context.Context, in *grpc.GetNotificationRequest, opts ...client.CallOption, ) (*billing.Notification, error)
func (*BillingServerOkTemporaryMock) MerchantReviewRoyaltyReport ¶
func (s *BillingServerOkTemporaryMock) MerchantReviewRoyaltyReport(ctx context.Context, in *grpc.MerchantReviewRoyaltyReportRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerOkTemporaryMock) OrderCreateByPaylink ¶
func (s *BillingServerOkTemporaryMock) OrderCreateByPaylink(ctx context.Context, in *billing.OrderCreateByPaylink, opts ...client.CallOption) (*grpc.OrderCreateProcessResponse, error)
func (*BillingServerOkTemporaryMock) OrderCreateProcess ¶
func (s *BillingServerOkTemporaryMock) OrderCreateProcess( ctx context.Context, in *billing.OrderCreateRequest, opts ...client.CallOption, ) (*grpc.OrderCreateProcessResponse, error)
func (*BillingServerOkTemporaryMock) OrderReCreateProcess ¶
func (s *BillingServerOkTemporaryMock) OrderReCreateProcess(ctx context.Context, in *grpc.OrderReCreateProcessRequest, opts ...client.CallOption) (*grpc.OrderCreateProcessResponse, error)
func (*BillingServerOkTemporaryMock) OrderReceipt ¶
func (s *BillingServerOkTemporaryMock) OrderReceipt(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
func (*BillingServerOkTemporaryMock) OrderReceiptRefund ¶
func (s *BillingServerOkTemporaryMock) OrderReceiptRefund(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
func (*BillingServerOkTemporaryMock) PaymentCallbackProcess ¶
func (s *BillingServerOkTemporaryMock) PaymentCallbackProcess( ctx context.Context, in *grpc.PaymentNotifyRequest, opts ...client.CallOption, ) (*grpc.PaymentNotifyResponse, error)
func (*BillingServerOkTemporaryMock) PaymentCreateProcess ¶
func (s *BillingServerOkTemporaryMock) PaymentCreateProcess( ctx context.Context, in *grpc.PaymentCreateRequest, opts ...client.CallOption, ) (*grpc.PaymentCreateResponse, error)
func (*BillingServerOkTemporaryMock) PaymentFormJsonDataProcess ¶
func (s *BillingServerOkTemporaryMock) PaymentFormJsonDataProcess( ctx context.Context, in *grpc.PaymentFormJsonDataRequest, opts ...client.CallOption, ) (*grpc.PaymentFormJsonDataResponse, error)
func (*BillingServerOkTemporaryMock) PaymentFormLanguageChanged ¶
func (s *BillingServerOkTemporaryMock) PaymentFormLanguageChanged( ctx context.Context, in *grpc.PaymentFormUserChangeLangRequest, opts ...client.CallOption, ) (*grpc.PaymentFormDataChangeResponse, error)
func (*BillingServerOkTemporaryMock) PaymentFormPaymentAccountChanged ¶
func (s *BillingServerOkTemporaryMock) PaymentFormPaymentAccountChanged( ctx context.Context, in *grpc.PaymentFormUserChangePaymentAccountRequest, opts ...client.CallOption, ) (*grpc.PaymentFormDataChangeResponse, error)
func (*BillingServerOkTemporaryMock) PaymentFormPlatformChanged ¶
func (s *BillingServerOkTemporaryMock) PaymentFormPlatformChanged( ctx context.Context, in *grpc.PaymentFormUserChangePlatformRequest, opts ...client.CallOption, ) (*grpc.PaymentFormDataChangeResponse, error)
func (*BillingServerOkTemporaryMock) PayoutDocumentPdfUploaded ¶
func (s *BillingServerOkTemporaryMock) PayoutDocumentPdfUploaded(ctx context.Context, in *grpc.PayoutDocumentPdfUploadedRequest, opts ...client.CallOption) (*grpc.PayoutDocumentPdfUploadedResponse, error)
func (*BillingServerOkTemporaryMock) ProcessBillingAddress ¶
func (s *BillingServerOkTemporaryMock) ProcessBillingAddress( ctx context.Context, in *grpc.ProcessBillingAddressRequest, opts ...client.CallOption, ) (*grpc.ProcessBillingAddressResponse, error)
func (*BillingServerOkTemporaryMock) ProcessRefundCallback ¶
func (s *BillingServerOkTemporaryMock) ProcessRefundCallback( ctx context.Context, in *grpc.CallbackRequest, opts ...client.CallOption, ) (*grpc.PaymentNotifyResponse, error)
func (*BillingServerOkTemporaryMock) ProcessVatReports ¶
func (s *BillingServerOkTemporaryMock) ProcessVatReports(ctx context.Context, in *grpc.ProcessVatReportsRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerOkTemporaryMock) PublishKeyProduct ¶
func (s *BillingServerOkTemporaryMock) PublishKeyProduct(ctx context.Context, in *grpc.PublishKeyProductRequest, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
func (*BillingServerOkTemporaryMock) RebuildCache ¶
func (s *BillingServerOkTemporaryMock) RebuildCache( ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption, ) (*grpc.EmptyResponse, error)
func (*BillingServerOkTemporaryMock) ResendInviteAdmin ¶
func (s *BillingServerOkTemporaryMock) ResendInviteAdmin(ctx context.Context, in *grpc.ResendInviteAdminRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkTemporaryMock) ResendInviteMerchant ¶
func (s *BillingServerOkTemporaryMock) ResendInviteMerchant(ctx context.Context, in *grpc.ResendInviteMerchantRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkTemporaryMock) ReserveKeyForOrder ¶
func (s *BillingServerOkTemporaryMock) ReserveKeyForOrder(ctx context.Context, in *grpc.PlatformKeyReserveRequest, opts ...client.CallOption) (*grpc.PlatformKeyReserveResponse, error)
func (*BillingServerOkTemporaryMock) RoyaltyReportPdfUploaded ¶
func (s *BillingServerOkTemporaryMock) RoyaltyReportPdfUploaded(ctx context.Context, in *grpc.RoyaltyReportPdfUploadedRequest, opts ...client.CallOption) (*grpc.RoyaltyReportPdfUploadedResponse, error)
func (*BillingServerOkTemporaryMock) SetMerchantOperatingCompany ¶
func (s *BillingServerOkTemporaryMock) SetMerchantOperatingCompany(ctx context.Context, in *grpc.SetMerchantOperatingCompanyRequest, opts ...client.CallOption) (*grpc.SetMerchantOperatingCompanyResponse, error)
func (*BillingServerOkTemporaryMock) SetMerchantS3Agreement ¶
func (s *BillingServerOkTemporaryMock) SetMerchantS3Agreement( ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantDataResponse, error)
func (*BillingServerOkTemporaryMock) SetMerchantTariffRates ¶
func (s *BillingServerOkTemporaryMock) SetMerchantTariffRates( ctx context.Context, in *grpc.SetMerchantTariffRatesRequest, opts ...client.CallOption, ) (*grpc.CheckProjectRequestSignatureResponse, error)
func (*BillingServerOkTemporaryMock) SetMoneyBackCostMerchant ¶
func (s *BillingServerOkTemporaryMock) SetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchant, opts ...client.CallOption) (*grpc.MoneyBackCostMerchantResponse, error)
func (*BillingServerOkTemporaryMock) SetMoneyBackCostSystem ¶
func (s *BillingServerOkTemporaryMock) SetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystem, opts ...client.CallOption) (*grpc.MoneyBackCostSystemResponse, error)
func (*BillingServerOkTemporaryMock) SetPaymentChannelCostMerchant ¶
func (s *BillingServerOkTemporaryMock) SetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchant, opts ...client.CallOption) (*grpc.PaymentChannelCostMerchantResponse, error)
func (*BillingServerOkTemporaryMock) SetPaymentChannelCostSystem ¶
func (s *BillingServerOkTemporaryMock) SetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystem, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemResponse, error)
func (*BillingServerOkTemporaryMock) SetPaymentMinLimitSystem ¶
func (s *BillingServerOkTemporaryMock) SetPaymentMinLimitSystem(ctx context.Context, in *billing.PaymentMinLimitSystem, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerOkTemporaryMock) SetUserNotifyNewRegion ¶
func (s *BillingServerOkTemporaryMock) SetUserNotifyNewRegion(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerOkTemporaryMock) SetUserNotifySales ¶
func (s *BillingServerOkTemporaryMock) SetUserNotifySales(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerOkTemporaryMock) UnPublishKeyProduct ¶
func (s *BillingServerOkTemporaryMock) UnPublishKeyProduct(ctx context.Context, in *grpc.UnPublishKeyProductRequest, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
func (*BillingServerOkTemporaryMock) UpdateCountry ¶
func (s *BillingServerOkTemporaryMock) UpdateCountry(ctx context.Context, in *billing.Country, opts ...client.CallOption) (*billing.Country, error)
func (*BillingServerOkTemporaryMock) UpdateMerchant ¶
func (s *BillingServerOkTemporaryMock) UpdateMerchant( ctx context.Context, in *billing.Merchant, opts ...client.CallOption, ) (*grpc.EmptyResponse, error)
func (*BillingServerOkTemporaryMock) UpdateOrder ¶
func (s *BillingServerOkTemporaryMock) UpdateOrder( ctx context.Context, in *billing.Order, opts ...client.CallOption, ) (*grpc.EmptyResponse, error)
func (*BillingServerOkTemporaryMock) UpdatePayoutDocument ¶
func (s *BillingServerOkTemporaryMock) UpdatePayoutDocument(ctx context.Context, in *grpc.UpdatePayoutDocumentRequest, opts ...client.CallOption) (*grpc.PayoutDocumentResponse, error)
func (*BillingServerOkTemporaryMock) UpdatePayoutDocumentSignatures ¶
func (s *BillingServerOkTemporaryMock) UpdatePayoutDocumentSignatures(ctx context.Context, in *grpc.UpdatePayoutDocumentSignaturesRequest, opts ...client.CallOption) (*grpc.PayoutDocumentResponse, error)
func (*BillingServerOkTemporaryMock) UpdatePriceGroup ¶
func (s *BillingServerOkTemporaryMock) UpdatePriceGroup(ctx context.Context, in *billing.PriceGroup, opts ...client.CallOption) (*billing.PriceGroup, error)
func (*BillingServerOkTemporaryMock) UpdateProductPrices ¶
func (s *BillingServerOkTemporaryMock) UpdateProductPrices( ctx context.Context, in *grpc.UpdateProductPricesRequest, opts ...client.CallOption, ) (*grpc.ResponseError, error)
func (*BillingServerOkTemporaryMock) UpdateVatReportStatus ¶
func (s *BillingServerOkTemporaryMock) UpdateVatReportStatus(ctx context.Context, in *grpc.UpdateVatReportStatusRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerOkTemporaryMock) UploadKeysFile ¶
func (s *BillingServerOkTemporaryMock) UploadKeysFile(ctx context.Context, in *grpc.PlatformKeysFileRequest, opts ...client.CallOption) (*grpc.PlatformKeysFileResponse, error)
type BillingServerSystemErrorMock ¶
type BillingServerSystemErrorMock struct{}
func (*BillingServerSystemErrorMock) AcceptInvite ¶
func (s *BillingServerSystemErrorMock) AcceptInvite(ctx context.Context, in *grpc.AcceptInviteRequest, opts ...client.CallOption) (*grpc.AcceptInviteResponse, error)
func (*BillingServerSystemErrorMock) AddOperatingCompany ¶
func (s *BillingServerSystemErrorMock) AddOperatingCompany(ctx context.Context, in *billing.OperatingCompany, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
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 (s *BillingServerSystemErrorMock) CancelRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerSystemErrorMock) ChangeCodeInOrder ¶
func (s *BillingServerSystemErrorMock) ChangeCodeInOrder(ctx context.Context, in *grpc.ChangeCodeInOrderRequest, opts ...client.CallOption) (*grpc.ChangeCodeInOrderResponse, error)
func (*BillingServerSystemErrorMock) ChangeMerchant ¶
func (s *BillingServerSystemErrorMock) ChangeMerchant( ctx context.Context, in *grpc.OnboardingRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantResponse, error)
func (*BillingServerSystemErrorMock) ChangeMerchantData ¶
func (s *BillingServerSystemErrorMock) ChangeMerchantData( ctx context.Context, in *grpc.ChangeMerchantDataRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantDataResponse, error)
func (*BillingServerSystemErrorMock) ChangeMerchantManualPayouts ¶
func (s *BillingServerSystemErrorMock) ChangeMerchantManualPayouts(ctx context.Context, in *grpc.ChangeMerchantManualPayoutsRequest, opts ...client.CallOption) (*grpc.ChangeMerchantManualPayoutsResponse, error)
func (*BillingServerSystemErrorMock) ChangeMerchantPaymentMethod ¶
func (s *BillingServerSystemErrorMock) ChangeMerchantPaymentMethod( ctx context.Context, in *grpc.MerchantPaymentMethodRequest, opts ...client.CallOption, ) (*grpc.MerchantPaymentMethodResponse, error)
func (*BillingServerSystemErrorMock) ChangeMerchantStatus ¶
func (s *BillingServerSystemErrorMock) ChangeMerchantStatus( ctx context.Context, in *grpc.MerchantChangeStatusRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantStatusResponse, error)
func (*BillingServerSystemErrorMock) ChangeProject ¶
func (s *BillingServerSystemErrorMock) ChangeProject( ctx context.Context, in *billing.Project, opts ...client.CallOption, ) (*grpc.ChangeProjectResponse, error)
func (*BillingServerSystemErrorMock) ChangeRoleForAdminUser ¶
func (s *BillingServerSystemErrorMock) ChangeRoleForAdminUser(ctx context.Context, in *grpc.ChangeRoleForAdminUserRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerSystemErrorMock) ChangeRoleForMerchantUser ¶
func (s *BillingServerSystemErrorMock) ChangeRoleForMerchantUser(ctx context.Context, in *grpc.ChangeRoleForMerchantUserRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerSystemErrorMock) ChangeRoyaltyReport ¶
func (s *BillingServerSystemErrorMock) ChangeRoyaltyReport(ctx context.Context, in *grpc.ChangeRoyaltyReportRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerSystemErrorMock) ChangeRoyaltyReportStatus ¶
func (s *BillingServerSystemErrorMock) ChangeRoyaltyReportStatus(ctx context.Context, in *grpc.CreateRoyaltyReportRequest, opts ...client.CallOption) (*grpc.CreateRoyaltyReportRequest, error)
func (*BillingServerSystemErrorMock) CheckInviteToken ¶
func (s *BillingServerSystemErrorMock) CheckInviteToken(ctx context.Context, in *grpc.CheckInviteTokenRequest, opts ...client.CallOption) (*grpc.CheckInviteTokenResponse, error)
func (*BillingServerSystemErrorMock) CheckProjectRequestSignature ¶
func (s *BillingServerSystemErrorMock) CheckProjectRequestSignature( ctx context.Context, in *grpc.CheckProjectRequestSignatureRequest, opts ...client.CallOption, ) (*grpc.CheckProjectRequestSignatureResponse, error)
func (*BillingServerSystemErrorMock) CheckSkuAndKeyProject ¶
func (s *BillingServerSystemErrorMock) CheckSkuAndKeyProject(ctx context.Context, in *grpc.CheckSkuAndKeyProjectRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerSystemErrorMock) ConfirmUserEmail ¶
func (s *BillingServerSystemErrorMock) ConfirmUserEmail( ctx context.Context, in *grpc.ConfirmUserEmailRequest, opts ...client.CallOption, ) (*grpc.ConfirmUserEmailResponse, error)
func (*BillingServerSystemErrorMock) CreateAccountingEntry ¶
func (s *BillingServerSystemErrorMock) CreateAccountingEntry(ctx context.Context, in *grpc.CreateAccountingEntryRequest, opts ...client.CallOption) (*grpc.CreateAccountingEntryResponse, error)
func (*BillingServerSystemErrorMock) CreateNotification ¶
func (s *BillingServerSystemErrorMock) CreateNotification( ctx context.Context, in *grpc.NotificationRequest, opts ...client.CallOption, ) (*grpc.CreateNotificationResponse, error)
func (*BillingServerSystemErrorMock) CreateOrUpdateKeyProduct ¶
func (s *BillingServerSystemErrorMock) CreateOrUpdateKeyProduct(ctx context.Context, in *grpc.CreateOrUpdateKeyProductRequest, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
func (*BillingServerSystemErrorMock) CreateOrUpdatePaylink ¶
func (s *BillingServerSystemErrorMock) CreateOrUpdatePaylink(ctx context.Context, in *paylink.CreatePaylinkRequest, opts ...client.CallOption) (*grpc.GetPaylinkResponse, error)
func (*BillingServerSystemErrorMock) CreateOrUpdatePaymentMethod ¶
func (s *BillingServerSystemErrorMock) CreateOrUpdatePaymentMethod( ctx context.Context, in *billing.PaymentMethod, opts ...client.CallOption, ) (*grpc.ChangePaymentMethodResponse, error)
func (*BillingServerSystemErrorMock) CreateOrUpdatePaymentMethodProductionSettings ¶
func (s *BillingServerSystemErrorMock) CreateOrUpdatePaymentMethodProductionSettings( ctx context.Context, in *grpc.ChangePaymentMethodParamsRequest, opts ...client.CallOption, ) (*grpc.ChangePaymentMethodParamsResponse, error)
func (*BillingServerSystemErrorMock) CreateOrUpdatePaymentMethodTestSettings ¶
func (s *BillingServerSystemErrorMock) CreateOrUpdatePaymentMethodTestSettings(ctx context.Context, in *grpc.ChangePaymentMethodParamsRequest, opts ...client.CallOption) (*grpc.ChangePaymentMethodParamsResponse, error)
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 (s *BillingServerSystemErrorMock) CreatePageReview( ctx context.Context, in *grpc.CreatePageReviewRequest, opts ...client.CallOption, ) (*grpc.CheckProjectRequestSignatureResponse, error)
func (*BillingServerSystemErrorMock) CreatePayoutDocument ¶
func (s *BillingServerSystemErrorMock) CreatePayoutDocument(ctx context.Context, in *grpc.CreatePayoutDocumentRequest, opts ...client.CallOption) (*grpc.CreatePayoutDocumentResponse, error)
func (*BillingServerSystemErrorMock) CreateRefund ¶
func (s *BillingServerSystemErrorMock) CreateRefund( ctx context.Context, in *grpc.CreateRefundRequest, opts ...client.CallOption, ) (*grpc.CreateRefundResponse, error)
func (*BillingServerSystemErrorMock) CreateRoyaltyReport ¶
func (s *BillingServerSystemErrorMock) CreateRoyaltyReport(ctx context.Context, in *grpc.CreateRoyaltyReportRequest, opts ...client.CallOption) (*grpc.CreateRoyaltyReportRequest, error)
func (*BillingServerSystemErrorMock) CreateToken ¶
func (s *BillingServerSystemErrorMock) CreateToken( ctx context.Context, in *grpc.TokenRequest, opts ...client.CallOption, ) (*grpc.TokenResponse, error)
func (*BillingServerSystemErrorMock) DeleteAdminUser ¶
func (s *BillingServerSystemErrorMock) DeleteAdminUser(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerSystemErrorMock) DeleteKeyProduct ¶
func (s *BillingServerSystemErrorMock) DeleteKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerSystemErrorMock) DeleteMerchantUser ¶
func (s *BillingServerSystemErrorMock) DeleteMerchantUser(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerSystemErrorMock) DeleteMoneyBackCostMerchant ¶
func (s *BillingServerSystemErrorMock) DeleteMoneyBackCostMerchant(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerSystemErrorMock) DeleteMoneyBackCostSystem ¶
func (s *BillingServerSystemErrorMock) DeleteMoneyBackCostSystem(ctx context.Context, in *billing.PaymentCostDeleteRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerSystemErrorMock) DeletePaylink ¶
func (s *BillingServerSystemErrorMock) DeletePaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
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 (s *BillingServerSystemErrorMock) DeletePaymentMethodProductionSettings( ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, opts ...client.CallOption, ) (*grpc.ChangePaymentMethodParamsResponse, error)
func (*BillingServerSystemErrorMock) DeletePaymentMethodTestSettings ¶
func (s *BillingServerSystemErrorMock) DeletePaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, opts ...client.CallOption) (*grpc.ChangePaymentMethodParamsResponse, error)
func (*BillingServerSystemErrorMock) DeletePlatformFromProduct ¶
func (s *BillingServerSystemErrorMock) DeletePlatformFromProduct(ctx context.Context, in *grpc.RemovePlatformRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerSystemErrorMock) DeleteProduct ¶
func (s *BillingServerSystemErrorMock) DeleteProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerSystemErrorMock) DeleteProject ¶
func (s *BillingServerSystemErrorMock) DeleteProject( ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption, ) (*grpc.ChangeProjectResponse, error)
func (*BillingServerSystemErrorMock) DeleteSavedCard ¶
func (s *BillingServerSystemErrorMock) DeleteSavedCard(ctx context.Context, in *grpc.DeleteSavedCardRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerSystemErrorMock) FindAllOrders ¶
func (s *BillingServerSystemErrorMock) FindAllOrders(ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption) (*grpc.ListOrdersResponse, error)
func (*BillingServerSystemErrorMock) FindAllOrdersPrivate ¶
func (s *BillingServerSystemErrorMock) FindAllOrdersPrivate( ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption, ) (*grpc.ListOrdersPrivateResponse, error)
func (*BillingServerSystemErrorMock) FindAllOrdersPublic ¶
func (s *BillingServerSystemErrorMock) FindAllOrdersPublic( ctx context.Context, in *grpc.ListOrdersRequest, opts ...client.CallOption, ) (*grpc.ListOrdersPublicResponse, error)
func (*BillingServerSystemErrorMock) FindByZipCode ¶
func (s *BillingServerSystemErrorMock) FindByZipCode( ctx context.Context, in *grpc.FindByZipCodeRequest, opts ...client.CallOption, ) (*grpc.FindByZipCodeResponse, error)
func (*BillingServerSystemErrorMock) FinishRedeemKeyForOrder ¶
func (s *BillingServerSystemErrorMock) FinishRedeemKeyForOrder(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
func (*BillingServerSystemErrorMock) GetAdminUser ¶
func (s *BillingServerSystemErrorMock) GetAdminUser(ctx context.Context, in *grpc.GetAdminUserRequest, opts ...client.CallOption) (*grpc.GetAdminUserResponse, error)
func (*BillingServerSystemErrorMock) GetAdminUserRole ¶
func (s *BillingServerSystemErrorMock) GetAdminUserRole(ctx context.Context, in *grpc.AdminRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
func (*BillingServerSystemErrorMock) GetAdminUsers ¶
func (s *BillingServerSystemErrorMock) GetAdminUsers(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetAdminUsersResponse, error)
func (*BillingServerSystemErrorMock) GetAllMoneyBackCostMerchant ¶
func (s *BillingServerSystemErrorMock) GetAllMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantListRequest, opts ...client.CallOption) (*grpc.MoneyBackCostMerchantListResponse, error)
func (*BillingServerSystemErrorMock) GetAllMoneyBackCostSystem ¶
func (s *BillingServerSystemErrorMock) GetAllMoneyBackCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.MoneyBackCostSystemListResponse, error)
func (*BillingServerSystemErrorMock) GetAllPaymentChannelCostMerchant ¶
func (s *BillingServerSystemErrorMock) GetAllPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantListRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostMerchantListResponse, error)
func (*BillingServerSystemErrorMock) GetAllPaymentChannelCostSystem ¶
func (s *BillingServerSystemErrorMock) GetAllPaymentChannelCostSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemListResponse, error)
func (*BillingServerSystemErrorMock) GetAvailableKeysCount ¶
func (s *BillingServerSystemErrorMock) GetAvailableKeysCount(ctx context.Context, in *grpc.GetPlatformKeyCountRequest, opts ...client.CallOption) (*grpc.GetPlatformKeyCountResponse, error)
func (*BillingServerSystemErrorMock) GetCommonUserProfile ¶
func (s *BillingServerSystemErrorMock) GetCommonUserProfile(ctx context.Context, in *grpc.CommonUserProfileRequest, opts ...client.CallOption) (*grpc.CommonUserProfileResponse, error)
func (*BillingServerSystemErrorMock) GetCountriesList ¶
func (s *BillingServerSystemErrorMock) GetCountriesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*billing.CountriesList, error)
func (*BillingServerSystemErrorMock) GetCountriesListForOrder ¶
func (s *BillingServerSystemErrorMock) GetCountriesListForOrder(ctx context.Context, in *grpc.GetCountriesListForOrderRequest, opts ...client.CallOption) (*grpc.GetCountriesListForOrderResponse, error)
func (*BillingServerSystemErrorMock) GetCountry ¶
func (s *BillingServerSystemErrorMock) GetCountry(ctx context.Context, in *billing.GetCountryRequest, opts ...client.CallOption) (*billing.Country, error)
func (*BillingServerSystemErrorMock) GetDashboardBaseReport ¶
func (s *BillingServerSystemErrorMock) GetDashboardBaseReport( ctx context.Context, in *grpc.GetDashboardBaseReportRequest, opts ...client.CallOption, ) (*grpc.GetDashboardBaseReportResponse, error)
func (*BillingServerSystemErrorMock) GetDashboardMainReport ¶
func (s *BillingServerSystemErrorMock) GetDashboardMainReport( ctx context.Context, in *grpc.GetDashboardMainRequest, opts ...client.CallOption, ) (*grpc.GetDashboardMainResponse, error)
func (*BillingServerSystemErrorMock) GetDashboardRevenueDynamicsReport ¶
func (s *BillingServerSystemErrorMock) GetDashboardRevenueDynamicsReport( ctx context.Context, in *grpc.GetDashboardMainRequest, opts ...client.CallOption, ) (*grpc.GetDashboardRevenueDynamicsReportResponse, error)
func (*BillingServerSystemErrorMock) GetKeyByID ¶
func (s *BillingServerSystemErrorMock) GetKeyByID(ctx context.Context, in *grpc.KeyForOrderRequest, opts ...client.CallOption) (*grpc.GetKeyForOrderRequestResponse, error)
func (*BillingServerSystemErrorMock) GetKeyProduct ¶
func (s *BillingServerSystemErrorMock) GetKeyProduct(ctx context.Context, in *grpc.RequestKeyProductMerchant, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
func (*BillingServerSystemErrorMock) GetKeyProductInfo ¶
func (s *BillingServerSystemErrorMock) GetKeyProductInfo(ctx context.Context, in *grpc.GetKeyProductInfoRequest, opts ...client.CallOption) (*grpc.GetKeyProductInfoResponse, error)
func (*BillingServerSystemErrorMock) GetKeyProducts ¶
func (s *BillingServerSystemErrorMock) GetKeyProducts(ctx context.Context, in *grpc.ListKeyProductsRequest, opts ...client.CallOption) (*grpc.ListKeyProductsResponse, error)
func (*BillingServerSystemErrorMock) GetKeyProductsForOrder ¶
func (s *BillingServerSystemErrorMock) GetKeyProductsForOrder(ctx context.Context, in *grpc.GetKeyProductsForOrderRequest, opts ...client.CallOption) (*grpc.ListKeyProductsResponse, error)
func (*BillingServerSystemErrorMock) GetMerchantBalance ¶
func (s *BillingServerSystemErrorMock) GetMerchantBalance(ctx context.Context, in *grpc.GetMerchantBalanceRequest, opts ...client.CallOption) (*grpc.GetMerchantBalanceResponse, error)
func (*BillingServerSystemErrorMock) GetMerchantBy ¶
func (s *BillingServerSystemErrorMock) GetMerchantBy( ctx context.Context, in *grpc.GetMerchantByRequest, opts ...client.CallOption, ) (*grpc.GetMerchantResponse, error)
func (*BillingServerSystemErrorMock) GetMerchantOnboardingCompleteData ¶
func (s *BillingServerSystemErrorMock) GetMerchantOnboardingCompleteData( ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, opts ...client.CallOption, ) (*grpc.GetMerchantOnboardingCompleteDataResponse, error)
func (*BillingServerSystemErrorMock) GetMerchantPaymentMethod ¶
func (s *BillingServerSystemErrorMock) GetMerchantPaymentMethod( ctx context.Context, in *grpc.GetMerchantPaymentMethodRequest, opts ...client.CallOption, ) (*grpc.GetMerchantPaymentMethodResponse, error)
func (*BillingServerSystemErrorMock) GetMerchantTariffRates ¶
func (s *BillingServerSystemErrorMock) GetMerchantTariffRates( ctx context.Context, in *grpc.GetMerchantTariffRatesRequest, opts ...client.CallOption, ) (*grpc.GetMerchantTariffRatesResponse, error)
func (*BillingServerSystemErrorMock) GetMerchantUser ¶
func (s *BillingServerSystemErrorMock) GetMerchantUser(ctx context.Context, in *grpc.GetMerchantUserRequest, opts ...client.CallOption) (*grpc.GetMerchantUserResponse, error)
func (*BillingServerSystemErrorMock) GetMerchantUserRole ¶
func (s *BillingServerSystemErrorMock) GetMerchantUserRole(ctx context.Context, in *grpc.MerchantRoleRequest, opts ...client.CallOption) (*grpc.UserRoleResponse, error)
func (*BillingServerSystemErrorMock) GetMerchantUsers ¶
func (s *BillingServerSystemErrorMock) GetMerchantUsers(ctx context.Context, in *grpc.GetMerchantUsersRequest, opts ...client.CallOption) (*grpc.GetMerchantUsersResponse, error)
func (*BillingServerSystemErrorMock) GetMerchantsForUser ¶
func (s *BillingServerSystemErrorMock) GetMerchantsForUser(ctx context.Context, in *grpc.GetMerchantsForUserRequest, opts ...client.CallOption) (*grpc.GetMerchantsForUserResponse, error)
func (*BillingServerSystemErrorMock) GetMoneyBackCostMerchant ¶
func (s *BillingServerSystemErrorMock) GetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchantRequest, opts ...client.CallOption) (*grpc.MoneyBackCostMerchantResponse, error)
func (*BillingServerSystemErrorMock) GetMoneyBackCostSystem ¶
func (s *BillingServerSystemErrorMock) GetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystemRequest, opts ...client.CallOption) (*grpc.MoneyBackCostSystemResponse, error)
func (*BillingServerSystemErrorMock) GetNotification ¶
func (s *BillingServerSystemErrorMock) GetNotification( ctx context.Context, in *grpc.GetNotificationRequest, opts ...client.CallOption, ) (*billing.Notification, error)
func (*BillingServerSystemErrorMock) GetOperatingCompaniesList ¶
func (s *BillingServerSystemErrorMock) GetOperatingCompaniesList(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetOperatingCompaniesListResponse, error)
func (*BillingServerSystemErrorMock) GetOperatingCompany ¶
func (s *BillingServerSystemErrorMock) GetOperatingCompany(ctx context.Context, in *grpc.GetOperatingCompanyRequest, opts ...client.CallOption) (*grpc.GetOperatingCompanyResponse, error)
func (*BillingServerSystemErrorMock) GetOrderPrivate ¶
func (s *BillingServerSystemErrorMock) GetOrderPrivate( ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption, ) (*grpc.GetOrderPrivateResponse, error)
func (*BillingServerSystemErrorMock) GetOrderPublic ¶
func (s *BillingServerSystemErrorMock) GetOrderPublic( ctx context.Context, in *grpc.GetOrderRequest, opts ...client.CallOption, ) (*grpc.GetOrderPublicResponse, error)
func (*BillingServerSystemErrorMock) GetPaylink ¶
func (s *BillingServerSystemErrorMock) GetPaylink(ctx context.Context, in *grpc.PaylinkRequest, opts ...client.CallOption) (*grpc.GetPaylinkResponse, error)
func (*BillingServerSystemErrorMock) GetPaylinkStatByCountry ¶
func (s *BillingServerSystemErrorMock) GetPaylinkStatByCountry(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerSystemErrorMock) GetPaylinkStatByDate ¶
func (s *BillingServerSystemErrorMock) GetPaylinkStatByDate(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerSystemErrorMock) GetPaylinkStatByReferrer ¶
func (s *BillingServerSystemErrorMock) GetPaylinkStatByReferrer(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerSystemErrorMock) GetPaylinkStatByUtm ¶
func (s *BillingServerSystemErrorMock) GetPaylinkStatByUtm(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonGroupResponse, error)
func (*BillingServerSystemErrorMock) GetPaylinkStatTotal ¶
func (s *BillingServerSystemErrorMock) GetPaylinkStatTotal(ctx context.Context, in *grpc.GetPaylinkStatCommonRequest, opts ...client.CallOption) (*grpc.GetPaylinkStatCommonResponse, error)
func (*BillingServerSystemErrorMock) GetPaylinkURL ¶
func (s *BillingServerSystemErrorMock) GetPaylinkURL(ctx context.Context, in *grpc.GetPaylinkURLRequest, opts ...client.CallOption) (*grpc.GetPaylinkUrlResponse, error)
func (*BillingServerSystemErrorMock) GetPaylinks ¶
func (s *BillingServerSystemErrorMock) GetPaylinks(ctx context.Context, in *grpc.GetPaylinksRequest, opts ...client.CallOption) (*grpc.GetPaylinksResponse, error)
func (*BillingServerSystemErrorMock) GetPaymentChannelCostMerchant ¶
func (s *BillingServerSystemErrorMock) GetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchantRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostMerchantResponse, error)
func (*BillingServerSystemErrorMock) GetPaymentChannelCostSystem ¶
func (s *BillingServerSystemErrorMock) GetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystemRequest, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemResponse, error)
func (*BillingServerSystemErrorMock) GetPaymentMethodProductionSettings ¶
func (s *BillingServerSystemErrorMock) GetPaymentMethodProductionSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, opts ...client.CallOption) (*grpc.GetPaymentMethodSettingsResponse, error)
func (*BillingServerSystemErrorMock) GetPaymentMethodTestSettings ¶
func (s *BillingServerSystemErrorMock) GetPaymentMethodTestSettings(ctx context.Context, in *grpc.GetPaymentMethodSettingsRequest, opts ...client.CallOption) (*grpc.GetPaymentMethodSettingsResponse, error)
func (*BillingServerSystemErrorMock) GetPaymentMinLimitsSystem ¶
func (s *BillingServerSystemErrorMock) GetPaymentMinLimitsSystem(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.GetPaymentMinLimitsSystemResponse, error)
func (*BillingServerSystemErrorMock) GetPayoutDocument ¶
func (s *BillingServerSystemErrorMock) GetPayoutDocument(ctx context.Context, in *grpc.GetPayoutDocumentRequest, opts ...client.CallOption) (*grpc.PayoutDocumentResponse, error)
func (*BillingServerSystemErrorMock) GetPayoutDocumentRoyaltyReports ¶
func (s *BillingServerSystemErrorMock) GetPayoutDocumentRoyaltyReports(ctx context.Context, in *grpc.GetPayoutDocumentRequest, opts ...client.CallOption) (*grpc.ListRoyaltyReportsResponse, error)
func (*BillingServerSystemErrorMock) GetPayoutDocuments ¶
func (s *BillingServerSystemErrorMock) GetPayoutDocuments(ctx context.Context, in *grpc.GetPayoutDocumentsRequest, opts ...client.CallOption) (*grpc.GetPayoutDocumentsResponse, error)
func (*BillingServerSystemErrorMock) GetPlatforms ¶
func (s *BillingServerSystemErrorMock) GetPlatforms(ctx context.Context, in *grpc.ListPlatformsRequest, opts ...client.CallOption) (*grpc.ListPlatformsResponse, error)
func (*BillingServerSystemErrorMock) GetPriceGroup ¶
func (s *BillingServerSystemErrorMock) GetPriceGroup(ctx context.Context, in *billing.GetPriceGroupRequest, opts ...client.CallOption) (*billing.PriceGroup, error)
func (*BillingServerSystemErrorMock) GetPriceGroupByCountry ¶
func (s *BillingServerSystemErrorMock) GetPriceGroupByCountry( ctx context.Context, in *grpc.PriceGroupByCountryRequest, opts ...client.CallOption, ) (*billing.PriceGroup, error)
func (*BillingServerSystemErrorMock) GetPriceGroupByRegion ¶
func (s *BillingServerSystemErrorMock) GetPriceGroupByRegion(ctx context.Context, in *grpc.GetPriceGroupByRegionRequest, opts ...client.CallOption) (*grpc.GetPriceGroupByRegionResponse, error)
func (*BillingServerSystemErrorMock) GetPriceGroupCurrencies ¶
func (s *BillingServerSystemErrorMock) GetPriceGroupCurrencies( ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption, ) (*grpc.PriceGroupCurrenciesResponse, error)
func (*BillingServerSystemErrorMock) GetPriceGroupCurrencyByRegion ¶
func (s *BillingServerSystemErrorMock) GetPriceGroupCurrencyByRegion( ctx context.Context, in *grpc.PriceGroupByRegionRequest, opts ...client.CallOption, ) (*grpc.PriceGroupCurrenciesResponse, error)
func (*BillingServerSystemErrorMock) GetPriceGroupRecommendedPrice ¶
func (s *BillingServerSystemErrorMock) GetPriceGroupRecommendedPrice( ctx context.Context, in *grpc.RecommendedPriceRequest, opts ...client.CallOption, ) (*grpc.RecommendedPriceResponse, error)
func (*BillingServerSystemErrorMock) GetProduct ¶
func (s *BillingServerSystemErrorMock) GetProduct(ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption) (*grpc.GetProductResponse, error)
func (*BillingServerSystemErrorMock) GetProductPrices ¶
func (s *BillingServerSystemErrorMock) GetProductPrices( ctx context.Context, in *grpc.RequestProduct, opts ...client.CallOption, ) (*grpc.ProductPricesResponse, error)
func (*BillingServerSystemErrorMock) GetProductsForOrder ¶
func (s *BillingServerSystemErrorMock) GetProductsForOrder( ctx context.Context, in *grpc.GetProductsForOrderRequest, opts ...client.CallOption, ) (*grpc.ListProductsResponse, error)
func (*BillingServerSystemErrorMock) GetProject ¶
func (s *BillingServerSystemErrorMock) GetProject( ctx context.Context, in *grpc.GetProjectRequest, opts ...client.CallOption, ) (*grpc.ChangeProjectResponse, error)
func (*BillingServerSystemErrorMock) GetRecommendedPriceByConversion ¶
func (s *BillingServerSystemErrorMock) GetRecommendedPriceByConversion(ctx context.Context, in *grpc.RecommendedPriceRequest, opts ...client.CallOption) (*grpc.RecommendedPriceResponse, error)
func (*BillingServerSystemErrorMock) GetRecommendedPriceByPriceGroup ¶
func (s *BillingServerSystemErrorMock) GetRecommendedPriceByPriceGroup(ctx context.Context, in *grpc.RecommendedPriceRequest, opts ...client.CallOption) (*grpc.RecommendedPriceResponse, error)
func (*BillingServerSystemErrorMock) GetRecommendedPriceTable ¶
func (s *BillingServerSystemErrorMock) GetRecommendedPriceTable(ctx context.Context, in *grpc.RecommendedPriceTableRequest, opts ...client.CallOption) (*grpc.RecommendedPriceTableResponse, error)
func (*BillingServerSystemErrorMock) GetRefund ¶
func (s *BillingServerSystemErrorMock) GetRefund( ctx context.Context, in *grpc.GetRefundRequest, opts ...client.CallOption, ) (*grpc.CreateRefundResponse, error)
func (*BillingServerSystemErrorMock) GetRoleList ¶
func (s *BillingServerSystemErrorMock) GetRoleList(ctx context.Context, in *grpc.GetRoleListRequest, opts ...client.CallOption) (*grpc.GetRoleListResponse, error)
func (*BillingServerSystemErrorMock) GetRoyaltyReport ¶
func (s *BillingServerSystemErrorMock) GetRoyaltyReport(ctx context.Context, in *grpc.GetRoyaltyReportRequest, opts ...client.CallOption) (*grpc.GetRoyaltyReportResponse, error)
func (*BillingServerSystemErrorMock) GetUserProfile ¶
func (s *BillingServerSystemErrorMock) GetUserProfile( ctx context.Context, in *grpc.GetUserProfileRequest, opts ...client.CallOption, ) (*grpc.GetUserProfileResponse, error)
func (*BillingServerSystemErrorMock) GetVatReportTransactions ¶
func (s *BillingServerSystemErrorMock) GetVatReportTransactions(ctx context.Context, in *grpc.VatTransactionsRequest, opts ...client.CallOption) (*grpc.TransactionsResponse, error)
func (*BillingServerSystemErrorMock) GetVatReportsDashboard ¶
func (s *BillingServerSystemErrorMock) GetVatReportsDashboard(ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)
func (*BillingServerSystemErrorMock) GetVatReportsForCountry ¶
func (s *BillingServerSystemErrorMock) GetVatReportsForCountry(ctx context.Context, in *grpc.VatReportsRequest, opts ...client.CallOption) (*grpc.VatReportsResponse, error)
func (*BillingServerSystemErrorMock) IncrPaylinkVisits ¶
func (s *BillingServerSystemErrorMock) IncrPaylinkVisits(ctx context.Context, in *grpc.PaylinkRequestById, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerSystemErrorMock) InviteUserAdmin ¶
func (s *BillingServerSystemErrorMock) InviteUserAdmin(ctx context.Context, in *grpc.InviteUserAdminRequest, opts ...client.CallOption) (*grpc.InviteUserAdminResponse, error)
func (*BillingServerSystemErrorMock) InviteUserMerchant ¶
func (s *BillingServerSystemErrorMock) InviteUserMerchant(ctx context.Context, in *grpc.InviteUserMerchantRequest, opts ...client.CallOption) (*grpc.InviteUserMerchantResponse, error)
func (*BillingServerSystemErrorMock) IsOrderCanBePaying ¶
func (s *BillingServerSystemErrorMock) IsOrderCanBePaying( ctx context.Context, in *grpc.IsOrderCanBePayingRequest, opts ...client.CallOption, ) (*grpc.IsOrderCanBePayingResponse, error)
func (*BillingServerSystemErrorMock) ListMerchantPaymentMethods ¶
func (s *BillingServerSystemErrorMock) ListMerchantPaymentMethods( ctx context.Context, in *grpc.ListMerchantPaymentMethodsRequest, opts ...client.CallOption, ) (*grpc.ListingMerchantPaymentMethod, error)
func (*BillingServerSystemErrorMock) ListMerchants ¶
func (s *BillingServerSystemErrorMock) ListMerchants( ctx context.Context, in *grpc.MerchantListingRequest, opts ...client.CallOption, ) (*grpc.MerchantListingResponse, error)
func (*BillingServerSystemErrorMock) ListNotifications ¶
func (s *BillingServerSystemErrorMock) ListNotifications( ctx context.Context, in *grpc.ListingNotificationRequest, opts ...client.CallOption, ) (*grpc.Notifications, error)
func (*BillingServerSystemErrorMock) ListProducts ¶
func (s *BillingServerSystemErrorMock) ListProducts(ctx context.Context, in *grpc.ListProductsRequest, opts ...client.CallOption) (*grpc.ListProductsResponse, error)
func (*BillingServerSystemErrorMock) ListProjects ¶
func (s *BillingServerSystemErrorMock) ListProjects(ctx context.Context, in *grpc.ListProjectsRequest, opts ...client.CallOption) (*grpc.ListProjectsResponse, error)
func (*BillingServerSystemErrorMock) ListRefunds ¶
func (s *BillingServerSystemErrorMock) ListRefunds( ctx context.Context, in *grpc.ListRefundsRequest, opts ...client.CallOption, ) (*grpc.ListRefundsResponse, error)
func (*BillingServerSystemErrorMock) ListRoyaltyReportOrders ¶
func (s *BillingServerSystemErrorMock) ListRoyaltyReportOrders(ctx context.Context, in *grpc.ListRoyaltyReportOrdersRequest, opts ...client.CallOption) (*grpc.TransactionsResponse, error)
func (*BillingServerSystemErrorMock) ListRoyaltyReports ¶
func (s *BillingServerSystemErrorMock) ListRoyaltyReports(ctx context.Context, in *grpc.ListRoyaltyReportsRequest, opts ...client.CallOption) (*grpc.ListRoyaltyReportsResponse, error)
func (*BillingServerSystemErrorMock) MarkNotificationAsRead ¶
func (s *BillingServerSystemErrorMock) MarkNotificationAsRead( ctx context.Context, in *grpc.GetNotificationRequest, opts ...client.CallOption, ) (*billing.Notification, error)
func (*BillingServerSystemErrorMock) MerchantReviewRoyaltyReport ¶
func (s *BillingServerSystemErrorMock) MerchantReviewRoyaltyReport(ctx context.Context, in *grpc.MerchantReviewRoyaltyReportRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerSystemErrorMock) OrderCreateByPaylink ¶
func (s *BillingServerSystemErrorMock) OrderCreateByPaylink(ctx context.Context, in *billing.OrderCreateByPaylink, opts ...client.CallOption) (*grpc.OrderCreateProcessResponse, error)
func (*BillingServerSystemErrorMock) OrderCreateProcess ¶
func (s *BillingServerSystemErrorMock) OrderCreateProcess( ctx context.Context, in *billing.OrderCreateRequest, opts ...client.CallOption, ) (*grpc.OrderCreateProcessResponse, error)
func (*BillingServerSystemErrorMock) OrderReCreateProcess ¶
func (s *BillingServerSystemErrorMock) OrderReCreateProcess(ctx context.Context, in *grpc.OrderReCreateProcessRequest, opts ...client.CallOption) (*grpc.OrderCreateProcessResponse, error)
func (*BillingServerSystemErrorMock) OrderReceipt ¶
func (s *BillingServerSystemErrorMock) OrderReceipt(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
func (*BillingServerSystemErrorMock) OrderReceiptRefund ¶
func (s *BillingServerSystemErrorMock) OrderReceiptRefund(ctx context.Context, in *grpc.OrderReceiptRequest, opts ...client.CallOption) (*grpc.OrderReceiptResponse, error)
func (*BillingServerSystemErrorMock) PaymentCallbackProcess ¶
func (s *BillingServerSystemErrorMock) PaymentCallbackProcess( ctx context.Context, in *grpc.PaymentNotifyRequest, opts ...client.CallOption, ) (*grpc.PaymentNotifyResponse, error)
func (*BillingServerSystemErrorMock) PaymentCreateProcess ¶
func (s *BillingServerSystemErrorMock) PaymentCreateProcess( ctx context.Context, in *grpc.PaymentCreateRequest, opts ...client.CallOption, ) (*grpc.PaymentCreateResponse, error)
func (*BillingServerSystemErrorMock) PaymentFormJsonDataProcess ¶
func (s *BillingServerSystemErrorMock) PaymentFormJsonDataProcess( ctx context.Context, in *grpc.PaymentFormJsonDataRequest, opts ...client.CallOption, ) (*grpc.PaymentFormJsonDataResponse, error)
func (*BillingServerSystemErrorMock) PaymentFormLanguageChanged ¶
func (s *BillingServerSystemErrorMock) PaymentFormLanguageChanged( ctx context.Context, in *grpc.PaymentFormUserChangeLangRequest, opts ...client.CallOption, ) (*grpc.PaymentFormDataChangeResponse, error)
func (*BillingServerSystemErrorMock) PaymentFormPaymentAccountChanged ¶
func (s *BillingServerSystemErrorMock) PaymentFormPaymentAccountChanged( ctx context.Context, in *grpc.PaymentFormUserChangePaymentAccountRequest, opts ...client.CallOption, ) (*grpc.PaymentFormDataChangeResponse, error)
func (*BillingServerSystemErrorMock) PaymentFormPlatformChanged ¶
func (s *BillingServerSystemErrorMock) PaymentFormPlatformChanged( ctx context.Context, in *grpc.PaymentFormUserChangePlatformRequest, opts ...client.CallOption, ) (*grpc.PaymentFormDataChangeResponse, error)
func (*BillingServerSystemErrorMock) PayoutDocumentPdfUploaded ¶
func (s *BillingServerSystemErrorMock) PayoutDocumentPdfUploaded(ctx context.Context, in *grpc.PayoutDocumentPdfUploadedRequest, opts ...client.CallOption) (*grpc.PayoutDocumentPdfUploadedResponse, error)
func (*BillingServerSystemErrorMock) ProcessBillingAddress ¶
func (s *BillingServerSystemErrorMock) ProcessBillingAddress( ctx context.Context, in *grpc.ProcessBillingAddressRequest, opts ...client.CallOption, ) (*grpc.ProcessBillingAddressResponse, error)
func (*BillingServerSystemErrorMock) ProcessRefundCallback ¶
func (s *BillingServerSystemErrorMock) ProcessRefundCallback( ctx context.Context, in *grpc.CallbackRequest, opts ...client.CallOption, ) (*grpc.PaymentNotifyResponse, error)
func (*BillingServerSystemErrorMock) ProcessVatReports ¶
func (s *BillingServerSystemErrorMock) ProcessVatReports(ctx context.Context, in *grpc.ProcessVatReportsRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerSystemErrorMock) PublishKeyProduct ¶
func (s *BillingServerSystemErrorMock) PublishKeyProduct(ctx context.Context, in *grpc.PublishKeyProductRequest, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
func (*BillingServerSystemErrorMock) RebuildCache ¶
func (s *BillingServerSystemErrorMock) RebuildCache( ctx context.Context, in *grpc.EmptyRequest, opts ...client.CallOption, ) (*grpc.EmptyResponse, error)
func (*BillingServerSystemErrorMock) ResendInviteAdmin ¶
func (s *BillingServerSystemErrorMock) ResendInviteAdmin(ctx context.Context, in *grpc.ResendInviteAdminRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerSystemErrorMock) ResendInviteMerchant ¶
func (s *BillingServerSystemErrorMock) ResendInviteMerchant(ctx context.Context, in *grpc.ResendInviteMerchantRequest, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerSystemErrorMock) ReserveKeyForOrder ¶
func (s *BillingServerSystemErrorMock) ReserveKeyForOrder(ctx context.Context, in *grpc.PlatformKeyReserveRequest, opts ...client.CallOption) (*grpc.PlatformKeyReserveResponse, error)
func (*BillingServerSystemErrorMock) RoyaltyReportPdfUploaded ¶
func (s *BillingServerSystemErrorMock) RoyaltyReportPdfUploaded(ctx context.Context, in *grpc.RoyaltyReportPdfUploadedRequest, opts ...client.CallOption) (*grpc.RoyaltyReportPdfUploadedResponse, error)
func (*BillingServerSystemErrorMock) SetMerchantOperatingCompany ¶
func (s *BillingServerSystemErrorMock) SetMerchantOperatingCompany(ctx context.Context, in *grpc.SetMerchantOperatingCompanyRequest, opts ...client.CallOption) (*grpc.SetMerchantOperatingCompanyResponse, error)
func (*BillingServerSystemErrorMock) SetMerchantS3Agreement ¶
func (s *BillingServerSystemErrorMock) SetMerchantS3Agreement( ctx context.Context, in *grpc.SetMerchantS3AgreementRequest, opts ...client.CallOption, ) (*grpc.ChangeMerchantDataResponse, error)
func (*BillingServerSystemErrorMock) SetMerchantTariffRates ¶
func (s *BillingServerSystemErrorMock) SetMerchantTariffRates( ctx context.Context, in *grpc.SetMerchantTariffRatesRequest, opts ...client.CallOption, ) (*grpc.CheckProjectRequestSignatureResponse, error)
func (*BillingServerSystemErrorMock) SetMoneyBackCostMerchant ¶
func (s *BillingServerSystemErrorMock) SetMoneyBackCostMerchant(ctx context.Context, in *billing.MoneyBackCostMerchant, opts ...client.CallOption) (*grpc.MoneyBackCostMerchantResponse, error)
func (*BillingServerSystemErrorMock) SetMoneyBackCostSystem ¶
func (s *BillingServerSystemErrorMock) SetMoneyBackCostSystem(ctx context.Context, in *billing.MoneyBackCostSystem, opts ...client.CallOption) (*grpc.MoneyBackCostSystemResponse, error)
func (*BillingServerSystemErrorMock) SetPaymentChannelCostMerchant ¶
func (s *BillingServerSystemErrorMock) SetPaymentChannelCostMerchant(ctx context.Context, in *billing.PaymentChannelCostMerchant, opts ...client.CallOption) (*grpc.PaymentChannelCostMerchantResponse, error)
func (*BillingServerSystemErrorMock) SetPaymentChannelCostSystem ¶
func (s *BillingServerSystemErrorMock) SetPaymentChannelCostSystem(ctx context.Context, in *billing.PaymentChannelCostSystem, opts ...client.CallOption) (*grpc.PaymentChannelCostSystemResponse, error)
func (*BillingServerSystemErrorMock) SetPaymentMinLimitSystem ¶
func (s *BillingServerSystemErrorMock) SetPaymentMinLimitSystem(ctx context.Context, in *billing.PaymentMinLimitSystem, opts ...client.CallOption) (*grpc.EmptyResponseWithStatus, error)
func (*BillingServerSystemErrorMock) SetUserNotifyNewRegion ¶
func (s *BillingServerSystemErrorMock) SetUserNotifyNewRegion(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerSystemErrorMock) SetUserNotifySales ¶
func (s *BillingServerSystemErrorMock) SetUserNotifySales(ctx context.Context, in *grpc.SetUserNotifyRequest, opts ...client.CallOption) (*grpc.EmptyResponse, error)
func (*BillingServerSystemErrorMock) UnPublishKeyProduct ¶
func (s *BillingServerSystemErrorMock) UnPublishKeyProduct(ctx context.Context, in *grpc.UnPublishKeyProductRequest, opts ...client.CallOption) (*grpc.KeyProductResponse, error)
func (*BillingServerSystemErrorMock) UpdateCountry ¶
func (s *BillingServerSystemErrorMock) UpdateCountry(ctx context.Context, in *billing.Country, opts ...client.CallOption) (*billing.Country, error)
func (*BillingServerSystemErrorMock) UpdateMerchant ¶
func (s *BillingServerSystemErrorMock) UpdateMerchant( ctx context.Context, in *billing.Merchant, opts ...client.CallOption, ) (*grpc.EmptyResponse, error)
func (*BillingServerSystemErrorMock) UpdateOrder ¶
func (s *BillingServerSystemErrorMock) UpdateOrder( ctx context.Context, in *billing.Order, opts ...client.CallOption, ) (*grpc.EmptyResponse, error)
func (*BillingServerSystemErrorMock) UpdatePayoutDocument ¶
func (s *BillingServerSystemErrorMock) UpdatePayoutDocument(ctx context.Context, in *grpc.UpdatePayoutDocumentRequest, opts ...client.CallOption) (*grpc.PayoutDocumentResponse, error)
func (*BillingServerSystemErrorMock) UpdatePayoutDocumentSignatures ¶
func (s *BillingServerSystemErrorMock) UpdatePayoutDocumentSignatures(ctx context.Context, in *grpc.UpdatePayoutDocumentSignaturesRequest, opts ...client.CallOption) (*grpc.PayoutDocumentResponse, error)
func (*BillingServerSystemErrorMock) UpdatePriceGroup ¶
func (s *BillingServerSystemErrorMock) UpdatePriceGroup(ctx context.Context, in *billing.PriceGroup, opts ...client.CallOption) (*billing.PriceGroup, error)
func (*BillingServerSystemErrorMock) UpdateProductPrices ¶
func (s *BillingServerSystemErrorMock) UpdateProductPrices( ctx context.Context, in *grpc.UpdateProductPricesRequest, opts ...client.CallOption, ) (*grpc.ResponseError, error)
func (*BillingServerSystemErrorMock) UpdateVatReportStatus ¶
func (s *BillingServerSystemErrorMock) UpdateVatReportStatus(ctx context.Context, in *grpc.UpdateVatReportStatusRequest, opts ...client.CallOption) (*grpc.ResponseError, error)
func (*BillingServerSystemErrorMock) UploadKeysFile ¶
func (s *BillingServerSystemErrorMock) UploadKeysFile(ctx context.Context, in *grpc.PlatformKeysFileRequest, opts ...client.CallOption) (*grpc.PlatformKeysFileResponse, error)
type GeoIpServiceTestError ¶
type GeoIpServiceTestError struct{}
func (*GeoIpServiceTestError) GetIpData ¶
func (s *GeoIpServiceTestError) GetIpData( ctx context.Context, in *proto.GeoIpDataRequest, opts ...client.CallOption, ) (*proto.GeoIpDataResponse, error)
type GeoIpServiceTestOk ¶
type GeoIpServiceTestOk struct{}
func (*GeoIpServiceTestOk) GetIpData ¶
func (s *GeoIpServiceTestOk) GetIpData( ctx context.Context, in *proto.GeoIpDataRequest, opts ...client.CallOption, ) (*proto.GeoIpDataResponse, error)
type GeoIpServiceTestOkWithoutSubdivision ¶
type GeoIpServiceTestOkWithoutSubdivision struct{}
func (*GeoIpServiceTestOkWithoutSubdivision) GetIpData ¶
func (s *GeoIpServiceTestOkWithoutSubdivision) GetIpData( ctx context.Context, in *proto.GeoIpDataRequest, opts ...client.CallOption, ) (*proto.GeoIpDataResponse, error)
Click to show internal directories.
Click to hide internal directories.