C# Class PayPal.PayPalAPIInterfaceService.Model.AuthorizationRequestType

Show file Open project: paypal/merchant-sdk-dotnet

Public Methods

Method Description
AuthorizationRequestType ( ) : System

Default Constructor

AuthorizationRequestType ( bool isRequested ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

AuthorizationRequestType() public method

Default Constructor
public AuthorizationRequestType ( ) : System
return System

AuthorizationRequestType() public method

Constructor with arguments
public AuthorizationRequestType ( bool isRequested ) : System
isRequested bool
return System

ToXMLString() public method

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
return string