C# 클래스 PaysonIntegration.Data.PayData

파일 보기 프로젝트 열기: PaysonAktiebolag/api-integration-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
AsNvpDictionary ( ) : string>.IDictionary
PayData ( string returnUrl, string cancelUrl, string memo, Sender sender, List receivers ) : System

The arguments are the required parameters

SetCurrencyCode ( string currencyCode ) : void
SetCustom ( string custom ) : void
SetFundingConstraints ( List fundingConstraints ) : void
SetInvoiceFee ( decimal amount ) : void
SetIpnNotificationUrl ( string ipnNotificationUrl ) : void
SetLocaleCode ( string localeCode ) : void
SetOrderItems ( List orderItems ) : void
SetTrackingId ( string trackingId ) : void

비공개 메소드들

메소드 설명
FormatDecimal ( decimal d, int numberOfDecimals = 2 ) : string
SetCancelUrl ( string cancelUrl ) : void
SetMemo ( string memo ) : void
SetReceivers ( List receivers ) : void
SetReturnUrl ( string returnUrl ) : void
SetSender ( Sender sender ) : void

메소드 상세

AsNvpDictionary() 공개 메소드

public AsNvpDictionary ( ) : string>.IDictionary
리턴 string>.IDictionary

PayData() 공개 메소드

The arguments are the required parameters
public PayData ( string returnUrl, string cancelUrl, string memo, Sender sender, List receivers ) : System
returnUrl string
cancelUrl string
memo string
sender PaysonIntegration.Utils.Sender
receivers List
리턴 System

SetCurrencyCode() 공개 메소드

public SetCurrencyCode ( string currencyCode ) : void
currencyCode string
리턴 void

SetCustom() 공개 메소드

public SetCustom ( string custom ) : void
custom string
리턴 void

SetFundingConstraints() 공개 메소드

public SetFundingConstraints ( List fundingConstraints ) : void
fundingConstraints List
리턴 void

SetInvoiceFee() 공개 메소드

public SetInvoiceFee ( decimal amount ) : void
amount decimal
리턴 void

SetIpnNotificationUrl() 공개 메소드

public SetIpnNotificationUrl ( string ipnNotificationUrl ) : void
ipnNotificationUrl string
리턴 void

SetLocaleCode() 공개 메소드

public SetLocaleCode ( string localeCode ) : void
localeCode string
리턴 void

SetOrderItems() 공개 메소드

public SetOrderItems ( List orderItems ) : void
orderItems List
리턴 void

SetTrackingId() 공개 메소드

public SetTrackingId ( string trackingId ) : void
trackingId string
리턴 void