C# Class Dwolla.Checkout.DwollaCheckoutResponse

显示文件 Open project: bchavez/Dwolla Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DwollaCheckoutResponse ( ) : System
GetRedirectUrl ( ) : string

Returns the URL for the customer's browser to complete the checkout process.

Method Details

DwollaCheckoutResponse() public method

public DwollaCheckoutResponse ( ) : System
return System

GetRedirectUrl() public method

Returns the URL for the customer's browser to complete the checkout process.
public GetRedirectUrl ( ) : string
return string