C# Class PayPal.PayPalAPIInterfaceService.Model.TransactionSearchRequestType

The earliest transaction date at which to start the search. No wildcards are allowed. Required
Inheritance: AbstractRequestType
Afficher le fichier Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
ToXMLString ( string prefix, string name ) : string
TransactionSearchRequestType ( ) : System

Default Constructor

TransactionSearchRequestType ( string startDate ) : System

Constructor with arguments

Method Details

ToXMLString() public méthode

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

TransactionSearchRequestType() public méthode

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

TransactionSearchRequestType() public méthode

Constructor with arguments
public TransactionSearchRequestType ( string startDate ) : System
startDate string
Résultat System