@sumup/sdk
    Preparing search index...

    Type Alias MerchantAccount

    Merchant Account

    Details of the merchant account.

    type MerchantAccount = {
        account?: Account;
        app_settings?: AppSettings;
        is_migrated_payleven_br?: boolean;
        merchant_profile?: MerchantProfile;
        permissions?: SumUp.Merchant.Permissions;
        personal_profile?: PersonalProfile;
    }
    Index

    Properties

    account?: Account
    app_settings?: AppSettings
    is_migrated_payleven_br?: boolean

    Merchant comes from payleven BR migration

    merchant_profile?: MerchantProfile
    permissions?: SumUp.Merchant.Permissions
    personal_profile?: PersonalProfile