ePages 6.10 - DE_EPAGES/Klarna/API/Table/LineItemPayKlarnaPeriodCost.pm

Package DE_EPAGES::Klarna::API::Table::LineItemPayKlarnaPeriodCost

interface for table LineItemPayKlarnaPeriodCost

@EXPORT_OK
InsertLineItemPayKlarnaPeriodCost
DeleteLineItemPayKlarnaPeriodCost
GetAllPKeyLineItemPayKlarnaPeriodCosts
ExistsLineItemPayKlarnaPeriodCost
GetPKeyLineItemPayKlarnaPeriodCostsByLineItemPaymentKlarnaID
GetInfoLineItemPayKlarnaPeriodCostsByLineItemPaymentKlarnaID
GetPKeyLineItemPayKlarnaPeriodCostsByKlarnaPeriodicCostID
GetInfoLineItemPayKlarnaPeriodCostsByKlarnaPeriodicCostID

Functions

DeleteLineItemPayKlarnaPeriodCost
ExistsLineItemPayKlarnaPeriodCost
GetAllPKeyLineItemPayKlarnaPeriodCosts
GetInfoLineItemPayKlarnaPeriodCostsByKlarnaPeriodicCostID
GetInfoLineItemPayKlarnaPeriodCostsByLineItemPaymentKlarnaID
GetPKeyLineItemPayKlarnaPeriodCostsByKlarnaPeriodicCostID
GetPKeyLineItemPayKlarnaPeriodCostsByLineItemPaymentKlarnaID
InsertLineItemPayKlarnaPeriodCost

DeleteLineItemPayKlarnaPeriodCost

Deletes a(n) LineItemPayKlarnaPeriodCost.

Syntax
DeleteLineItemPayKlarnaPeriodCost($LineItemPaymentKlarnaID, $KlarnaPeriodicCostID);
DeleteLineItemPayKlarnaPeriodCost($hLineItemPayKlarnaPeriodCost); # if $hLineItemPayKlarnaPeriodCost includes LineItemPaymentKlarnaID, KlarnaPeriodicCostID
Input
$LineItemPaymentKlarnaID (int)
line item payment klarna id (part of primary key)
$KlarnaPeriodicCostID (int)
klarna periodic cost id (part of primary key)

ExistsLineItemPayKlarnaPeriodCost

Returns true if the LineItemPayKlarnaPeriodCost exists.

Syntax
$exists = ExistsLineItemPayKlarnaPeriodCost($LineItemPaymentKlarnaID, $KlarnaPeriodicCostID);
Input
$LineItemPaymentKlarnaID (int)
line item payment klarna id
$KlarnaPeriodicCostID (int)
klarna periodic cost id
Return
$exists (boolean)
1/0 the LineItemPayKlarnaPeriodCost exists (yes/no)

GetAllPKeyLineItemPayKlarnaPeriodCosts

Returns all LineItemPayKlarnaPeriodCost identifiers.

Syntax
$ahLineItemPayKlarnaPeriodCostIDs = GetAllPKeyLineItemPayKlarnaPeriodCosts();
Return
$ahLineItemPayKlarnaPeriodCostIDs (reference to array of hashes)
with following keys:
  • LineItemPaymentKlarnaID - line item payment klarna id - int
  • KlarnaPeriodicCostID - klarna periodic cost id - int

GetInfoLineItemPayKlarnaPeriodCostsByKlarnaPeriodicCostID

Returns objects of LineItemPayKlarnaPeriodCost by alternate key KlarnaPeriodicCostID.

Syntax
$ahLineItemPayKlarnaPeriodCosts = GetInfoLineItemPayKlarnaPeriodCostsByKlarnaPeriodicCostID($KlarnaPeriodicCostID);
Input
$KlarnaPeriodicCostID (int)
klarna periodic cost id
Return
$ahLineItemPayKlarnaPeriodCosts (reference to array of hashes)
with following keys:
  • LineItemPaymentKlarnaID - line item payment klarna id (part of primary key)- int
  • KlarnaPeriodicCostID - klarna periodic cost id (part of primary key)- int

GetInfoLineItemPayKlarnaPeriodCostsByLineItemPaymentKlarnaID

Returns objects of LineItemPayKlarnaPeriodCost by primary key element LineItemPaymentKlarnaID.

Syntax
$ahLineItemPayKlarnaPeriodCosts = GetInfoLineItemPayKlarnaPeriodCostsByLineItemPaymentKlarnaID($LineItemPaymentKlarnaID);
Input
$LineItemPaymentKlarnaID (int)
line item payment klarna id
Return
$ahLineItemPayKlarnaPeriodCosts (reference to array of hashes)
with following keys:
  • LineItemPaymentKlarnaID - line item payment klarna id (part of primary key)- int
  • KlarnaPeriodicCostID - klarna periodic cost id (part of primary key)- int

GetPKeyLineItemPayKlarnaPeriodCostsByKlarnaPeriodicCostID

Returns primary keys of LineItemPayKlarnaPeriodCost by alternate key KlarnaPeriodicCostID.

Syntax
$ahKeys = GetPKeyLineItemPayKlarnaPeriodCostsByKlarnaPeriodicCostID($KlarnaPeriodicCostID);
Input
$KlarnaPeriodicCostID (int)
klarna periodic cost id
Return
$ahKeys (reference to array of hashes)
with following keys:
  • LineItemPaymentKlarnaID - line item payment klarna id - int
  • KlarnaPeriodicCostID - klarna periodic cost id - int

GetPKeyLineItemPayKlarnaPeriodCostsByLineItemPaymentKlarnaID

Returns primary keys of LineItemPayKlarnaPeriodCost by primary key element LineItemPaymentKlarnaID.

Syntax
$ahKeys = GetPKeyLineItemPayKlarnaPeriodCostsByLineItemPaymentKlarnaID($LineItemPaymentKlarnaID);
Input
$LineItemPaymentKlarnaID (int)
line item payment klarna id
Return
$ahKeys (reference to array of hashes)
with following keys:
  • LineItemPaymentKlarnaID - line item payment klarna id - int
  • KlarnaPeriodicCostID - klarna periodic cost id - int

InsertLineItemPayKlarnaPeriodCost

Creates an entry of LineItemPayKlarnaPeriodCost.

Syntax
InsertLineItemPayKlarnaPeriodCost($hLineItemPayKlarnaPeriodCost);
Input
$hLineItemPayKlarnaPeriodCost (reference to hash)
with following keys:
  • LineItemPaymentKlarnaID - line item payment klarna id (part of primary key)- int
  • KlarnaPeriodicCostID - klarna periodic cost id (part of primary key)- int