Package DE_EPAGES::Payment::API::Table::PaymentMethodCustomerGroup
interface for table PaymentMethodCustomerGroup
Functions
- DeletePaymentMethodCustomerGroup
- ExistsPaymentMethodCustomerGroup
- GetAllPKeyPaymentMethodCustomerGroups
- GetInfoPaymentMethodCustomerGroupsByCustomerGroupID
- GetInfoPaymentMethodCustomerGroupsByPaymentMethodID
- GetPKeyPaymentMethodCustomerGroupsByCustomerGroupID
- GetPKeyPaymentMethodCustomerGroupsByPaymentMethodID
- InsertPaymentMethodCustomerGroup
- OnDeleteCustomerGroup
DeletePaymentMethodCustomerGroup
Deletes a(n) PaymentMethodCustomerGroup.
Syntax |
DeletePaymentMethodCustomerGroup($PaymentMethodID, $CustomerGroupID); DeletePaymentMethodCustomerGroup($hPaymentMethodCustomerGroup); # if $hPaymentMethodCustomerGroup includes PaymentMethodID, CustomerGroupID |
Input |
|
ExistsPaymentMethodCustomerGroup
Returns true if the PaymentMethodCustomerGroup exists.
Syntax |
$exists = ExistsPaymentMethodCustomerGroup($PaymentMethodID, $CustomerGroupID); |
Input |
|
Return |
|
GetAllPKeyPaymentMethodCustomerGroups
Returns all PaymentMethodCustomerGroup identifiers.
Syntax |
$ahPaymentMethodCustomerGroupIDs = GetAllPKeyPaymentMethodCustomerGroups(); |
Return |
|
GetInfoPaymentMethodCustomerGroupsByCustomerGroupID
Returns objects of PaymentMethodCustomerGroup by alternate key CustomerGroupID.
Syntax |
$ahPaymentMethodCustomerGroups = GetInfoPaymentMethodCustomerGroupsByCustomerGroupID($CustomerGroupID); |
Input |
|
Return |
|
GetInfoPaymentMethodCustomerGroupsByPaymentMethodID
Returns objects of PaymentMethodCustomerGroup by primary key element PaymentMethodID.
Syntax |
$ahPaymentMethodCustomerGroups = GetInfoPaymentMethodCustomerGroupsByPaymentMethodID($PaymentMethodID); |
Input |
|
Return |
|
GetPKeyPaymentMethodCustomerGroupsByCustomerGroupID
Returns primary keys of PaymentMethodCustomerGroup by alternate key CustomerGroupID.
Syntax |
$ahKeys = GetPKeyPaymentMethodCustomerGroupsByCustomerGroupID($CustomerGroupID); |
Input |
|
Return |
|
GetPKeyPaymentMethodCustomerGroupsByPaymentMethodID
Returns primary keys of PaymentMethodCustomerGroup by primary key element PaymentMethodID.
Syntax |
$ahKeys = GetPKeyPaymentMethodCustomerGroupsByPaymentMethodID($PaymentMethodID); |
Input |
|
Return |
|
InsertPaymentMethodCustomerGroup
Creates an entry of PaymentMethodCustomerGroup.
Syntax |
InsertPaymentMethodCustomerGroup($hPaymentMethodCustomerGroup); |
Input |
|
OnDeleteCustomerGroup
Deletes PaymentMethodCustomerGroup of this model when a(n) CustomerGroup is deleted.
Syntax |
OnDeleteCustomerGroup($hParams); |
Input |
|