Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments.Providers Namespace / IGoogleCheckout Interface / CancelOrder Method
The google order number
The reason for cancellation
In This Topic
    CancelOrder Method
    In This Topic
    Marks a google order as cancelled
    Syntax
    [Obsolete("Google Checkout is retired - effective November 20th 2013")]
    void CancelOrder( 
       string googleOrderNumber,
       string reason
    )

    Parameters

    googleOrderNumber
    The google order number
    reason
    The reason for cancellation
    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