Typescript SDK Type Docs
    Preparing search index...

    Interface CreatedBy

    Information regarding IDs and references that created the Payment Integration.

    interface CreatedBy {
        anonymousId?: string;
        clientId?: string;
        customer?: Reference;
        externalUserId?: string;
    }
    Index

    Properties

    anonymousId?: string

    Anonymous ID if created by an anonymous user.

    clientId?: string

    ID of the API client that created the PaymentIntegration.

    customer?: Reference

    Customer reference if created by a customer.

    externalUserId?: string

    External user ID that created the PaymentIntegration.