import { Price } from '../order/Price';
/** Details about a Voucher account */
export interface VoucherAccount {
    /**  */
    balance: Price;
    /**  */
    lastUpdate: string;
    /**  */
    openDate: string;
    /**  */
    voucherAccountId: string;
}
//# sourceMappingURL=VoucherAccount.d.ts.map