PgCardPromotion

@Serializable
data class PgCardPromotion(val promotionId: String, val cardCompany: PgPromotionCardCompany, val discountAmount: Long, val minimumPaymentAmount: Long)

PG사 카드 프로모션

PG사에서 제공하는 카드 프로모션 정보입니다.

Constructors

Link copied to clipboard
constructor(promotionId: String, cardCompany: PgPromotionCardCompany, discountAmount: Long, minimumPaymentAmount: Long)

Properties

Link copied to clipboard
Link copied to clipboard

할인 금액

Link copied to clipboard

최소 결제 금액

Link copied to clipboard

프로모션 아이디