#define LS_API
Macros that expands to dllexport, dllimport or nothing on non Windows platforms or in case of static ...
LS_API void FreeLSCustomer(LSCustomer *customer)
LS_API LSCustomer * CreateLSCustomer()
LS_API LSCustomer * CreateLSCustomerEx(const char *email)
LS_API struct LSCustomer LSCustomer
void(* setState)(struct LSCustomer *self, const char *state)
void(* setMetadata)(struct LSCustomer *self, const char *metadata)
const char *(* address)(struct LSCustomer *self)
const char *(* company)(struct LSCustomer *self)
void(* setPostcode)(struct LSCustomer *self, const char *postcode)
const char *(* phone)(struct LSCustomer *self)
const char *(* city)(struct LSCustomer *self)
void(* setAddress)(struct LSCustomer *self, const char *address)
void(* setFirstName)(struct LSCustomer *self, const char *name)
void(* setPhone)(struct LSCustomer *self, const char *phone)
const char *(* reference)(struct LSCustomer *self)
const char *(* country)(struct LSCustomer *self)
void(* setReference)(struct LSCustomer *self, const char *reference)
const char *(* email)(struct LSCustomer *self)
void(* setCompany)(struct LSCustomer *self, const char *company)
const char *(* postcode)(struct LSCustomer *postcode)
void(* setCountry)(struct LSCustomer *self, const char *country)
void(* setCity)(struct LSCustomer *self, const char *city)
const char *(* state)(struct LSCustomer *self)
void(* setEmail)(struct LSCustomer *self, const char *email)
void(* setLastName)(struct LSCustomer *self, const char *name)
const char *(* metadata)(struct LSCustomer *self)