@sumup/sdk
    Preparing search index...

    Type Alias Timestamps

    type Timestamps = {
        created_at: string;
        updated_at: string;
    }
    Index

    Properties

    created_at: string

    The date and time when the resource was created. This is a string as defined in RFC 3339, section 5.6.

    updated_at: string

    The date and time when the resource was last updated. This is a string as defined in RFC 3339, section 5.6.