BankRemittanceRead
object
Reads a BankRemittance. Returns a BankRemittance with the specified ID.
Fields
| Name | Type | Description |
|---|---|---|
bankRemittanceId | Int! | |
handled | Int | |
type | Int | |
name | String | |
date | Date | |
notes | String | |
totalValue | Float | |
documents | [DocumentRead] | |
file | String | |
company | CompanyRead | |
deletable | Boolean |