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

    Type Alias Dispute

    분쟁 내역

    type Dispute = {
        status: DisputeStatus;
        pgDisputeId?: string;
        reason: string;
        createdAt: string;
        resolvedAt?: string;
    }
    Index

    Properties

    분쟁 상태

    pgDisputeId?: string

    PG사 분쟁 아이디

    reason: string

    분쟁 사유

    createdAt: string

    분쟁 발생 시각 (RFC 3339 date-time)

    resolvedAt?: string

    분쟁 해소 시각 (RFC 3339 date-time)