@portone/server-sdk
    Preparing search index...

    Type Alias CreatePlatformContractBody

    계약 객체 생성을 위한 입력 정보

    type CreatePlatformContractBody = {
        id?: string;
        name: string;
        memo?: string;
        platformFee: PlatformFeeInput;
        settlementCycle: PlatformSettlementCycleInput;
        platformFeeVatPayer: PlatformPayer;
        subtractPaymentVatAmount: boolean;
    }
    Index

    Properties

    id?: string

    계약에 부여할 고유 아이디

    명시하지 않는 경우 포트원이 임의의 아이디를 발급해드립니다.

    name: string

    계약 이름

    memo?: string

    계약 내부 표기를 위한 메모

    platformFee: PlatformFeeInput

    중개수수료

    정산 주기

    platformFeeVatPayer: PlatformPayer

    중개수수료에 대한 부가세 부담 주체

    subtractPaymentVatAmount: boolean

    정산 시 결제금액 부가세 감액 여부