AccountReceivableEmail

Structure

FieldTypeRequiredDescription
idIntegerfalseUnique identifier for the

AccountReceivableEmail.

EmailAddressTypeEmailAddressTypefalse
emailStringtrue
remarkStringremark of Email

JSON representation

{
	"id": 1,
	"emailAddressType": {"id":1},
	"email": "email@septeo.com",
	"remark":"this is a remark test"
}