com.retek.component.customerorder
Interface CustomerOrderStoredValueCardPaymentAuthorizationResponse

All Superinterfaces:
PaymentAuthorizationResponse

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
 

Method Detail

getAuthorizedAmount

public Money getAuthorizedAmount()

setAuthorizedAmount

public void setAuthorizedAmount(Money authorizedAmount)

getAvailableBalance

public Money getAvailableBalance()


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