Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Taxes.AbleCommerce Namespace / AddressHelper Class / GetBillingAddress Method
The basket to parse; if null the billing address of the current user is returned
In This Topic
    GetBillingAddress Method (AddressHelper)
    In This Topic
    Gets the billing address for the basket
    Syntax
    public static TaxAddress GetBillingAddress( 
       Basket basket
    )

    Parameters

    basket
    The basket to parse; if null the billing address of the current user is returned

    Return Value

    The billing address for the basket, or current user if basket is null
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also