Class VendorResponse

java.lang.Object
org.oxerr.stubhub.client.model.VendorResponse

public class VendorResponse extends Object
  • Constructor Details

    • VendorResponse

      public VendorResponse()
  • Method Details

    • getVendorId

      public Integer getVendorId()
    • setVendorId

      public void setVendorId(Integer vendorId)
    • getVendorName

      public String getVendorName()
    • setVendorName

      public void setVendorName(String vendorName)
    • getVendorAccountName

      public String getVendorAccountName()
    • setVendorAccountName

      public void setVendorAccountName(String vendorAccountName)
    • getVendorAccountEmail

      public String getVendorAccountEmail()
    • setVendorAccountEmail

      public void setVendorAccountEmail(String vendorAccountEmail)
    • getPurchaseOrderId

      public Long getPurchaseOrderId()
    • setPurchaseOrderId

      public void setPurchaseOrderId(Long purchaseOrderId)
    • getIsAlternativeDeliveryAccount

      public Boolean getIsAlternativeDeliveryAccount()
    • setIsAlternativeDeliveryAccount

      public void setIsAlternativeDeliveryAccount(Boolean isAlternativeDeliveryAccount)