Name | Type | Description | Notes |
---|---|---|---|
Amount | Pointer to int32 | The amount of period. | |
Period | Pointer to string | Notification period indicated by a letter; "w" means week, "d" means day. |
func (o *CardExpiringPointsNotificationTrigger) GetAmount() int32
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *CardExpiringPointsNotificationTrigger) GetAmountOk() (int32, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CardExpiringPointsNotificationTrigger) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *CardExpiringPointsNotificationTrigger) SetAmount(v int32)
SetAmount gets a reference to the given int32 and assigns it to the Amount field.
func (o *CardExpiringPointsNotificationTrigger) GetPeriod() string
GetPeriod returns the Period field if non-nil, zero value otherwise.
func (o *CardExpiringPointsNotificationTrigger) GetPeriodOk() (string, bool)
GetPeriodOk returns a tuple with the Period field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CardExpiringPointsNotificationTrigger) HasPeriod() bool
HasPeriod returns a boolean if a field has been set.
func (o *CardExpiringPointsNotificationTrigger) SetPeriod(v string)
SetPeriod gets a reference to the given string and assigns it to the Period field.