Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.98 KB

LoyaltyCardBatchResponse.md

File metadata and controls

65 lines (34 loc) · 1.98 KB

LoyaltyCardBatchResponse

Properties

Name Type Description Notes
NumberOfCardsGenerated Pointer to int32 Number of loyalty cards in the batch.
BatchId Pointer to string ID of the loyalty card batch.

Methods

GetNumberOfCardsGenerated

func (o *LoyaltyCardBatchResponse) GetNumberOfCardsGenerated() int32

GetNumberOfCardsGenerated returns the NumberOfCardsGenerated field if non-nil, zero value otherwise.

GetNumberOfCardsGeneratedOk

func (o *LoyaltyCardBatchResponse) GetNumberOfCardsGeneratedOk() (int32, bool)

GetNumberOfCardsGeneratedOk returns a tuple with the NumberOfCardsGenerated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasNumberOfCardsGenerated

func (o *LoyaltyCardBatchResponse) HasNumberOfCardsGenerated() bool

HasNumberOfCardsGenerated returns a boolean if a field has been set.

SetNumberOfCardsGenerated

func (o *LoyaltyCardBatchResponse) SetNumberOfCardsGenerated(v int32)

SetNumberOfCardsGenerated gets a reference to the given int32 and assigns it to the NumberOfCardsGenerated field.

GetBatchId

func (o *LoyaltyCardBatchResponse) GetBatchId() string

GetBatchId returns the BatchId field if non-nil, zero value otherwise.

GetBatchIdOk

func (o *LoyaltyCardBatchResponse) GetBatchIdOk() (string, bool)

GetBatchIdOk returns a tuple with the BatchId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasBatchId

func (o *LoyaltyCardBatchResponse) HasBatchId() bool

HasBatchId returns a boolean if a field has been set.

SetBatchId

func (o *LoyaltyCardBatchResponse) SetBatchId(v string)

SetBatchId gets a reference to the given string and assigns it to the BatchId field.

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