com.tle.core.payment.scripting.types
Interface PriceScriptType
Declaration: public interface PriceScriptType extends java.io.Serializable
All Superinterfaces: java.io.Serializable

 

For conveying prices within a single subscription/SubscriptionScriptType

 

 

Methods Summary
abstract CatalogueScriptType getCatalogue()
    
abstract java.lang.String getCurrency()
    
abstract long getRawValue()
    
abstract RegionScriptType getRegion()
    
abstract SubscriptionPeriodScriptType getSubscriptionPeriod()
    
abstract double getValue()
    

 

 

 

 

getRawValue

 

public abstract long getRawValue( )

 

 

 

getCurrency

 

public abstract java.lang.String getCurrency( )

 

 

 

getValue

 

public abstract double getValue( )

 

 

 

getSubscriptionPeriod

 

public abstract SubscriptionPeriodScriptType getSubscriptionPeriod( )

 

 

 

getCatalogue

 

public abstract CatalogueScriptType getCatalogue( )

 

 

 

getRegion

 

public abstract RegionScriptType getRegion( )