@suluk/payments - v0.1.0
    Preparing search index...

    Interface RefundResponse

    interface RefundResponse {
        status: RefundStatus;
        connectorRefundId?: string;
        error?: PaymentError;
    }
    Index

    Properties

    status: RefundStatus
    connectorRefundId?: string
    error?: PaymentError