C# 클래스 Kooboo.Commerce.Payments.PayPal.AdaptivePayment

Sample Payment The payment gateway for _daptivePayments https://cms.paypal.com/cms_content/US/en_US/files/developer/PP_AdaptivePayments.pdf
파일 보기 프로젝트 열기: Kooboo/Ecommerce

Private Properties

프로퍼티 타입 설명
ParseError IEnumerable
retrieveUrl String

공개 메소드들

메소드 설명
AdaptivePayment ( Authentication authentication ) : System
Pay ( Payload payload, ClientIndentification client, System.Boolean goLive, string merchantAccount, decimal amount, String currencyCode, Int32 orderID ) : void

비공개 메소드들

메소드 설명
ParseError ( String rspContent ) : IEnumerable
retrieveUrl ( String routeName, RouteValueDictionary values = null ) : String

메소드 상세

AdaptivePayment() 공개 메소드

public AdaptivePayment ( Authentication authentication ) : System
authentication Authentication
리턴 System

Pay() 공개 메소드

public Pay ( Payload payload, ClientIndentification client, System.Boolean goLive, string merchantAccount, decimal amount, String currencyCode, Int32 orderID ) : void
payload Payload
client ClientIndentification
goLive System.Boolean
merchantAccount string
amount decimal
currencyCode String
orderID System.Int32
리턴 void