C# 클래스 mobSocial.Plugins.PaypalDirect.PayPalHelper

파일 보기 프로젝트 열기: mobsoftware/mobsocial

공개 메소드들

메소드 설명
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.

메소드 상세

GeCreditCardTypeType() 공개 정적인 메소드

Gets appropriate paypal direct credit card type for given string type
public static GeCreditCardTypeType ( string creditCardType ) : CreditCardTypeType
creditCardType string
리턴 CreditCardTypeType

GetPaypalCurrency() 공개 정적인 메소드

Gets the Paypal currency code
public static GetPaypalCurrency ( string currencyIsoCode ) : CurrencyCodeType
currencyIsoCode string
리턴 CurrencyCodeType

ParseResponseSuccess() 공개 정적인 메소드

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
리턴 bool