PlatformDiscountSharePolicy

@Serializable
data class PlatformDiscountSharePolicy(val id: String, val graphqlId: String, val name: String, val partnerShareRate: Int, val isArchived: Boolean, val appliedAt: @Serializable(with = InstantSerializer::class) Instant, val memo: String? = null)

할인 분담 정책

할인 분담은 고객사의 주문건에 쿠폰 및 포인트와 같은 할인금액이 적용될 때, 파트너 정산 시 할인금액에 대한 분담 정책을 가지는 객체입니다. 할인 유형에 대한 아이디와 메모, 그리고 파트너 분담율을 가집니다.

Constructors

Link copied to clipboard
constructor(id: String, graphqlId: String, name: String, partnerShareRate: Int, isArchived: Boolean, appliedAt: @Serializable(with = InstantSerializer::class) Instant, memo: String? = null)

Properties

Link copied to clipboard
val appliedAt: @Serializable(with = InstantSerializer::class) Instant

변경 적용 시점

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard

보관 여부

Link copied to clipboard
val memo: String? = null

해당 할인 분담에 대한 메모

Link copied to clipboard

할인 분담 정책 이름

Link copied to clipboard

할인 분담율