com.retek.component.payment
Interface StoredValueCardPayment
- All Superinterfaces:
- BusinessObject, Payment
- public interface StoredValueCardPayment
- extends Payment
Provides methods needed to interact with a stored value card payment.
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 |
ACCOUNT_NUMBER
public static final java.lang.String ACCOUNT_NUMBER
- See Also:
- Constant Field Values
UNMASKED_PIN_NUMBER
public static final java.lang.String UNMASKED_PIN_NUMBER
- See Also:
- Constant Field Values
getAccountNumber
public java.lang.String getAccountNumber()
throws SystemException
- Throws:
SystemException
getMaskedPinNumber
public java.lang.String getMaskedPinNumber()
throws SystemException
- Throws:
SystemException
getUnmaskedPinNumber
public java.lang.String getUnmaskedPinNumber()
throws SystemException
- Throws:
SystemException
getType
public StoredValueCardType getType()
throws SystemException
- Throws:
SystemException
setAccountNumber
public void setAccountNumber(java.lang.String accountNumber)
throws SystemException
- Throws:
SystemException
setPinNumber
public void setPinNumber(java.lang.String pinNumber)
throws SystemException
- Throws:
SystemException
setType
public void setType(StoredValueCardType type)
throws SystemException
- Throws:
SystemException
voidAuthorization
public void voidAuthorization()
throws SystemException
- Throws:
SystemException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25