Typescript SDK Type Docs
    Preparing search index...

    Interface LastModifiedBy

    Information regarding IDs and references that last modified the Payment Integration.

    interface LastModifiedBy {
        anonymousId?: string;
        associate?: Reference;
        clientId?: string;
        customer?: Reference;
        externalUserId?: string;
        isPlatformClient?: boolean;
        sessionId?: string;
        user?: Reference;
    }
    Index

    Properties

    anonymousId?: string

    Anonymous ID if the resource was last modified by an anonymous user.

    associate?: Reference

    Associate (customer) reference if the resource was last modified by an associate.

    clientId?: string

    ID of the API client that last modified the PaymentIntegration.

    customer?: Reference

    Customer reference or customer ID if the resource was last modified by a customer.

    externalUserId?: string

    External user ID that last modified the PaymentIntegration.

    isPlatformClient?: boolean

    Indicates whether the resource was last modified by a platform client.

    sessionId?: string

    Session ID associated with the modification of the PaymentIntegration.

    user?: Reference

    User reference if the resource was last modified by a platform user.