application - v0.1.0
    Preparing search index...

    Interface MockPaymentRequest

    interface MockPaymentRequest {
        amount: number;
        force_failed?: boolean;
        items: OffrePanier[];
    }
    Index

    Properties

    amount: number
    force_failed?: boolean
    items: OffrePanier[]