C# Class PaysonIntegration.Utils.PaymentDetails

Afficher le fichier Open project: PaysonAktiebolag/api-integration-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
PaymentDetails ( string>.IDictionary nvpContent ) : System.Collections.Generic
PaymentDetails ( string nvpContent ) : System.Collections.Generic

Méthodes protégées

Méthode Description
InitiatePaymentDetails ( string>.IDictionary nvpContent ) : void
InitiatePaymentDetails ( string nvpContent ) : void

Private Methods

Méthode Description
GetGuaranteeStatusFromString ( string s ) : GuaranteeStatus?
GetInvoiceStatusFromString ( string s ) : InvoiceStatus?
GetPaymentStatusFromString ( string s ) : PaymentStatus?
GetPaymentTypeFromString ( string s ) : PaymentType?
GetReceivers ( string>.IDictionary nvpResponseContent ) : IList

Method Details

InitiatePaymentDetails() protected méthode

protected InitiatePaymentDetails ( string>.IDictionary nvpContent ) : void
nvpContent string>.IDictionary
Résultat void

InitiatePaymentDetails() protected méthode

protected InitiatePaymentDetails ( string nvpContent ) : void
nvpContent string
Résultat void

PaymentDetails() public méthode

public PaymentDetails ( string>.IDictionary nvpContent ) : System.Collections.Generic
nvpContent string>.IDictionary
Résultat System.Collections.Generic

PaymentDetails() public méthode

public PaymentDetails ( string nvpContent ) : System.Collections.Generic
nvpContent string
Résultat System.Collections.Generic