LicenseSpring C++ SDK  7.31.0
Easily add Software Licensing to your application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
LSCustomer Struct Reference

#include <LicenseSpring/C-interface/Customer.h>

Public Attributes

const char *(* email )(struct LSCustomer *self)
 
void(* setEmail )(struct LSCustomer *self, const char *email)
 
const char *(* firstName )(struct LSCustomer *self)
 
void(* setFirstName )(struct LSCustomer *self, const char *name)
 
const char *(* lastName )(struct LSCustomer *self)
 
void(* setLastName )(struct LSCustomer *self, const char *name)
 
const char *(* company )(struct LSCustomer *self)
 
void(* setCompany )(struct LSCustomer *self, const char *company)
 
const char *(* phone )(struct LSCustomer *self)
 
void(* setPhone )(struct LSCustomer *self, const char *phone)
 
const char *(* address )(struct LSCustomer *self)
 
void(* setAddress )(struct LSCustomer *self, const char *address)
 
const char *(* city )(struct LSCustomer *self)
 
void(* setCity )(struct LSCustomer *self, const char *city)
 
const char *(* state )(struct LSCustomer *self)
 
void(* setState )(struct LSCustomer *self, const char *state)
 
const char *(* country )(struct LSCustomer *self)
 
void(* setCountry )(struct LSCustomer *self, const char *country)
 
const char *(* postcode )(struct LSCustomer *postcode)
 
void(* setPostcode )(struct LSCustomer *self, const char *postcode)
 
const char *(* reference )(struct LSCustomer *self)
 
void(* setReference )(struct LSCustomer *self, const char *reference)
 
const char *(* metadata )(struct LSCustomer *self)
 
void(* setMetadata )(struct LSCustomer *self, const char *metadata)
 
void * inner
 

Detailed Description

Definition at line 10 of file Customer.h.

Member Data Documentation

const char*( * LSCustomer::email)(struct LSCustomer *self)

Definition at line 12 of file Customer.h.

void( * LSCustomer::setEmail)(struct LSCustomer *self, const char *email)

Definition at line 14 of file Customer.h.

const char*( * LSCustomer::firstName)(struct LSCustomer *self)

Definition at line 16 of file Customer.h.

void( * LSCustomer::setFirstName)(struct LSCustomer *self, const char *name)

Definition at line 18 of file Customer.h.

const char*( * LSCustomer::lastName)(struct LSCustomer *self)

Definition at line 20 of file Customer.h.

void( * LSCustomer::setLastName)(struct LSCustomer *self, const char *name)

Definition at line 22 of file Customer.h.

const char*( * LSCustomer::company)(struct LSCustomer *self)

Definition at line 24 of file Customer.h.

void( * LSCustomer::setCompany)(struct LSCustomer *self, const char *company)

Definition at line 26 of file Customer.h.

const char*( * LSCustomer::phone)(struct LSCustomer *self)

Definition at line 28 of file Customer.h.

void( * LSCustomer::setPhone)(struct LSCustomer *self, const char *phone)

Definition at line 30 of file Customer.h.

const char*( * LSCustomer::address)(struct LSCustomer *self)

Definition at line 32 of file Customer.h.

void( * LSCustomer::setAddress)(struct LSCustomer *self, const char *address)

Definition at line 34 of file Customer.h.

const char*( * LSCustomer::city)(struct LSCustomer *self)

Definition at line 36 of file Customer.h.

void( * LSCustomer::setCity)(struct LSCustomer *self, const char *city)

Definition at line 38 of file Customer.h.

const char*( * LSCustomer::state)(struct LSCustomer *self)

Definition at line 40 of file Customer.h.

void( * LSCustomer::setState)(struct LSCustomer *self, const char *state)

Definition at line 42 of file Customer.h.

const char*( * LSCustomer::country)(struct LSCustomer *self)

Definition at line 44 of file Customer.h.

void( * LSCustomer::setCountry)(struct LSCustomer *self, const char *country)

Definition at line 46 of file Customer.h.

const char*( * LSCustomer::postcode)(struct LSCustomer *postcode)

Definition at line 48 of file Customer.h.

void( * LSCustomer::setPostcode)(struct LSCustomer *self, const char *postcode)

Definition at line 50 of file Customer.h.

const char*( * LSCustomer::reference)(struct LSCustomer *self)

Definition at line 52 of file Customer.h.

void( * LSCustomer::setReference)(struct LSCustomer *self, const char *reference)

Definition at line 54 of file Customer.h.

const char*( * LSCustomer::metadata)(struct LSCustomer *self)

Definition at line 56 of file Customer.h.

void( * LSCustomer::setMetadata)(struct LSCustomer *self, const char *metadata)

Definition at line 58 of file Customer.h.

void* LSCustomer::inner

Definition at line 60 of file Customer.h.


The documentation for this struct was generated from the following file: