Constructor: payments.starGiftCollections
Represents a list of star gift collections ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
collections | Array of StarGiftCollection | Yes | Star gift collections. |
Type: payments.StarGiftCollections
Example:
$payments_starGiftCollections = ['_' => 'payments.starGiftCollections', 'collections' => [StarGiftCollection, StarGiftCollection]];