C# Класс 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
Наследование: AbstractRequestType
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MassPayRequestType ( ) : System

Default Constructor

MassPayRequestType ( List massPayItem ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Описание методов

MassPayRequestType() публичный Метод

Default Constructor
public MassPayRequestType ( ) : System
Результат System

MassPayRequestType() публичный Метод

Constructor with arguments
public MassPayRequestType ( List massPayItem ) : System
massPayItem List
Результат System

ToXMLString() публичный Метод

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
Результат string