Class LoyaltiesMembersGetResponseBodyPublish

java.lang.Object
io.voucherify.client.model.LoyaltiesMembersGetResponseBodyPublish

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class LoyaltiesMembersGetResponseBodyPublish extends Object
This object stores a summary of publish events: an events counter and an endpoint which can be called to return details of each event. A publication is required for loyalty cards and referral codes. This object gets updated whenever a voucher has been published. Publication means assigning a code to a particular customer. Typically, a publication is made by distributing your codes to your customers, e.g. through Export to MailChimp or <!-- [publish voucher](OpenAPI.json/paths/~1publications/post) -->[publish voucher](ref:create-publication) API method. <!-- title: My Table Title --> | Required | Optional | | -------- | :------: | | `type`:`LOYALTY_CARD` | `type`:`DISCOUNT_VOUCHER` | | `is_referral_code`:`true` | `type`:`GIFT_VOUCHER` |