/** 외부 결제 상세 정보 */
export type CreatePlatformOrderCancelTransferBodyExternalCancellationDetail = {
    /**
     * 취소 일시
     * (RFC 3339 date-time)
     */
    cancelledAt?: string;
};
