 |
LicenseSpring C++ SDK
7.31.0
Easily add Software Licensing to your application
|
Go to the documentation of this file. 1 #ifndef LS_C_CUSTOMER_H
2 #define LS_C_CUSTOMER_H
74 #endif // LS_C_CUSTOMER_H
LS_API LSCustomer * CreateLSCustomer()
const char *(* metadata)(struct LSCustomer *self)
const char *(* postcode)(struct LSCustomer *postcode)
void(* setCountry)(struct LSCustomer *self, const char *country)
const char *(* phone)(struct LSCustomer *self)
const char *(* company)(struct LSCustomer *self)
void(* setEmail)(struct LSCustomer *self, const char *email)
LS_API struct LSCustomer LSCustomer
void(* setPostcode)(struct LSCustomer *self, const char *postcode)
void(* setFirstName)(struct LSCustomer *self, const char *name)
LS_API LSCustomer * CreateLSCustomerEx(const char *email)
const char *(* reference)(struct LSCustomer *self)
void(* setReference)(struct LSCustomer *self, const char *reference)
void(* setCity)(struct LSCustomer *self, const char *city)
const char *(* email)(struct LSCustomer *self)
void(* setMetadata)(struct LSCustomer *self, const char *metadata)
#define LS_API
Macros that expands to dllexport, dllimport or nothing on non Windows platforms or in case of static ...
void(* setLastName)(struct LSCustomer *self, const char *name)
void(* setCompany)(struct LSCustomer *self, const char *company)
const char *(* address)(struct LSCustomer *self)
const char *(* state)(struct LSCustomer *self)
const char *(* city)(struct LSCustomer *self)
const char *(* country)(struct LSCustomer *self)
void(* setState)(struct LSCustomer *self, const char *state)
void(* setPhone)(struct LSCustomer *self, const char *phone)
void(* setAddress)(struct LSCustomer *self, const char *address)
LS_API void FreeLSCustomer(LSCustomer *customer)