Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentReference

    interface PaymentReference {
        id: string;
        typeId: "payment";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Payment.

    typeId: "payment"

    Type of referenced resource.