export default class CheckoutOrderInsertRequest { bestellungId?: string; amount: number; payeeEmail?: string; }