Platform

@Serializable
data class Platform(val merchantId: String, val graphqlId: String, val roundType: PlatformRoundType, val settlementFormula: PlatformSettlementFormula, val settlementRule: PlatformSettlementRule)

고객사의 플랫폼 기능 관련 정보

Constructors

Link copied to clipboard
constructor(merchantId: String, graphqlId: String, roundType: PlatformRoundType, settlementFormula: PlatformSettlementFormula, settlementRule: PlatformSettlementRule)

Properties

Link copied to clipboard
Link copied to clipboard

해당 플랫폼의 고객사 아이디

Link copied to clipboard

파트너 정산금액의 소수점 처리 방식

Link copied to clipboard

수수료 및 할인 분담 정책 관련 계산식

Link copied to clipboard