atg.commerce.order
Interface PaymentAddressContainer

All Known Implementing Classes:
CreditCard, InvoiceRequest

public interface PaymentAddressContainer

Implemented by a class that will have a billingAddress property


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 Address getBillingAddress()
           
 void setBillingAddress(Address pAddress)
           
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

setBillingAddress

void setBillingAddress(Address pAddress)

getBillingAddress

Address getBillingAddress()