@sumup/sdk
    Preparing search index...

    Type Alias MembershipResource

    Resource

    Information about the resource the membership is in.

    type MembershipResource = {
        attributes: SumUp.Memberships.Attributes;
        created_at: string;
        id: string;
        logo?: string;
        name: string;
        type: "merchant";
        updated_at: string;
    }
    Index

    Properties

    created_at: string

    The timestamp of when the membership resource was created.

    id: string

    ID of the resource the membership is in.

    logo?: string

    Logo fo the resource.

    name: string

    Display name of the resource.

    type: "merchant"
    updated_at: string

    The timestamp of when the membership resource was last updated.