Interface EstimateMessage

All Superinterfaces:
BaseObject<EstimateMessage>, Reference<EstimateMessage>

@TypeAdapters(fieldNamingStrategy=true) @Immutable public interface EstimateMessage extends BaseObject<EstimateMessage>
  • Method Details

    • getSentBy

      @Nullable String getSentBy()
    • getSentByEmail

      @Nullable String getSentByEmail()
    • getSentFrom

      @Nullable String getSentFrom()
    • getSentFromEmail

      @Nullable String getSentFromEmail()
    • getMessageRecipients

      @SerializedName("recipients") List<MessageRecipient> getMessageRecipients()
    • getSubject

      @Nullable String getSubject()
    • getBody

      @Nullable String getBody()
      max length = 16,777,215
      Returns:
      the current value
    • getSendMeACopy

      @Nullable Boolean getSendMeACopy()
    • getEventType

      @Nullable EstimateMessage.EventType getEventType()