getVirtualCurrencyPackage

fun getVirtualCurrencyPackage(    callback: GetVirtualCurrencyPackageCallback,     limit: Int = 50,     offset: Int = 0,     locale: String? = null,     additionalFields: List<String>? = listOf(),     country: String? = null)

Returns a list of virtual currency packages according to pagination settings. The list includes packages for which display in the store is enabled in the settings.

See also

Parameters

limit

Limit for the number of elements on the page in the range from 1 to 50.

offset

Number of element from which list is generated (count starts from 0)

locale

Response language. Two-letter lowercase language code per ISO-639-1

additionalFields

The list of additional fields. Available fields: "media_list", "order", "long_description"

callback

status callback

Sources

Link copied to clipboard