giftCardObjects property

List<GiftCardObject>? giftCardObjects
getter/setter pair

A list of gift card objects.

Implementation

core.List<GiftCardObject>? giftCardObjects;