PlatformOrderTransfer: {
    type: "ORDER";
    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[];
    parameters: TransferParameters;
}

주문 정산건

Type declaration