Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.05 KB

LoyaltyProgramEntity.md

File metadata and controls

39 lines (20 loc) · 1.05 KB

LoyaltyProgramEntity

Properties

Name Type Description Notes
ProgramID Pointer to int32 The ID of the loyalty program that owns this entity.

Methods

GetProgramID

func (o *LoyaltyProgramEntity) GetProgramID() int32

GetProgramID returns the ProgramID field if non-nil, zero value otherwise.

GetProgramIDOk

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.

HasProgramID

func (o *LoyaltyProgramEntity) HasProgramID() bool

HasProgramID returns a boolean if a field has been set.

SetProgramID

func (o *LoyaltyProgramEntity) SetProgramID(v int32)

SetProgramID gets a reference to the given int32 and assigns it to the ProgramID field.

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