ePages 6.11.0 - DE_EPAGES/DocdataPay/API/Object/RemoteDocdataPay.pm

Package DE_EPAGES::DocdataPay::API::Object::RemoteDocdataPay

Functions

factory
new
newPaymentCluster
statusPaymentCluster

factory

Factory of RemoteDocdataPay

Syntax
factory( $LineItemPayment );
Example
$Object = DE_EPAGES::DocdataPay::API::Object::RemoteDocdataPay::factory( $LinteItemPayment );
Input
$LineItemPayment (object)
lineitempayment
Return
$self (object)
factored RemoteDocdataPay

new

New Docdata Payments Service Controller

Syntax
$RemoteObj = DE_EPAGES::DocdataPay::RemoteDocdataPay->new( %Options );
Example
DE_EPAGES::DocdataPay::RemoteDocdataPay->new(
           'ServiceURL' => '{Docdata_ServiceURL}',
           'IsLogging'  => 1 );
Input
%Options (hash
possible keys are:
  • ServiceURL - Service URL
  • IsLogging - Logging enabled/disa bled
  • )
    options

    newPaymentCluster

    create new Docdata Payment Cluster

    Syntax
    $Object->newPaymentCluster( $hOptions );
    Example
    ${ReturnVariable} = $Object->newPaymentCluster( $hOptions );
    Input
    $hOptions (ref.hash)
    POST parameters
    Return
    none

    statusPaymentCluster

    create new Docdata Payment Cluster

    Syntax
    $Object->statusPaymentCluster( $hOptions );
    Example
    ${ReturnVariable} = $Object->statusPaymentCluster( $hOptions );
    Input
    $hOptions (ref.hash)
    POST parameters
    Return
    none