atg.payment.storecredit
Interface StoreCreditInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GenericStoreCreditInfo, StoreCredit

public interface StoreCreditInfo
extends java.io.Serializable

This class is an interface of StoreCredit payment information. It represents all the information which designates a store credit payment.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 double getAmount()
          Returns the amount
 java.lang.String getProfileId()
          Returns the profileId
 java.lang.String getStoreCreditNumber()
          Returns the StoreCreditNumber
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getProfileId

java.lang.String getProfileId()
Returns the profileId


getStoreCreditNumber

java.lang.String getStoreCreditNumber()
Returns the StoreCreditNumber


getAmount

double getAmount()
Returns the amount