PlatformAdditionalFeePolicy

@Serializable
data class PlatformAdditionalFeePolicy(val id: String, val graphqlId: String, val name: String, val fee: PlatformFee, val vatPayer: PlatformPayer, 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, fee: PlatformFee, vatPayer: PlatformPayer, 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
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

부가세를 부담할 주체