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

    Type Alias PaymentWithCursor

    결제 건 및 커서 정보

    type PaymentWithCursor = {
        payment: Payment.Payment;
        cursor: string;
    }
    Index

    Properties

    Properties

    payment: Payment.Payment

    결제 건 정보

    cursor: string

    해당 결제 건의 커서 정보