com.retek.component.payment
Interface GiftCertificatePayment
- All Superinterfaces:
- BusinessObject, Payment
- All Known Implementing Classes:
- GiftCertificatePaymentImpl
- public interface GiftCertificatePayment
- extends Payment
This interface GiftCertificatePayment is similar to MerchandiseCertificatePayment in that
it extends Payment via the addition of a control number. They differ in that a
GiftCertificatePayment can be ordered as a selling item and MerchandiseCertificatePayment can
be issued as a refund.
Retek Inc. Copyright (c) 2003
Methods inherited from interface com.retek.component.payment.Payment |
allocateSettlement, authorize, getAmount, getCurrency, getPaymentAuthorizationResponse, getSettlement, getTransactionTypeCode, isPersisted, isSettled, setAmount, setCurrency, setPaymentAuthorizationResponse, setTransactionTypeCode |
CONTROL_NUMBER
public static final java.lang.String CONTROL_NUMBER
- See Also:
- Constant Field Values
setControlNumber
public void setControlNumber(java.lang.String controlNumber)
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28