Package DE_EPAGES::Klarna::API::Table::LineItemPayKlarnaPeriodCost
interface for table LineItemPayKlarnaPeriodCost
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 |
|
ExistsLineItemPayKlarnaPeriodCost
Returns true if the LineItemPayKlarnaPeriodCost exists.
Syntax |
$exists = ExistsLineItemPayKlarnaPeriodCost($LineItemPaymentKlarnaID, $KlarnaPeriodicCostID); |
Input |
|
Return |
|
GetAllPKeyLineItemPayKlarnaPeriodCosts
Returns all LineItemPayKlarnaPeriodCost identifiers.
Syntax |
$ahLineItemPayKlarnaPeriodCostIDs = GetAllPKeyLineItemPayKlarnaPeriodCosts(); |
Return |
|
GetInfoLineItemPayKlarnaPeriodCostsByKlarnaPeriodicCostID
Returns objects of LineItemPayKlarnaPeriodCost by alternate key KlarnaPeriodicCostID.
Syntax |
$ahLineItemPayKlarnaPeriodCosts = GetInfoLineItemPayKlarnaPeriodCostsByKlarnaPeriodicCostID($KlarnaPeriodicCostID); |
Input |
|
Return |
|
GetInfoLineItemPayKlarnaPeriodCostsByLineItemPaymentKlarnaID
Returns objects of LineItemPayKlarnaPeriodCost by primary key element LineItemPaymentKlarnaID.
Syntax |
$ahLineItemPayKlarnaPeriodCosts = GetInfoLineItemPayKlarnaPeriodCostsByLineItemPaymentKlarnaID($LineItemPaymentKlarnaID); |
Input |
|
Return |
|
GetPKeyLineItemPayKlarnaPeriodCostsByKlarnaPeriodicCostID
Returns primary keys of LineItemPayKlarnaPeriodCost by alternate key KlarnaPeriodicCostID.
Syntax |
$ahKeys = GetPKeyLineItemPayKlarnaPeriodCostsByKlarnaPeriodicCostID($KlarnaPeriodicCostID); |
Input |
|
Return |
|
GetPKeyLineItemPayKlarnaPeriodCostsByLineItemPaymentKlarnaID
Returns primary keys of LineItemPayKlarnaPeriodCost by primary key element LineItemPaymentKlarnaID.
Syntax |
$ahKeys = GetPKeyLineItemPayKlarnaPeriodCostsByLineItemPaymentKlarnaID($LineItemPaymentKlarnaID); |
Input |
|
Return |
|
InsertLineItemPayKlarnaPeriodCost
Creates an entry of LineItemPayKlarnaPeriodCost.
Syntax |
InsertLineItemPayKlarnaPeriodCost($hLineItemPayKlarnaPeriodCost); |
Input |
|