com.retek.component.internet
Interface ExAPaymentRequest

All Superinterfaces:
ExAPaymentBase
All Known Subinterfaces:
ExACashPaymentRequest, ExACheckPaymentRequest, ExACreditCardPaymentRequest, ExAGiftCertificatePaymentRequest, ExAMerchandiseVoucherPaymentRequest, ExARewardCertificatePaymentRequest, ExAStoredValueCardPaymentRequest, ExAVoucherPaymentRequest

public interface ExAPaymentRequest
extends ExAPaymentBase

This is a high level interface which maintains 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 setAmount(java.math.BigDecimal amount)
          Set the amount on this payment.
 

Method Detail

setAmount

public void setAmount(java.math.BigDecimal amount)
Set the amount on this payment.



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