com.retek.component.customerorder
Interface CustomerOrderStoredValueCardPaymentAuthorizationResponse

All Superinterfaces:
BusinessObject, PaymentAuthorizationResponse, SecondClassObject
All Known Implementing Classes:
CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl

public interface CustomerOrderStoredValueCardPaymentAuthorizationResponse
extends PaymentAuthorizationResponse

This interface CustomerOrderStoredValueCardPaymentAuthorizationResponse is used to hold authorization response results for stored value card payments.

Retek Inc. Copyright (c) 2003


Method Summary
 Money getAuthorizedAmount()
           
 Money getAvailableBalance()
           
 void setAuthorizedAmount(Money authorizedAmount)
           
 
Methods inherited from interface com.retek.component.customerorder.PaymentAuthorizationResponse
getAuthorizationCode, getAuthorizationDate, getResultCode, setAuthorizationCode, setAuthorizationDate, setResultCode
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

getAuthorizedAmount

public Money getAuthorizedAmount()

setAuthorizedAmount

public void setAuthorizedAmount(Money authorizedAmount)

getAvailableBalance

public Money getAvailableBalance()


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28