Package package
Database Wrapper for BasketOrOrder Object
Package DE_EPAGES::Ipayment::API::Database::BasketOrOrder
Functions
- LoadRootObject
- extractFromBasketOrOrder
- getAccountID
- getAdminActionPassword
- getBillingAddress
- getCancelRedirectUrl
- getCurrencyID
- getEpagesVersion
- getGUID
- getGrandTotal
- getGrandTotalInMinorUnits
- getHiddenTriggerUrl
- getIsTestTransaction
- getLanguageID
- getLineItemContainer
- getLineItemPaymentIpayment
- getPartnerId
- getPaymentType
- getPaymentTypeName
- getPreAuthTimePeriodInSeconds
- getRedirectUrl
- getSelectedTransactionType
- getSessionID
- getShop
- getSilentErrorUrl
- getTransID
- getTransStatus
- getTransTime
- getTransactionType
- getUserID
- getUserPassword
- isInTestMode
- new
LoadRootObject
Wrapper for core bindings
Syntax |
$Object = LoadRootObject(); |
Return |
|
extractFromBasketOrOrder
Extracts the attribute values from the BasketOrOrder object
Syntax |
extractFromBasketOrOrder( $BasketOrOrder ); |
Input |
|
Return |
|
getAccountID
Returns AccountID
Syntax |
getAccountID( ); |
Return |
|
getAdminActionPassword
Returns AdminActionPassword
Syntax |
getAdminActionPassword( ); |
Return |
|
getBillingAddress
get the Billing address of the BasketOrOrder
Syntax |
getBillingAddress( ); |
Return |
|
getCancelRedirectUrl
Gets 'Cancel' redirect URL (backlink).
Syntax |
getCancelRedirectUrl( ); |
Return |
|
getCurrencyID
Returns CurrencyID
Syntax |
getCurrencyID( ); |
Return |
|
getEpagesVersion
Returns the installed ePages version
Syntax |
getEpagesVersion( ); |
Return |
|
getGUID
get the GUID of LineItemPaymentIPayment
Syntax |
getGUID( ); |
Return |
|
getGrandTotal
Returns GrandTotal
Syntax |
getGrandTotal( ); |
Return |
|
getGrandTotalInMinorUnits
Returns the total amount of the order in the minor unit e.g. in Cents instead of EUR
Syntax |
getGrandTotalInMinorUnits( ); |
Return |
|
getHiddenTriggerUrl
get the hidden trigger Url
Syntax |
getHiddenTriggerUrl( ); |
Return |
|
getIsTestTransaction
Returns IsTestTransaction
Syntax |
getIsTestTransaction( ); |
Return |
|
getLanguageID
Returns the LanguageID of the language used in the order
Syntax |
getLanguageID( ); |
Return |
|
getLineItemContainer
Returns the LineItemContainer of the order
Syntax |
getLineItemContainer( ); |
Return |
|
getLineItemPaymentIpayment
Returns LineItemPaymentIpayment
Syntax |
getLineItemPaymentIpayment( ); |
Return |
|
getPartnerId
Returns the ipayment partner ID of ePages
Syntax |
getPartnerId( ); |
Return |
|
getPaymentType
Returns PaymentType
Syntax |
getPaymentType( ); |
Return |
|
getPaymentTypeName
Returns PaymentType Name (Name of Credit Card)
Syntax |
getPaymentTypeName( ); |
Return |
|
getPreAuthTimePeriodInSeconds
Returns PreAuthTimePeriod in seconds
Syntax |
getPreAuthTimePeriodInSeconds( ); |
Return |
|
getRedirectUrl
get the redirect URL
Syntax |
getRedirectUrl( ); |
Return |
|
getSelectedTransactionType
Returns the Selected Transaction Type
Syntax |
getSelectedTransactionType( ); |
Return |
|
getSessionID
Returns the SessionID
Syntax |
getSessionID( ); |
Return |
|
getShop
Returns the Shop object of the order
Syntax |
getShop( ); |
Return |
|
getSilentErrorUrl
get the silent error Url
Syntax |
getSilentErrorUrl( ); |
Return |
|
getTransID
get the TransID of LineItemPaymentIPayment
Syntax |
getTransID( ); |
Return |
|
getTransStatus
get the TransStatus of LineItemPaymentIPayment
Syntax |
getTransStatus( ); |
Return |
|
getTransTime
get the transaction time from line item payment
Syntax |
getTransTime( ); |
Return |
|
getTransactionType
Returns TransactionType
Syntax |
getTransactionType( ); |
Return |
|
getUserID
Returns UserID
Syntax |
getUserID( ); |
Return |
|
getUserPassword
Returns UserPassword
Syntax |
getUserPassword( ); |
Return |
|
isInTestMode
Checks if the PaymentMethod is in test mode
Syntax |
isInTestMode( ); |
Return |
|
new
Constructor
Syntax |
new( ); |
Return |
|