Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.07 KB

AsyncCouponCreationResponse.md

File metadata and controls

39 lines (20 loc) · 1.07 KB

AsyncCouponCreationResponse

Properties

Name Type Description Notes
BatchId Pointer to string The batch ID that all coupons created by the request will have.

Methods

GetBatchId

func (o *AsyncCouponCreationResponse) GetBatchId() string

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

GetBatchIdOk

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.

HasBatchId

func (o *AsyncCouponCreationResponse) HasBatchId() bool

HasBatchId returns a boolean if a field has been set.

SetBatchId

func (o *AsyncCouponCreationResponse) 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]