AccountReceivableEmail
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | false | Unique identifier for the AccountReceivableEmail. |
EmailAddressType | EmailAddressType | false | |
String | true | ||
remark | String | remark of Email |
JSON representation
{ "id": 1, "emailAddressType": {"id":1}, "email": "email@septeo.com", "remark":"this is a remark test" }