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
Show file Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Public Methods

Method Description
MassPayRequestType ( ) : System

Default Constructor

MassPayRequestType ( List massPayItem ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

MassPayRequestType() public method

Default Constructor
public MassPayRequestType ( ) : System
return System

MassPayRequestType() public method

Constructor with arguments
public MassPayRequestType ( List massPayItem ) : System
massPayItem List
return System

ToXMLString() public method

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