PlatformSetting

@Serializable
data class PlatformSetting(val defaultWithdrawalMemo: String? = null, val defaultDepositMemo: String? = null, val supportsMultipleOrderTransfersPerPartner: Boolean, val adjustSettlementDateAfterHolidayIfEarlier: Boolean, val deductWht: Boolean, val settlementAmountType: SettlementAmountType)

플랫폼 설정

Constructors

Link copied to clipboard
constructor(defaultWithdrawalMemo: String? = null, defaultDepositMemo: String? = null, supportsMultipleOrderTransfersPerPartner: Boolean, adjustSettlementDateAfterHolidayIfEarlier: Boolean, deductWht: Boolean, settlementAmountType: SettlementAmountType)

Properties

정산일이 정산시작일보다 작거나 같을 경우 공휴일 후 영업일로 정산일 다시 계산 여부

Link copied to clipboard

지급 금액에서 원천징수세 차감 여부

Link copied to clipboard

기본 받는 이 통장 메모

Link copied to clipboard

기본 보내는 이 통장 메모

Link copied to clipboard

정산 금액 취급 기준

Link copied to clipboard

paymentId, storeId, partnerId가 같은 주문 정산건에 대한 중복 정산 지원 여부