atg.payment.giftcertificate
Interface GiftCertificateInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GenericGiftCertificateInfo, GiftCertificate

public interface GiftCertificateInfo
extends java.io.Serializable

This class is an interface of GiftCertificate payment information. It represents all the information which designates a gift certificate payment.


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

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


getGiftCertificateNumber

java.lang.String getGiftCertificateNumber()
Returns the GiftCertificateNumber


getAmount

double getAmount()
Returns the amount