Package DE_EPAGES::Order::API::BasketAddress
Sets billing and shipping address in the basket
Functions
new
Constructor
Syntax |
new( $Basket ); |
Input |
|
Return |
|
removeAddress
Deletes the address of the given type from the basket.
Syntax |
removeAddress( $AddressTypePrefix ); |
Input |
|
setAddress
Sets the address of the given address type in the basket.
Syntax |
setAddress( $hAddressData, $AddressTypePrefix ); |
Input |
|