Name | Type | Description | Notes |
---|---|---|---|
UsageLimit | Pointer to int32 | The number of times the coupon code can be redeemed. `0` means unlimited redemptions but any campaign usage limits will still apply. | |
DiscountLimit | Pointer to float32 | The total discount value that the code can give. Typically used to represent a gift card value. | [optional] |
ReservationLimit | Pointer to int32 | The number of reservations that can be made with this coupon code. | [optional] |
StartDate | Pointer to time.Time | Timestamp at which point the coupon becomes valid. | [optional] |
ExpiryDate | Pointer to time.Time | Expiration date of the coupon. Coupon never expires if this is omitted, zero, or negative. | [optional] |
Attributes | Pointer to map[string]interface{} | Arbitrary properties associated with this item. | [optional] |
RecipientsIntegrationIds | Pointer to []string | The integration IDs for recipients. | |
ValidCharacters | Pointer to []string | List of characters used to generate the random parts of a code. By default, the list of characters is equivalent to the `[A-Z, 0-9]` regular expression. | [optional] |
CouponPattern | Pointer to string | The pattern used to generate coupon codes. The character `#` is a placeholder and is replaced by a random character from the `validCharacters` set. | [optional] |
func (o *NewCouponsForMultipleRecipients) GetUsageLimit() int32
GetUsageLimit returns the UsageLimit field if non-nil, zero value otherwise.
func (o *NewCouponsForMultipleRecipients) GetUsageLimitOk() (int32, bool)
GetUsageLimitOk returns a tuple with the UsageLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCouponsForMultipleRecipients) HasUsageLimit() bool
HasUsageLimit returns a boolean if a field has been set.
func (o *NewCouponsForMultipleRecipients) SetUsageLimit(v int32)
SetUsageLimit gets a reference to the given int32 and assigns it to the UsageLimit field.
func (o *NewCouponsForMultipleRecipients) GetDiscountLimit() float32
GetDiscountLimit returns the DiscountLimit field if non-nil, zero value otherwise.
func (o *NewCouponsForMultipleRecipients) GetDiscountLimitOk() (float32, bool)
GetDiscountLimitOk returns a tuple with the DiscountLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCouponsForMultipleRecipients) HasDiscountLimit() bool
HasDiscountLimit returns a boolean if a field has been set.
func (o *NewCouponsForMultipleRecipients) SetDiscountLimit(v float32)
SetDiscountLimit gets a reference to the given float32 and assigns it to the DiscountLimit field.
func (o *NewCouponsForMultipleRecipients) GetReservationLimit() int32
GetReservationLimit returns the ReservationLimit field if non-nil, zero value otherwise.
func (o *NewCouponsForMultipleRecipients) GetReservationLimitOk() (int32, bool)
GetReservationLimitOk returns a tuple with the ReservationLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCouponsForMultipleRecipients) HasReservationLimit() bool
HasReservationLimit returns a boolean if a field has been set.
func (o *NewCouponsForMultipleRecipients) SetReservationLimit(v int32)
SetReservationLimit gets a reference to the given int32 and assigns it to the ReservationLimit field.
func (o *NewCouponsForMultipleRecipients) GetStartDate() time.Time
GetStartDate returns the StartDate field if non-nil, zero value otherwise.
func (o *NewCouponsForMultipleRecipients) GetStartDateOk() (time.Time, bool)
GetStartDateOk returns a tuple with the StartDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCouponsForMultipleRecipients) HasStartDate() bool
HasStartDate returns a boolean if a field has been set.
func (o *NewCouponsForMultipleRecipients) SetStartDate(v time.Time)
SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.
func (o *NewCouponsForMultipleRecipients) GetExpiryDate() time.Time
GetExpiryDate returns the ExpiryDate field if non-nil, zero value otherwise.
func (o *NewCouponsForMultipleRecipients) GetExpiryDateOk() (time.Time, bool)
GetExpiryDateOk returns a tuple with the ExpiryDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCouponsForMultipleRecipients) HasExpiryDate() bool
HasExpiryDate returns a boolean if a field has been set.
func (o *NewCouponsForMultipleRecipients) SetExpiryDate(v time.Time)
SetExpiryDate gets a reference to the given time.Time and assigns it to the ExpiryDate field.
func (o *NewCouponsForMultipleRecipients) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *NewCouponsForMultipleRecipients) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCouponsForMultipleRecipients) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *NewCouponsForMultipleRecipients) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (o *NewCouponsForMultipleRecipients) GetRecipientsIntegrationIds() []string
GetRecipientsIntegrationIds returns the RecipientsIntegrationIds field if non-nil, zero value otherwise.
func (o *NewCouponsForMultipleRecipients) GetRecipientsIntegrationIdsOk() ([]string, bool)
GetRecipientsIntegrationIdsOk returns a tuple with the RecipientsIntegrationIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCouponsForMultipleRecipients) HasRecipientsIntegrationIds() bool
HasRecipientsIntegrationIds returns a boolean if a field has been set.
func (o *NewCouponsForMultipleRecipients) SetRecipientsIntegrationIds(v []string)
SetRecipientsIntegrationIds gets a reference to the given []string and assigns it to the RecipientsIntegrationIds field.
func (o *NewCouponsForMultipleRecipients) GetValidCharacters() []string
GetValidCharacters returns the ValidCharacters field if non-nil, zero value otherwise.
func (o *NewCouponsForMultipleRecipients) GetValidCharactersOk() ([]string, bool)
GetValidCharactersOk returns a tuple with the ValidCharacters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCouponsForMultipleRecipients) HasValidCharacters() bool
HasValidCharacters returns a boolean if a field has been set.
func (o *NewCouponsForMultipleRecipients) SetValidCharacters(v []string)
SetValidCharacters gets a reference to the given []string and assigns it to the ValidCharacters field.
func (o *NewCouponsForMultipleRecipients) GetCouponPattern() string
GetCouponPattern returns the CouponPattern field if non-nil, zero value otherwise.
func (o *NewCouponsForMultipleRecipients) GetCouponPatternOk() (string, bool)
GetCouponPatternOk returns a tuple with the CouponPattern field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewCouponsForMultipleRecipients) HasCouponPattern() bool
HasCouponPattern returns a boolean if a field has been set.
func (o *NewCouponsForMultipleRecipients) SetCouponPattern(v string)
SetCouponPattern gets a reference to the given string and assigns it to the CouponPattern field.