Constructor: starsTopupOption
Attributes:
Name | Type | Required |
---|---|---|
extended | Bool | Optional |
stars | long | Yes |
store_product | string | Optional |
currency | string | Yes |
amount | long | Yes |
Type: StarsTopupOption
Example:
$starsTopupOption = ['_' => 'starsTopupOption', 'extended' => Bool, 'stars' => long, 'store_product' => 'string', 'currency' => 'string', 'amount' => long];