com.retek.component.payment
Interface CheckPayment
- All Superinterfaces:
- BusinessObject, Payment
- public interface CheckPayment
- extends Payment
This interface CheckPayment is a form of payment with information specific to payments made
by check.
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 |
getCheckNumber
public java.lang.String getCheckNumber()
throws SystemException
- Throws:
SystemException
getRoutingNumber
public java.lang.String getRoutingNumber()
throws SystemException
- Throws:
SystemException
setCheckNumber
public void setCheckNumber(java.lang.String checkNumber)
throws SystemException
- Throws:
SystemException
setRoutingNumber
public void setRoutingNumber(java.lang.String routingNumber)
throws SystemException
- Throws:
SystemException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25