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

Request details for creating a Trustly payment.
ファイルを表示 Open project: SwedbankPay/swedbank-pay-sdk-dotnet Class Usage Examples

Public Methods

Method 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 method

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.
return System.Collections.Generic