com.retek.component.payment
Interface MerchandiseCertificatePayment

All Superinterfaces:
BusinessObject, Payment

public interface MerchandiseCertificatePayment
extends Payment

This interface MerchandiseCertificatePayment is similar to GiftCertificatePayment 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


Field Summary
static java.lang.String CONTROL_NUMBER
           
 
Fields inherited from interface com.retek.component.payment.Payment
AMOUNT, SETTLE
 
Method Summary
 void setControlNumber(java.lang.String controlNumber)
           
 
Methods inherited from interface com.retek.component.payment.Payment
allocateSettlement, authorize, getAmount, getCurrency, getPaymentAuthorizationResponse, getSettlement, getTransactionTypeCode, isPersisted, isSettled, setAmount, setCurrency, setPaymentAuthorizationResponse, setTransactionTypeCode
 
Methods inherited from interface com.retek.commons.domain.core.BusinessObject
getId
 

Field Detail

CONTROL_NUMBER

public static final java.lang.String CONTROL_NUMBER
See Also:
Constant Field Values
Method Detail

setControlNumber

public void setControlNumber(java.lang.String controlNumber)


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