C# Class SwedbankPay.Sdk.PaymentInstruments.Trustly.TrustlyPaymentDetails

Request details for creating a Trustly payment.
Afficher le fichier Open project: SwedbankPay/swedbank-pay-sdk-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
TrustlyPaymentDetails ( Currency currency, IEnumerable prices, string description, string payerReference, string userAgent, Language language, IUrls urls, IPayeeInfo payeeInfo ) : System.Collections.Generic

Instantiates a new TrustlyPaymentDetails with the provided parameters.

Method Details

TrustlyPaymentDetails() public méthode

Instantiates a new TrustlyPaymentDetails with the provided parameters.
public TrustlyPaymentDetails ( Currency currency, IEnumerable prices, string description, string payerReference, string userAgent, Language language, IUrls urls, IPayeeInfo payeeInfo ) : System.Collections.Generic
currency Currency The wanted currency of the payment.
prices IEnumerable Prices object describing the payment price with different payment methods.
description string Textual descroption of the payment.
payerReference string A reference to the payer in the merchant system.
userAgent string The payers UserAgent string.
language Language The payers prefered language.
urls IUrls Object holding relevant URLs for this payment.
payeeInfo IPayeeInfo Object with merchant information.
Résultat System.Collections.Generic