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