C# Класс PayPal.PayPalAPIInterfaceService.Model.BasicAmountType

On requests, you must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies. Limitations: Must not exceed $10,000 USD in any currency. No currency symbol. Decimal separator must be a period (.), and the thousands separator must be a comma (,).
Показать файл Открыть проект Примеры использования класса

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

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

Default Constructor

BasicAmountType ( CurrencyCodeType currencyID, string value ) : System

Constructor with arguments

BasicAmountType ( XmlNode xmlNode ) : System
ToXMLString ( string prefix, string name ) : string

Приватные методы

Метод Описание
GetAttributeAsXml ( ) : string

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

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

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

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

Constructor with arguments
public BasicAmountType ( CurrencyCodeType currencyID, string value ) : System
currencyID CurrencyCodeType
value string
Результат System

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

public BasicAmountType ( XmlNode xmlNode ) : System
xmlNode System.Xml.XmlNode
Результат System

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

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