Class CreateTransactionBatchRequestModel

java.lang.Object
net.avalara.avatax.rest.client.models.CreateTransactionBatchRequestModel

public class CreateTransactionBatchRequestModel
extends java.lang.Object
Represents a create transaction batch request model.
  • Constructor Summary

    Constructors 
    Constructor Description
    CreateTransactionBatchRequestModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()
    Getter for name The user-friendly readable name for this batch.
    java.util.ArrayList<TransactionBatchItemModel> getTransactions()
    Getter for transactions The list of transactions contained in this batch.
    void setName​(java.lang.String value)
    Setter for name The user-friendly readable name for this batch.
    void setTransactions​(java.util.ArrayList<TransactionBatchItemModel> value)
    Setter for transactions The list of transactions contained in this batch.
    java.lang.String toString()
    Returns a JSON string representation of CreateTransactionBatchRequestModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getName

      public java.lang.String getName()
      Getter for name The user-friendly readable name for this batch.
    • setName

      public void setName​(java.lang.String value)
      Setter for name The user-friendly readable name for this batch.
    • getTransactions

      public java.util.ArrayList<TransactionBatchItemModel> getTransactions()
      Getter for transactions The list of transactions contained in this batch.
    • setTransactions

      public void setTransactions​(java.util.ArrayList<TransactionBatchItemModel> value)
      Setter for transactions The list of transactions contained in this batch.
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of CreateTransactionBatchRequestModel
      Overrides:
      toString in class java.lang.Object