---
title: "GetInvoiceTotalAmount (Opus Funktion)"
---
### Beschreibung

Gibt den TotalBetrag zurück

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [integer](../../standard-datentypen/integer.md) | InvoiceID |

### Rückgabewert [float](../../standard-datentypen/float.md)

xxx

### Beispiel

```
Ld_Amount  = GetInvoiceTotalAmount(Ai_InvoiceID);
```

### Siehe auch

---
