Class CreateTransactionBatchRequestModel

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

public class CreateTransactionBatchRequestModel extends Object
Represents a create transaction batch request model.
  • Constructor Details

    • CreateTransactionBatchRequestModel

      public CreateTransactionBatchRequestModel()
  • Method Details

    • getName

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

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

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

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

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