Uses of Class
org.oxerr.stubhub.client.model.PurchaseVendorAccountResponse
-
Uses of PurchaseVendorAccountResponse in org.oxerr.stubhub.client.model
Methods in org.oxerr.stubhub.client.model that return PurchaseVendorAccountResponseModifier and TypeMethodDescriptionPurchaseResponse.getSecondaryVendorAccount()PurchaseResponse.getVendorAccount()Methods in org.oxerr.stubhub.client.model that return types with arguments of type PurchaseVendorAccountResponseModifier and TypeMethodDescriptionHoldResponse.getVendorAccounts()SaleResponse.getVendorAccounts()Methods in org.oxerr.stubhub.client.model with parameters of type PurchaseVendorAccountResponseModifier and TypeMethodDescriptionvoidPurchaseResponse.setSecondaryVendorAccount(PurchaseVendorAccountResponse secondaryVendorAccount) voidPurchaseResponse.setVendorAccount(PurchaseVendorAccountResponse vendorAccount) Method parameters in org.oxerr.stubhub.client.model with type arguments of type PurchaseVendorAccountResponseModifier and TypeMethodDescriptionvoidHoldResponse.setVendorAccounts(List<PurchaseVendorAccountResponse> vendorAccounts) voidSaleResponse.setVendorAccounts(List<PurchaseVendorAccountResponse> vendorAccounts)