Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.88 KB

CardExpiringPointsNotificationTrigger.md

File metadata and controls

65 lines (34 loc) · 1.88 KB

CardExpiringPointsNotificationTrigger

Properties

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.

Methods

GetAmount

func (o *CardExpiringPointsNotificationTrigger) GetAmount() int32

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

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.

HasAmount

func (o *CardExpiringPointsNotificationTrigger) HasAmount() bool

HasAmount returns a boolean if a field has been set.

SetAmount

func (o *CardExpiringPointsNotificationTrigger) SetAmount(v int32)

SetAmount gets a reference to the given int32 and assigns it to the Amount field.

GetPeriod

func (o *CardExpiringPointsNotificationTrigger) GetPeriod() string

GetPeriod returns the Period field if non-nil, zero value otherwise.

GetPeriodOk

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.

HasPeriod

func (o *CardExpiringPointsNotificationTrigger) HasPeriod() bool

HasPeriod returns a boolean if a field has been set.

SetPeriod

func (o *CardExpiringPointsNotificationTrigger) SetPeriod(v string)

SetPeriod gets a reference to the given string and assigns it to the Period field.

[Back to Model list] [Back to API list] [Back to README]