@sumup/sdk
    Preparing search index...

    Type Alias MerchantSettingsPayload

    type MerchantSettingsPayload = {
        expected_max_transaction_amount?: number;
        gross_settlement?: boolean;
        payout_on_demand?: boolean;
        payout_on_demand_available?: string;
        payout_period?: "daily" | "weekly" | "monthly";
        payout_type?: "SINGLE_PAYMENT";
        printers_enabled?: boolean;
    }
    Index

    Properties

    expected_max_transaction_amount?: number

    Expected maximum amount of a single purchase

    gross_settlement?: boolean

    Gross settlement

    payout_on_demand?: boolean

    If true, the merchant will not receive automatic payouts.

    payout_on_demand_available?: string

    If true, the merchant will be able to manage payout_on_demand settings

    payout_period?: "daily" | "weekly" | "monthly"

    Payout period.

    payout_type?: "SINGLE_PAYMENT"

    Payout type.

    printers_enabled?: boolean

    Printers enabled.