C# Class PayPal.PayPalAPIInterfaceService.Model.MassPayRequestItemType

MassPayRequestItemType
Show file Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Public Methods

Method Description
MassPayRequestItemType ( ) : System

Default Constructor

MassPayRequestItemType ( BasicAmountType amount ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

MassPayRequestItemType() public method

Default Constructor
public MassPayRequestItemType ( ) : System
return System

MassPayRequestItemType() public method

Constructor with arguments
public MassPayRequestItemType ( BasicAmountType amount ) : System
amount BasicAmountType
return System

ToXMLString() public method

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