Documentation
    Preparing search index...

    Interface GetPaymentRecordResponse

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

    Properties

    epochAtTimeOfRecord: string
    key: string
    paymentTransactionDigest: null | string