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. |
func (o *LoyaltyCardBatchResponse) GetNumberOfCardsGenerated() int32
GetNumberOfCardsGenerated returns the NumberOfCardsGenerated field if non-nil, zero value otherwise.
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.
func (o *LoyaltyCardBatchResponse) HasNumberOfCardsGenerated() bool
HasNumberOfCardsGenerated returns a boolean if a field has been set.
func (o *LoyaltyCardBatchResponse) SetNumberOfCardsGenerated(v int32)
SetNumberOfCardsGenerated gets a reference to the given int32 and assigns it to the NumberOfCardsGenerated field.
func (o *LoyaltyCardBatchResponse) GetBatchId() string
GetBatchId returns the BatchId field if non-nil, zero value otherwise.
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.
func (o *LoyaltyCardBatchResponse) HasBatchId() bool
HasBatchId returns a boolean if a field has been set.
func (o *LoyaltyCardBatchResponse) SetBatchId(v string)
SetBatchId gets a reference to the given string and assigns it to the BatchId field.