ePages 6.11.0 - DE_EPAGES/GoogleCheckout/API/Object/LineItemPaymentGoogleCO.pm

Package DE_EPAGES::GoogleCheckout::API::Object::LineItemPaymentGoogleCO

object interface for LineItemPaymentGoogleCO.

Base
DE_EPAGES::ExternalPayment::API::Object::LineItemPaymentExternal

Functions

checkAmount
className
dbPackage

checkAmount

This functions checks if the amount given in the google checkout transaction matches the amount of the order.

Syntax
$PaymentLineItem->checkAmount;
Return
$result (boolean)
true if the ordered amount matches the transasctional amount

className

Returns the class name, used for DAL access.

Syntax
$ClassName = $LineItemPaymentGoogleCO->className;
Return
$ClassName (String)
class name

dbPackage

Returns the database package, used for DAL access.

Syntax
$DbPackage = $LineItemPaymentGoogleCO->dbPackage;
Return
$DbPackage (String)
database package name