Represents a billing contact.
Static methods
staticfromJson(json:BillingContactData):BillingContact
Creates a new billing contact from the specified JSON object.
Represents a billing contact.
staticfromJson(json:BillingContactData):BillingContact
Creates a new billing contact from the specified JSON object.
new(?__coco_init:{phoneContacts:Null<List<PhoneContact>>, lastName:Null<String>, firstName:Null<String>, emailAddress:Null<String>, department:Null<String>, customerNumber:Null<String>, companyName:Null<String>, address:Null<Address>})
finalobservables:{phoneContacts:Observable<List<PhoneContact>>, lastName:Observable<String>, isInTransition:Observable<Bool>, firstName:Observable<String>, emailAddress:Observable<String>, department:Observable<String>, customerNumber:Observable<String>, companyName:Observable<String>, address:Observable<Null<Address>>}