Package org.oxerr.stubhub.client.model
Class PurchaseVendorResponse
java.lang.Object
org.oxerr.stubhub.client.model.PurchaseVendorResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBillingAddress(Address billingAddress) voidsetInternalNotes(String internalNotes) voidsetShippingAddress(Address shippingAddress) voidsetVendorId(Integer vendorId) voidsetVendorName(String vendorName)
-
Constructor Details
-
PurchaseVendorResponse
public PurchaseVendorResponse()
-
-
Method Details
-
getVendorId
-
setVendorId
-
getVendorName
-
setVendorName
-
getBillingAddress
-
setBillingAddress
-
getShippingAddress
-
setShippingAddress
-
getInternalNotes
-
setInternalNotes
-