# TalonOne::AsyncCouponCreationResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **batch_id** | **String** | The batch ID that all coupons created by the request will have. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AsyncCouponCreationResponse.new(batch_id: tqyrgahe) ```