Method | Description | |
---|---|---|
CreateInstance ( string>.Dictionary |
Factory method for creating new object instances. For use by the de-serialization classes only.
|
|
InvoiceType ( ) : System |
Default Constructor
|
|
InvoiceType ( string merchantEmail, string payerEmail, |
Constructor with arguments
|
|
ToNVPString ( string prefix ) : string |
public static CreateInstance ( string>.Dictionary |
||
map | string>.Dictionary | NVP map as returned by an API call |
prefix | string | NVP prefix for this class in the response |
index | int | For array elements, index of this element in the response |
return |
public InvoiceType ( string merchantEmail, string payerEmail, |
||
merchantEmail | string | |
payerEmail | string | |
itemList | ||
currencyCode | string | |
return | System |
public ToNVPString ( string prefix ) : string | ||
prefix | string | |
return | string |