| Package | Description |
|---|---|
| ClickSend.Model |
| Modifier and Type | Method and Description |
|---|---|
PostRecipient |
PostRecipient.addressCity(String addressCity) |
PostRecipient |
PostRecipient.addressCountry(String addressCountry) |
PostRecipient |
PostRecipient.addressLine1(String addressLine1) |
PostRecipient |
PostRecipient.addressLine2(String addressLine2) |
PostRecipient |
PostRecipient.addressName(String addressName) |
PostRecipient |
PostRecipient.addressPostalCode(String addressPostalCode) |
PostRecipient |
PostRecipient.addressState(String addressState) |
PostRecipient |
PostRecipient.returnAddressId(Integer returnAddressId) |
PostRecipient |
PostRecipient.schedule(Integer schedule) |
| Modifier and Type | Method and Description |
|---|---|
List<PostRecipient> |
PostPostcard.getRecipients()
Array of recipients
|
List<PostRecipient> |
PostLetter.getRecipients()
Array of PostRecipient models
|
| Modifier and Type | Method and Description |
|---|---|
PostPostcard |
PostPostcard.addRecipientsItem(PostRecipient recipientsItem) |
PostLetter |
PostLetter.addRecipientsItem(PostRecipient recipientsItem) |
| Modifier and Type | Method and Description |
|---|---|
PostPostcard |
PostPostcard.recipients(List<PostRecipient> recipients) |
PostLetter |
PostLetter.recipients(List<PostRecipient> recipients) |
void |
PostPostcard.setRecipients(List<PostRecipient> recipients) |
void |
PostLetter.setRecipients(List<PostRecipient> recipients) |
Copyright © 2019. All rights reserved.