Uses of Class
software.xdev.brevo.model.GetCouponCollection
Packages that use GetCouponCollection
-
Uses of GetCouponCollection in software.xdev.brevo.api
Methods in software.xdev.brevo.api that return GetCouponCollectionModifier and TypeMethodDescriptionCouponsApi.getCouponCollection(String id) Get a coupon collection by idCouponsApi.getCouponCollection(String id, Map<String, String> additionalHeaders) Get a coupon collection by idCouponsApi.getCouponCollections(Long limit, Long offset, String sort, String sortBy) Get all your coupon collectionsCouponsApi.getCouponCollections(Long limit, Long offset, String sort, String sortBy, Map<String, String> additionalHeaders) Get all your coupon collections -
Uses of GetCouponCollection in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return GetCouponCollectionModifier and TypeMethodDescriptionGetCouponCollection.createdAt(OffsetDateTime createdAt) GetCouponCollection.defaultCoupon(String defaultCoupon) GetCouponCollection.expirationDate(OffsetDateTime expirationDate) GetCouponCollection.remainingCoupons(Long remainingCoupons) GetCouponCollection.remainingCouponsAlert(Integer remainingCouponsAlert) GetCouponCollection.remainingDaysAlert(Integer remainingDaysAlert) GetCouponCollection.totalCoupons(Long totalCoupons)