Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 876 Bytes

PostLetter.md

File metadata and controls

15 lines (12 loc) · 876 Bytes

IO.ClickSend.ClickSend.Model.PostLetter

Properties

Name Type Description Notes
FileUrl string URL of file to send
PriorityPost int? Whether letter is priority [optional] [default to 0]
Recipients List<PostRecipient> Array of PostRecipient models
TemplateUsed int? Whether using our template [optional] [default to 0]
Duplex int? Whether letter is duplex [optional] [default to 0]
Colour int? Whether letter is in colour [optional] [default to 0]
Source string Source being sent from [optional] [default to "sdk"]

[Back to Model list] [Back to API list] [Back to README]