C# Class PayPal.PayPalAPIInterfaceService.Model.MassPayRequestType

Subject line of the email sent to all recipients. This subject is not contained in the input file; you must create it with your application. Optional Character length and limitations: 255 single-byte alphanumeric characters
Inheritance: AbstractRequestType
Afficher le fichier Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
MassPayRequestType ( ) : System

Default Constructor

MassPayRequestType ( List massPayItem ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

MassPayRequestType() public méthode

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

MassPayRequestType() public méthode

Constructor with arguments
public MassPayRequestType ( List massPayItem ) : System
massPayItem List
Résultat System

ToXMLString() public méthode

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