Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.43 KB

File metadata and controls

72 lines (39 loc) · 2.43 KB

CardExpiringPointsNotificationTrigger

Properties

Name Type Description Notes
Amount Pointer to int64 The amount of period.
Period Pointer to string Notification period indicated by a letter; "w" means week, "d" means day.

Methods

NewCardExpiringPointsNotificationTrigger

func NewCardExpiringPointsNotificationTrigger(amount int64, period string, ) *CardExpiringPointsNotificationTrigger

NewCardExpiringPointsNotificationTrigger instantiates a new CardExpiringPointsNotificationTrigger object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewCardExpiringPointsNotificationTriggerWithDefaults

func NewCardExpiringPointsNotificationTriggerWithDefaults() *CardExpiringPointsNotificationTrigger

NewCardExpiringPointsNotificationTriggerWithDefaults instantiates a new CardExpiringPointsNotificationTrigger object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetAmount

func (o *CardExpiringPointsNotificationTrigger) GetAmount() int64

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

GetAmountOk

func (o *CardExpiringPointsNotificationTrigger) GetAmountOk() (*int64, 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.

SetAmount

func (o *CardExpiringPointsNotificationTrigger) SetAmount(v int64)

SetAmount sets Amount field to given value.

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.

SetPeriod

func (o *CardExpiringPointsNotificationTrigger) SetPeriod(v string)

SetPeriod sets Period field to given value.

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