You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setCreatedDate(DateTime) | When was the customer created | DateTime
48
48
setOrganisationNumber(string) | The country specific organisation number for the customer, if it is a corporate customer. | string
49
+
setOrganisationName(string) | The organisation name. **Preferred over setCompanyName()** | string
50
+
setOrganisationEntityType(string) | The organisation nature. **Validated values:** ltd (limited company), plc (public limited company), public_institution (public institution), other (all other types). **Preferred over setCompanyType()** | string
51
+
setVatId(string) | **Deprecated:** The VAT identifier. Use setOrganisationVatId() instead | string
52
+
setOrganisationVatId(string) | The organisation VAT identifier. **Preferred method for VAT ID** | string
49
53
setPersonalIdentifyNumber(string) | The country specific personal identity number for the customer, for countries where it is applicable. eg. Norway, Sweden, Finland | string
50
54
setGender(string) | What gender is the customer | String (f, female, m, male)
51
55
setCardHolderName(string) | Set the cardholder name associated with the customer | string
56
+
**Deprecated Methods** | |
57
+
setType(string) | **Deprecated:** Customer type indicator. Any organisation_* field automatically triggers business customer | string
58
+
setCompanyName(string) | **Deprecated:** Use setOrganisationName() instead | string
59
+
setCompanyType(string) | **Deprecated:** Use setOrganisationEntityType() instead | string
0 commit comments