@sumup/sdk
    Preparing search index...

    Type Alias Company

    Information about the company or business. This is legal information that is used for verification.

    Company documentation: https://developer.sumup.com/tools/models/merchant#company

    type Company = {
        address?: Address;
        attributes?: SumUp.Merchants.Attributes;
        identifiers?: CompanyIdentifiers;
        legal_type?: LegalType;
        merchant_category_code?: string;
        name?: string;
        phone_number?: PhoneNumber;
        trading_address?: Address;
        website?: string | null;
    }
    Index

    Properties

    address?: Address
    identifiers?: CompanyIdentifiers
    legal_type?: LegalType
    merchant_category_code?: string

    The merchant category code for the account as specified by ISO18245. MCCs are used to classify businesses based on the goods or services they provide.

    name?: string

    The company's legal name.

    phone_number?: PhoneNumber
    trading_address?: Address
    website?: string | null

    HTTP(S) URL of the company's website.