import { Price } from '../../order/Price';
/** Information about voucher */
export interface NewProjectInfoVoucher {
    /** Credit added thanks to the voucher */
    credit: Price;
    /** A valid registered payment method is required to use the voucher */
    paymentMethodRequired: boolean;
}
//# sourceMappingURL=NewProjectInfoVoucher.d.ts.map