Documentation
    Preparing search index...

    Interface GetPaymentRecordResponse

    interface GetPaymentRecordResponse {
        epochAtTimeOfRecord: string;
        key: string;
        paymentTransactionDigest: string | null;
    }
    Index

    Properties

    epochAtTimeOfRecord: string
    key: string
    paymentTransactionDigest: string | null