C# 클래스 PaysonIntegration.Utils.PaymentDetails

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

공개 메소드들

메소드 설명
PaymentDetails ( string>.IDictionary nvpContent ) : System.Collections.Generic
PaymentDetails ( string nvpContent ) : System.Collections.Generic

보호된 메소드들

메소드 설명
InitiatePaymentDetails ( string>.IDictionary nvpContent ) : void
InitiatePaymentDetails ( string nvpContent ) : void

비공개 메소드들

메소드 설명
GetGuaranteeStatusFromString ( string s ) : GuaranteeStatus?
GetInvoiceStatusFromString ( string s ) : InvoiceStatus?
GetPaymentStatusFromString ( string s ) : PaymentStatus?
GetPaymentTypeFromString ( string s ) : PaymentType?
GetReceivers ( string>.IDictionary nvpResponseContent ) : IList

메소드 상세

InitiatePaymentDetails() 보호된 메소드

protected InitiatePaymentDetails ( string>.IDictionary nvpContent ) : void
nvpContent string>.IDictionary
리턴 void

InitiatePaymentDetails() 보호된 메소드

protected InitiatePaymentDetails ( string nvpContent ) : void
nvpContent string
리턴 void

PaymentDetails() 공개 메소드

public PaymentDetails ( string>.IDictionary nvpContent ) : System.Collections.Generic
nvpContent string>.IDictionary
리턴 System.Collections.Generic

PaymentDetails() 공개 메소드

public PaymentDetails ( string nvpContent ) : System.Collections.Generic
nvpContent string
리턴 System.Collections.Generic