com.retek.component.customerorder
Interface CustomerOrderStoredValueCardPayment
- All Superinterfaces:
- BusinessObject, CustomerOrderPayment, CustomerOrderTransactionItem, CustomerOrderVoucherPayment, DistributedObject
- All Known Implementing Classes:
- CustomerOrderStoredValueCardPaymentImpl
- public interface CustomerOrderStoredValueCardPayment
- extends CustomerOrderVoucherPayment
CustomerOrderStoredValueCardPayment is a CustomerOrderPayment with a Tender Type of
Stored Value Card.
Retek Inc. Copyright (c) 2003
Methods inherited from interface com.retek.component.customerorder.CustomerOrderPayment |
addSalesAuditExportAmount, allocateSettlement, allocateSettlement, allocateSettlement, authorize, authorize, authorizeManually, authorizeManually, cancel, consolidatePayments, finishSettlement, getAccountNumber, getAmount, getAuthorizedAmount, getCurrency, getHistoryEvents, getOrder, getOriginalAuthorizedAmount, getPaymentAuthorizationResponse, getPaymentTransactionType, getRedemptionTenderType, getRefundRecipientAddress, getRefundTenderType, getSalesAuditExportAmount, getSalesAuditPaidInState, getSalesAuditPaidOutState, getSalesAuditTransactionDate, getSettlement, getState, getTenderType, getTransactionTypeCode, getUnauthorizedAmount, hasUnauthorizedAmount, isAmountAdjustable, isAmountAdjustable, isApproved, isCancelable, isCancelled, isCreditPayment, isCreditPaymentForAccommodation, isCreditPaymentForPostSaleAccommodation, isCreditPaymentForPreSaleAccommodation, isDeclined, isFraud, isManuallyApproved, isPhysicalTender, isPreSettled, isReferral, isSettled, isWaitingAuth, isWaitingManualAuth, markCreditPaymentExportedForPaidOut, markCreditPaymentReadyForPaidOutExport, markSalePaymentExportedForPaidIn, markSalePaymentReadyForPaidInExport, setAmount, setAuthorizedAmount, setCurrency, setOriginalAuthorizedAmount, setPaymentTransactionType, setRefundRecipientAddress, setTransactionTypeCode |
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
MASKED_PIN_NUMBER
public static final java.lang.String MASKED_PIN_NUMBER
- See Also:
- Constant Field Values
setPinNumber
public void setPinNumber(java.lang.String pinNumber)
throws SystemException
- Throws:
SystemException
getMaskedPinNumber
public java.lang.String getMaskedPinNumber()
throws SystemException
- Throws:
SystemException
setType
public void setType(CustomerOrderStoredValueCardType type)
throws SystemException
- Throws:
SystemException
getType
public CustomerOrderStoredValueCardType getType()
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28