konnexengine ~master (2022-03-11T22:24:10Z)
Dub
Repo
CustomerDetails
konnexengine
integrations
mailerlite
api
Subscriber Identifier
static
struct
CustomerDetails {
this
(string email, string name, string lastname, string countryName);
string
email
;
string
name
;
string
lastname
;
string
countryName
;
}
Constructors
this
this
(string email, string name, string lastname, string countryName)
Undocumented in source.
Members
Variables
countryName
string
countryName
;
Undocumented in source.
email
string
email
;
Undocumented in source.
lastname
string
lastname
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Examples
Meta
Source
See Implementation
konnexengine
integrations
mailerlite
api
classes
NewSubscriberToGroups
functions
addSubscriberToGroup
batchAddSubscriberToGroups
createActiveSubscriberFrom
getSubscriberBy
updateActiveSubscriberFrom
structs
AuthInfo
CustomerDetails
NewSubscriberToGroup
SubscriberIdentifier
variables
BASE_URL
Subscriber Identifier