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 (,).
파일 보기 프로젝트 열기: paypal/merchant-sdk-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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