C# Class PayPal.PayPalAPIInterfaceService.Model.AuthorizationRequestType

Afficher le fichier Open project: paypal/merchant-sdk-dotnet

Méthodes publiques

Méthode Description
AuthorizationRequestType ( ) : System

Default Constructor

AuthorizationRequestType ( bool isRequested ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

AuthorizationRequestType() public méthode

Default Constructor
public AuthorizationRequestType ( ) : System
Résultat System

AuthorizationRequestType() public méthode

Constructor with arguments
public AuthorizationRequestType ( bool isRequested ) : System
isRequested bool
Résultat System

ToXMLString() public méthode

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
Résultat string