C# Class Braintree.PaymentMethodRequest

Inheritance: Braintree.Request
显示文件 Open project: braintree/braintree_dotnet Class Usage Examples

Public Methods

Method Description
ToXml ( ) : string
ToXml ( string root ) : string

Protected Methods

Method Description
BuildRequest ( string root ) : RequestBuilder

Method Details

BuildRequest() protected method

protected BuildRequest ( string root ) : RequestBuilder
root string
return RequestBuilder

ToXml() public method

public ToXml ( ) : string
return string

ToXml() public method

public ToXml ( string root ) : string
root string
return string