Platform

@Serializable
data class Platform(val merchantId: String, val graphqlId: String, val settlementRule: PlatformSettlementRule)

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

Constructors

Link copied to clipboard
constructor(merchantId: String, graphqlId: String, settlementRule: PlatformSettlementRule)

Properties

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard