Paddle SDK - v5.0.0
    Preparing search index...

    Interface GeneratePaylinkBody

    interface GeneratePaylinkBody {
        custom_message?: string;
        customer_country?: string;
        customer_email?: string;
        customer_postcode?: string;
        discountable?: number;
        expires?: string;
        image_url?: string;
        is_recoverable?: number;
        marketing_consent?: number;
        passthrough?: string;
        prices?: string[];
        product_id?: number;
        quantity?: number;
        quantity_variable?: number;
        recurring_prices?: string[];
        return_url?: string;
        title?: string;
        trial_days?: number;
        vat_company_name?: string;
        vat_number?: string;
        webhook_url?: string;
    }
    Index

    Properties

    custom_message?: string
    customer_country?: string
    customer_email?: string
    customer_postcode?: string
    discountable?: number
    expires?: string
    image_url?: string
    is_recoverable?: number
    marketing_consent?: number
    passthrough?: string
    prices?: string[]
    product_id?: number
    quantity?: number
    quantity_variable?: number
    recurring_prices?: string[]
    return_url?: string
    title?: string
    trial_days?: number
    vat_company_name?: string
    vat_number?: string
    webhook_url?: string