public class OmniPayVisaPopulator extends AbstractOmniPayPopulator
Note: Please replace dummy data for concrete implementation.
Constructor and Description |
---|
OmniPayVisaPopulator() |
Modifier and Type | Method and Description |
---|---|
protected CardType |
getCardType() |
protected void |
populateEntryData(AbstractOrderEntryModel entry,
PaymentTransaction target) |
protected void |
populateOrderData(AbstractOrderModel order,
PaymentTransaction target) |
protected void |
populateShippingItem(AbstractOrderModel order,
PaymentTransaction target) |
getLevel, getPaymentProcessor
getItemProductCode, getProcessingLevelOperation, getShippingProductCode, populate, populateEntryDataInternal, populateIdAndTaxItemData, populateOrderDataInternal, populatePurchasingLevelData, populateShippingItemInternal, setConfigurationService, setMaxProductNameSize, shorten, supports
protected void populateOrderData(AbstractOrderModel order, PaymentTransaction target)
populateOrderData
in class AbstractOmniPayPopulator
protected void populateEntryData(AbstractOrderEntryModel entry, PaymentTransaction target)
populateEntryData
in class AbstractOmniPayPopulator
protected void populateShippingItem(AbstractOrderModel order, PaymentTransaction target)
populateShippingItem
in class AbstractOmniPayPopulator
protected CardType getCardType()
getCardType
in class AbstractPopulator