Package DE_EPAGES::Payment::API::Table::ShippingPaymentMap
interface for table ShippingPaymentMap
@EXPORT_OK |
Functions
- DeleteShippingPaymentMap
- ExistsShippingPaymentMap
- GetAllPKeyShippingPaymentMaps
- GetInfoShippingPaymentMapsByPaymentMethodID
- GetInfoShippingPaymentMapsByShippingMethodID
- GetPKeyShippingPaymentMapsByPaymentMethodID
- GetPKeyShippingPaymentMapsByShippingMethodID
- InsertShippingPaymentMap
- OnDeleteShippingMethod
DeleteShippingPaymentMap
Deletes a(n) ShippingPaymentMap.
Syntax |
DeleteShippingPaymentMap($ShippingMethodID, $PaymentMethodID); DeleteShippingPaymentMap($hShippingPaymentMap); # if $hShippingPaymentMap includes ShippingMethodID, PaymentMethodID |
Input |
|
ExistsShippingPaymentMap
Returns true if the ShippingPaymentMap exists.
Syntax |
$exists = ExistsShippingPaymentMap($ShippingMethodID, $PaymentMethodID); |
Input |
|
Return |
|
GetAllPKeyShippingPaymentMaps
Returns all ShippingPaymentMap identifiers.
Syntax |
$ahShippingPaymentMapIDs = GetAllPKeyShippingPaymentMaps(); |
Return |
|
GetInfoShippingPaymentMapsByPaymentMethodID
Returns objects of ShippingPaymentMap by alternate key PaymentMethodID.
Syntax |
$ahShippingPaymentMaps = GetInfoShippingPaymentMapsByPaymentMethodID($PaymentMethodID); |
Input |
|
Return |
|
GetInfoShippingPaymentMapsByShippingMethodID
Returns objects of ShippingPaymentMap by primary key element ShippingMethodID.
Syntax |
$ahShippingPaymentMaps = GetInfoShippingPaymentMapsByShippingMethodID($ShippingMethodID); |
Input |
|
Return |
|
GetPKeyShippingPaymentMapsByPaymentMethodID
Returns primary keys of ShippingPaymentMap by alternate key PaymentMethodID.
Syntax |
$ahKeys = GetPKeyShippingPaymentMapsByPaymentMethodID($PaymentMethodID); |
Input |
|
Return |
|
GetPKeyShippingPaymentMapsByShippingMethodID
Returns primary keys of ShippingPaymentMap by primary key element ShippingMethodID.
Syntax |
$ahKeys = GetPKeyShippingPaymentMapsByShippingMethodID($ShippingMethodID); |
Input |
|
Return |
|
InsertShippingPaymentMap
Creates an entry of ShippingPaymentMap.
Syntax |
InsertShippingPaymentMap($hShippingPaymentMap); |
Input |
|
OnDeleteShippingMethod
Deletes ShippingPaymentMap of this model when a(n) ShippingMethod is deleted.
Syntax |
OnDeleteShippingMethod($hParams); |
Input |
|