C# Class mobSocial.Plugins.PaypalDirect.PayPalHelper

Afficher le fichier Open project: mobsoftware/mobsocial

Méthodes publiques

Méthode Description
GeCreditCardTypeType ( string creditCardType ) : CreditCardTypeType

Gets appropriate paypal direct credit card type for given string type

GetPaypalCurrency ( string currencyIsoCode ) : CurrencyCodeType

Gets the Paypal currency code

ParseResponseSuccess ( AbstractResponseType response, string &error ) : bool

Parses paypal response and returns true if operation succeeds. False otherwise.

Method Details

GeCreditCardTypeType() public static méthode

Gets appropriate paypal direct credit card type for given string type
public static GeCreditCardTypeType ( string creditCardType ) : CreditCardTypeType
creditCardType string
Résultat CreditCardTypeType

GetPaypalCurrency() public static méthode

Gets the Paypal currency code
public static GetPaypalCurrency ( string currencyIsoCode ) : CurrencyCodeType
currencyIsoCode string
Résultat CurrencyCodeType

ParseResponseSuccess() public static méthode

Parses paypal response and returns true if operation succeeds. False otherwise.
public static ParseResponseSuccess ( AbstractResponseType response, string &error ) : bool
response PayPal.PayPalAPIInterfaceService.Model.AbstractResponseType
error string
Résultat bool