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

    Type Alias GetPaymentsResponse

    결제 건 다건 조회 성공 응답 정보

    type GetPaymentsResponse = {
        items: Payment.Payment[];
        page: PageInfo;
    }
    Index

    Properties

    Properties

    items: Payment.Payment[]

    조회된 결제 건 리스트

    page: PageInfo

    조회된 페이지 정보