/** All payment means you might have use on an OVH order */
export declare enum PaymentMeanEnum {
    'cash' = "cash",
    'chargeback' = "chargeback",
    'check' = "check",
    'cheque' = "cheque",
    'creditAccount' = "creditAccount",
    'creditCard' = "creditCard",
    'debtAccount' = "debtAccount",
    'deposit' = "deposit",
    'digitalLaunchPad' = "digitalLaunchPad",
    'edinar' = "edinar",
    'fidelityPoints' = "fidelityPoints",
    'free' = "free",
    'ideal' = "ideal",
    'incubatorAccount' = "incubatorAccount",
    'mandat' = "mandat",
    'multibanco' = "multibanco",
    'none' = "none",
    'ovhAccount' = "ovhAccount",
    'paymentMandate' = "paymentMandate",
    'paypal' = "paypal",
    'payu' = "payu",
    'platnosci' = "platnosci",
    'refund' = "refund",
    'rupay' = "rupay",
    'transfer' = "transfer",
    'withdrawal' = "withdrawal"
}
//# sourceMappingURL=PaymentMeanEnum.d.ts.map