public interface PaymentModeFacade
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPaymentCountryCode() |
java.util.List<PaymentModeData> |
getPaymentModes()
Returns all allowed payment modes for current base store.
|
boolean |
isPaymentModeSupported(PaymentType paymentType,
AlternativePaymentMethod paymentSubType)
Checks if given payment mode is supported by current store.
|
java.util.List<PaymentModeData> getPaymentModes()
PaymentModeData
instances for the store or an empty
list otherwise.boolean isPaymentModeSupported(PaymentType paymentType, AlternativePaymentMethod paymentSubType)
paymentType
- payment typepaymentSubType
- payment sub type (for alternative payments)java.lang.String getPaymentCountryCode()