models_v2.recipient_type_enum module

class models_v2.recipient_type_enum.RecipientTypeEnum[source]

Bases: object

Implementation of the ‘RecipientType’ enum.

Specifies the recipient type of email recipient. Default value is ‘kTo’.

Attributes:

KTO: TODO: type description here. KCC: TODO: type description here.

KCC = 'kCc'
KTO = 'kTo'