@sumup/sdk
    Preparing search index...

    Type Alias LegalType

    Id of the legal type of the merchant profile

    type LegalType = {
        description?: string;
        full_description?: string;
        id?: number;
        sole_trader?: boolean;
    }
    Index

    Properties

    description?: string

    Legal type short description

    full_description?: string

    Legal type description

    id?: number

    Unique id

    sole_trader?: boolean

    Sole trader legal type if true