| 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. |
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
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
func (o *CardExpiringPointsNotificationTrigger) GetAmount() int64
GetAmount returns the Amount field if non-nil, zero value otherwise.
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.
func (o *CardExpiringPointsNotificationTrigger) SetAmount(v int64)
SetAmount sets Amount field to given value.
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) SetPeriod(v string)
SetPeriod sets Period field to given value.