PlatformFixedRateFee

@Serializable
@SerialName(value = "FIXED_RATE")
data class PlatformFixedRateFee(val rate: Int) : PlatformFee

정률 수수료

총 금액에 정해진 비율을 곱한 만큼의 수수료를 책정합니다.

Constructors

Link copied to clipboard
constructor(rate: Int)

Properties

Link copied to clipboard
val rate: Int

수수료율