C# 클래스 OxxCommerceStarterKit.Web.Business.Payment.PaymentRegistry

파일 보기 프로젝트 열기: episerver/Commerce-Demo-Kit

공개 메소드들

메소드 설명
GetPaymentContentPageByMethodId ( System.Guid paymentMethodId ) : BasePaymentPage
GetPaymentContentPageByMethodId ( string paymentMethodId ) : BasePaymentPage
GetPaymentContentPages ( ) : IEnumerable
GetPaymentMethodPageUrl ( string paymentMethodId ) : string

Gets the url to the page handling a specific payment. It is this page's responsibility to either show the payment controls inline, or redirect to an external page to handle the payment details

PaymentMethodRequiresSocialSecurityNumber ( PaymentSelection paymentSelection ) : bool
PaymentRegistry ( IContentRepository contentRepository, UrlResolver urlResolver ) : System

메소드 상세

GetPaymentContentPageByMethodId() 공개 메소드

public GetPaymentContentPageByMethodId ( System.Guid paymentMethodId ) : BasePaymentPage
paymentMethodId System.Guid
리턴 OxxCommerceStarterKit.Web.Models.PageTypes.Payment.BasePaymentPage

GetPaymentContentPageByMethodId() 공개 메소드

public GetPaymentContentPageByMethodId ( string paymentMethodId ) : BasePaymentPage
paymentMethodId string
리턴 OxxCommerceStarterKit.Web.Models.PageTypes.Payment.BasePaymentPage

GetPaymentContentPages() 공개 메소드

public GetPaymentContentPages ( ) : IEnumerable
리턴 IEnumerable

GetPaymentMethodPageUrl() 공개 메소드

Gets the url to the page handling a specific payment. It is this page's responsibility to either show the payment controls inline, or redirect to an external page to handle the payment details
methodId
public GetPaymentMethodPageUrl ( string paymentMethodId ) : string
paymentMethodId string The payment method identifier.
리턴 string

PaymentMethodRequiresSocialSecurityNumber() 공개 메소드

public PaymentMethodRequiresSocialSecurityNumber ( PaymentSelection paymentSelection ) : bool
paymentSelection PaymentSelection
리턴 bool

PaymentRegistry() 공개 메소드

public PaymentRegistry ( IContentRepository contentRepository, UrlResolver urlResolver ) : System
contentRepository IContentRepository
urlResolver UrlResolver
리턴 System