|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BillingTerms in orderprocessing |
Methods in orderprocessing that return BillingTerms | |
BillingTerms |
Customer.billingTerms()
Retrieve this customer's default billing terms |
BillingTerms |
Order.billingTerms()
Retrieve the billing terms for this order |
static BillingTerms |
BillingTerms.get(java.lang.String code)
Retrieve a terms object from its string representation "net 30", "net 10" and "eom 10" are recognized. |
Methods in orderprocessing with parameters of type BillingTerms | |
void |
Customer.billingTerms(BillingTerms terms)
Set new billing terms for this customer |
void |
Order.billingTerms(BillingTerms billingTerms)
Assign new billing terms to this order |
Constructors in orderprocessing with parameters of type BillingTerms | |
Customer(java.lang.String name,
Address billingAddress,
Address shipAddress,
BillingTerms billingTerms)
create a customer object with all options specified. |
|
Order(Customer customer,
Address shipAddress,
BillingTerms billingTerms,
java.util.ArrayList orderedItems,
CalculationCalendar orderDate,
CalculationCalendar requestedShippingDate,
CalculationCalendar cancelDate)
Create an Order for a particular customer and a sequence of items ordered |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |