com.retek.component.internet
Interface ExAStoredValueCardPaymentRequest

All Superinterfaces:
ExAPaymentBase, ExAPaymentRequest, ExAVoucherPaymentRequest

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


Field Summary
 
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)
          The type of Stored Value Card either a Gift card or a Merchandise card.
 
Methods inherited from interface com.retek.component.internet.ExAVoucherPaymentRequest
setControlNumber
 
Methods inherited from interface com.retek.component.internet.ExAPaymentRequest
setAmount
 

Method Detail

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)
The type of Stored Value Card either a Gift card or a Merchandise card.



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25