Card Promotion
@Serializable
@SerialName(value = "CARD" )
카드 프로모션
Constructors
Link copied to clipboard
constructor(id: String, storeId: String, name: String, discountType: PromotionDiscount, totalBudget: Long, spentAmount: Long, currency: Currency, startAt: @Serializable(with = InstantSerializer::class ) Instant, endAt: @Serializable(with = InstantSerializer::class ) Instant, cardCompany: PromotionCardCompany, status: PromotionStatus, createdAt: @Serializable(with = InstantSerializer::class ) Instant, minPaymentAmount: Long? = null, maxDiscountAmount: Long? = null, terminatedAt: @Serializable(with = InstantSerializer::class ) Instant? = null)
Properties
Link copied to clipboard
프로모션 카드사
Link copied to clipboard
프로모션 생성 시각
Link copied to clipboard
할인 유형
Link copied to clipboard
프로모션 종료 시각
Link copied to clipboard
최대 할인 금액
Link copied to clipboard
최소 결제 금액
Link copied to clipboard
소진 금액
Link copied to clipboard
프로모션 시작 시각
Link copied to clipboard
프로모션 상태
Link copied to clipboard
프로모션 중단 시각
Link copied to clipboard
총 예산