twinfield
twinfield copied to clipboard
Getter and setter missing in Customer class
It seems to me that the Customer Class should have a getter and setter method for the private variable 'vatcode'.
Pull requests are accepted on this library. If you need this feature, please create one.
Is vatcode an actual field? I thought Twinfield (ab)uses the field4 field for this.
Use CustomerAddress->getField4() and CustomerAddress->setField4() for this, per the API documentation