public interface PaymentMethod
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Return a shopper-oriented description.
|
String |
getImageUrl(String selector)
Return a shopper-oriented image identifying the payment method.
|
String |
getPath()
Get the path of the payment method if represented in the repository.
|
String |
getPredicate()
Return the name of a predicate which can be used to identify this payment method's
properties within an order.
|
<T> T |
getProperty(String name,
Class<T> type)
Fetch implementation-defined properties from a payment method.
|
String |
getRedirectUrl()
Return a URL to redirect to for data collection, or
null if no redirect
(or no data collection) is required. |
String |
getTitle()
Return a shopper-oriented title.
|
String |
getUIPath()
Return a path to any additional content to be displayed (such as form fields to collect
data relevant to the payment, etc.)
Return null if data is not collected through CQ.
|
String getPath()
String getPredicate()
String getTitle()
getProperty(java.lang.String, java.lang.Class<T>)
.)String getDescription()
getProperty(java.lang.String, java.lang.Class<T>)
.)String getImageUrl(String selector)
selector
- An implementation-defined selector for image processing/selection (such
as a sizing parameter, image-type, etc.)String getUIPath()
String getRedirectUrl()
null
if no redirect
(or no data collection) is required."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"