Skip to content

Module: client/apis/BillingAPI

Table of contents

Classes

Type aliases

Type aliases

GetDeveloperExchangeRate

Ƭ GetDeveloperExchangeRate: object

Type declaration:

Name Type
currency-code string
rate number

Defined in: client/apis/BillingAPI.ts:5


GetLatestLuobuDeveloperExchangeStatus

Ƭ GetLatestLuobuDeveloperExchangeStatus: object

Type declaration:

Name Type
amount? number
date? string
status? string

Defined in: client/apis/BillingAPI.ts:28


GetLuobuDeveloperExchangeBalance

Ƭ GetLuobuDeveloperExchangeBalance: object

Type declaration:

Name Type
amount number

Defined in: client/apis/BillingAPI.ts:17


GetLuobuDeveloperExchangeEligibility

Ƭ GetLuobuDeveloperExchangeEligibility: object

Type declaration:

Name Type
eligibility? Eligible | string
errors? object
errors.code number
errors.message string
errors.userFacingMessage string

Defined in: client/apis/BillingAPI.ts:20


GetUserPayments

Ƭ GetUserPayments: object

Type declaration:

Name Type
data object
data.cardNumber string
data.creditCardType string
data.money object
data.money.Amount number
data.money.Currency object
data.money.Currency.CurrencyName string
data.money.Currency.CurrencySymbol string
data.money.Currency.CurrencyType string
data.money.Currency.Id number
data.money.USDAmount number
data.paymentDate string
data.paymentProviderType AppleAppStore
data.products { name: string }[]
nextPageCursor string
previousPageCursor string

Defined in: client/apis/BillingAPI.ts:45


GetUserPaymentsOptions

Ƭ GetUserPaymentsOptions: object

Type declaration:

Name Type
cursor? string
limit? 10 | 25 | 50 | 100
sortOrder? Asc | Desc

Defined in: client/apis/BillingAPI.ts:40


GetXsollaIFrameToken

Ƭ GetXsollaIFrameToken: object

Type declaration:

Name Type
message string
success boolean
token string

Defined in: client/apis/BillingAPI.ts:123


GetXsollaIFrameTokenOptions

Ƭ GetXsollaIFrameTokenOptions: object

Type declaration:

Name Type
mainProductId number
paymentProviderType string
upsellProductId number
verifiedEmailOrPhone boolean

Defined in: client/apis/BillingAPI.ts:117


IncrementCounterByAgent

Ƭ IncrementCounterByAgent: unknown

Defined in: client/apis/BillingAPI.ts:131


IncrementCounterByAgentOptions

Ƭ IncrementCounterByAgentOptions: object

Type declaration:

Name Type
counterPrefix string

Defined in: client/apis/BillingAPI.ts:128


PurchaseAmazonProduct

Ƭ PurchaseAmazonProduct: unknown

Defined in: client/apis/BillingAPI.ts:73


PurchaseAmazonProductOptions

Ƭ PurchaseAmazonProductOptions: object

Type declaration:

Name Type
amazonUserId string
isRetry boolean
receiptId string

Defined in: client/apis/BillingAPI.ts:68


PurchaseAppleProduct

Ƭ PurchaseAppleProduct: PurchaseAmazonProduct

Defined in: client/apis/BillingAPI.ts:80


PurchaseAppleProductOptions

Ƭ PurchaseAppleProductOptions: PurchaseAmazonProductOptions

Defined in: client/apis/BillingAPI.ts:79


PurchaseGoogleProduct

Ƭ PurchaseGoogleProduct: unknown

Defined in: client/apis/BillingAPI.ts:112


PurchaseGoogleProductOptions

Ƭ PurchaseGoogleProductOptions: object

Type declaration:

Name Type
isRetry boolean
orderId string
packageName string
productId string
token string

Defined in: client/apis/BillingAPI.ts:105


RedeemDigitalCode

Ƭ RedeemDigitalCode: unknown

Defined in: client/apis/BillingAPI.ts:86


RedeemDigitalCodeOptions

Ƭ RedeemDigitalCodeOptions: object

Type declaration:

Name Type
redemptionCode string

Defined in: client/apis/BillingAPI.ts:83


RedeemGameCard

Ƭ RedeemGameCard: object

Type declaration:

Name Type
balance string
bonusMsg string
error string
errorMsg string
successMsg string
successSubText string

Defined in: client/apis/BillingAPI.ts:92


RedeemGameCardOptions

Ƭ RedeemGameCardOptions: object

Type declaration:

Name Type
captchaProvider PROVIDER_ARKOSELABS | string
captchaToken string
pinCode string

Defined in: client/apis/BillingAPI.ts:87


RedeemPromoCode

Ƭ RedeemPromoCode: object

Type declaration:

Name Type
errorMsg string
success boolean
successMsg string

Defined in: client/apis/BillingAPI.ts:135


RedeemPromoCodeOptions

Ƭ RedeemPromoCodeOptions: object

Type declaration:

Name Type
code string

Defined in: client/apis/BillingAPI.ts:132


ReverseGameCard

Ƭ ReverseGameCard: unknown

Defined in: client/apis/BillingAPI.ts:104


ReverseGameCardOptions

Ƭ ReverseGameCardOptions: object

Type declaration:

Name Type
PinCode string
UserId number

Defined in: client/apis/BillingAPI.ts:100


SendXsollaWebhook

Ƭ SendXsollaWebhook: unknown

Defined in: client/apis/BillingAPI.ts:116


SendXsollaWebhookOptions

Ƭ SendXsollaWebhookOptions: unknown

Defined in: client/apis/BillingAPI.ts:115


SubmitDeveloperExchange

Ƭ SubmitDeveloperExchange: unknown

Defined in: client/apis/BillingAPI.ts:16


SubmitDeveloperExchangeOptions

Ƭ SubmitDeveloperExchangeOptions: object

Type declaration:

Name Type
emailAddress string
firstName string
lastName string
password string
robuxAmount number

Defined in: client/apis/BillingAPI.ts:9


SubmitLuobuDeveloperExchange

Ƭ SubmitLuobuDeveloperExchange: unknown

Defined in: client/apis/BillingAPI.ts:39


SubmitLuobuDeveloperExchangeOptions

Ƭ SubmitLuobuDeveloperExchangeOptions: object

Type declaration:

Name Type
amount number
email string
firstName string
lastName string

Defined in: client/apis/BillingAPI.ts:33


ValidateAmazonProduct

Ƭ ValidateAmazonProduct: unknown

Defined in: client/apis/BillingAPI.ts:78


ValidateAmazonProductOptions

Ƭ ValidateAmazonProductOptions: object

Type declaration:

Name Type
currency string
productId string

Defined in: client/apis/BillingAPI.ts:74


ValidateAppleProduct

Ƭ ValidateAppleProduct: ValidateAmazonProduct

Defined in: client/apis/BillingAPI.ts:82


ValidateAppleProductOptions

Ƭ ValidateAppleProductOptions: ValidateAmazonProductOptions

Defined in: client/apis/BillingAPI.ts:81


ValidateGoogleProduct

Ƭ ValidateGoogleProduct: ValidateAmazonProduct

Defined in: client/apis/BillingAPI.ts:114


ValidateGoogleProductOptions

Ƭ ValidateGoogleProductOptions: ValidateAmazonProductOptions

Defined in: client/apis/BillingAPI.ts:113