Name | Type | Description | Notes |
---|---|---|---|
BatchId | Pointer to string | The batch ID that all coupons created by the request will have. |
func (o *AsyncCouponCreationResponse) GetBatchId() string
GetBatchId returns the BatchId field if non-nil, zero value otherwise.
func (o *AsyncCouponCreationResponse) 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 *AsyncCouponCreationResponse) HasBatchId() bool
HasBatchId returns a boolean if a field has been set.
func (o *AsyncCouponCreationResponse) SetBatchId(v string)
SetBatchId gets a reference to the given string and assigns it to the BatchId field.