com.retek.component.internet
Interface ExAStoredValueCardPaymentRequest
- All Superinterfaces:
- ExAPaymentBase, ExAPaymentRequest, ExAVoucherPaymentRequest
- All Known Implementing Classes:
- ExAStoredValueCardPaymentImpl
- public interface ExAStoredValueCardPaymentRequest
- extends ExAVoucherPaymentRequest
This is a high level interface which controls access to stored value card payment information
for the external API.
Retek Inc. Copyright (c) 2003
Fields inherited from interface com.retek.component.internet.ExAPaymentBase |
AMERICAN_EXPRESS_CREDIT_CARD_CODE, CASH_CODE, CHECK_CODE, DINERS_CLUB_CREDIT_CARD_CODE, DISCOVER_CREDIT_CARD_CODE, ENROUTE_CREDIT_CARD_CODE, GIFT_CARD_VOUCHER_CODE, GIFT_CERTIFICATE_VOUCHER_CODE, JAPANESE_CREDIT_BUREAU_CREDIT_CARD_CODE, MASTERCARD_CREDIT_CARD_CODE, MERCHANDISE_CARD_VOUCHER_CODE, MERCHANDISE_CERTIFICATE_VOUCHER_CODE, MONEY_ORDER_CODE, REWARD_CERTIFICATE_VOUCHER_CODE, VISA_CREDIT_CARD_CODE |
Method Summary |
void |
setPinNumber(java.lang.String pinNumber)
The pin number cannot be retrieved once set! You may only get the masked pin number after setting
the pin number. |
void |
setType(ExaStoredValueCardType type)
|
setPinNumber
public void setPinNumber(java.lang.String pinNumber)
- The pin number cannot be retrieved once set! You may only get the masked pin number after setting
the pin number. Furthermore, after updating the order, you may NOT re-update the order with this
payment until the pin number has been re-set!
setType
public void setType(ExaStoredValueCardType type)
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28