Uses of Class
org.cxml.BillTo
-
Packages that use BillTo Package Description org.cxml -
-
Uses of BillTo in org.cxml
Fields in org.cxml declared as BillTo Modifier and Type Field Description protected BillToItemIn. billToprotected BillToOrderRequestHeader. billToprotected BillToPurchaseRequisitionHeader. billToMethods in org.cxml that return BillTo Modifier and Type Method Description BillToObjectFactory. createBillTo()Create an instance ofBillToBillToItemIn. getBillTo()Gets the value of the billTo property.BillToOrderRequestHeader. getBillTo()Gets the value of the billTo property.BillToPurchaseRequisitionHeader. getBillTo()Gets the value of the billTo property.Methods in org.cxml with parameters of type BillTo Modifier and Type Method Description voidItemIn. setBillTo(BillTo value)Sets the value of the billTo property.voidOrderRequestHeader. setBillTo(BillTo value)Sets the value of the billTo property.voidPurchaseRequisitionHeader. setBillTo(BillTo value)Sets the value of the billTo property.
-