Name | Type | Description | Notes |
---|---|---|---|
ProgramID | Pointer to int32 | The ID of the loyalty program that owns this entity. |
func (o *LoyaltyProgramEntity) GetProgramID() int32
GetProgramID returns the ProgramID field if non-nil, zero value otherwise.
func (o *LoyaltyProgramEntity) GetProgramIDOk() (int32, bool)
GetProgramIDOk returns a tuple with the ProgramID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoyaltyProgramEntity) HasProgramID() bool
HasProgramID returns a boolean if a field has been set.
func (o *LoyaltyProgramEntity) SetProgramID(v int32)
SetProgramID gets a reference to the given int32 and assigns it to the ProgramID field.