@sumup/sdk
    Preparing search index...

    Type Alias TransactionMixinHistory

    type TransactionMixinHistory = {
        payout_plan?:
            | "SINGLE_PAYMENT"
            | "TRUE_INSTALLMENT"
            | "ACCELERATED_INSTALLMENT";
        payouts_received?: number;
        payouts_total?: number;
        product_summary?: string;
    }
    Index

    Properties

    payout_plan?: "SINGLE_PAYMENT" | "TRUE_INSTALLMENT" | "ACCELERATED_INSTALLMENT"

    Payout plan of the registered user at the time when the transaction was made.

    payouts_received?: number

    Number of payouts that are made to the registered user specified in the user property.

    payouts_total?: number

    Total number of payouts to the registered user specified in the user property.

    product_summary?: string

    Short description of the payment. The value is taken from the description property of the related checkout resource.