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

    Type Alias PlatformOrderCancelTransfer

    주문 취소 정산건

    type PlatformOrderCancelTransfer = {
        type: "ORDER_CANCEL";
        id: string;
        graphqlId: string;
        partner: PlatformPartner;
        status: PlatformTransferStatus;
        memo?: string;
        settlementDate: string;
        settlementCurrency: Currency;
        payoutId?: string;
        payoutGraphqlId?: string;
        isForTest: boolean;
        userDefinedProperties: PlatformUserDefinedPropertyKeyValue[];
        amount: PlatformOrderSettlementAmount;
        contract: PlatformContract;
        payment: PlatformPayment;
        settlementStartDate: string;
        orderLines: PlatformOrderTransferOrderLine[];
        additionalFees: PlatformOrderTransferAdditionalFee[];
        discounts: PlatformOrderTransferDiscount[];
        cancellation: PlatformOrderTransferCancellation;
        parameters: TransferParameters;
    }
    Index

    Properties

    type: "ORDER_CANCEL"
    id: string

    정산건 아이디

    graphqlId: string

    파트너

    정산 상태

    memo?: string

    메모

    settlementDate: string

    정산 일

    날짜를 나타내는 문자열로, yyyy-MM-dd 형식을 따릅니다. (yyyy-MM-dd)

    settlementCurrency: Currency

    정산 통화

    payoutId?: string
    payoutGraphqlId?: string
    isForTest: boolean

    테스트 모드 여부

    userDefinedProperties: PlatformUserDefinedPropertyKeyValue[]

    사용자 정의 속성

    정산 금액 정보

    계약

    결제 정보

    settlementStartDate: string

    정산 시작일

    날짜를 나타내는 문자열로, yyyy-MM-dd 형식을 따릅니다. (yyyy-MM-dd)

    주문 항목 리스트

    정산 금액 계산 시 사용된 추가 수수료 정보

    정산 금액 계산 시 사용된 할인 정보

    주문 취소 정보

    parameters: TransferParameters

    정산 파라미터 (실험기능)