C# Class PaysonIntegration.Data.PayData

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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

AsNvpDictionary() public méthode

public AsNvpDictionary ( ) : string>.IDictionary
Résultat string>.IDictionary

PayData() public méthode

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
Résultat System

SetCurrencyCode() public méthode

public SetCurrencyCode ( string currencyCode ) : void
currencyCode string
Résultat void

SetCustom() public méthode

public SetCustom ( string custom ) : void
custom string
Résultat void

SetFundingConstraints() public méthode

public SetFundingConstraints ( List fundingConstraints ) : void
fundingConstraints List
Résultat void

SetInvoiceFee() public méthode

public SetInvoiceFee ( decimal amount ) : void
amount decimal
Résultat void

SetIpnNotificationUrl() public méthode

public SetIpnNotificationUrl ( string ipnNotificationUrl ) : void
ipnNotificationUrl string
Résultat void

SetLocaleCode() public méthode

public SetLocaleCode ( string localeCode ) : void
localeCode string
Résultat void

SetOrderItems() public méthode

public SetOrderItems ( List orderItems ) : void
orderItems List
Résultat void

SetTrackingId() public méthode

public SetTrackingId ( string trackingId ) : void
trackingId string
Résultat void