\Bitrix\Sale\Payment - payment class. Class also implements interfaces: \Bitrix\Sale\IBusinessValueProvider
и \IEntityMarker
.
Inheritance chain/h4>
\Bitrix\Sale\Payment > [link= 8884639]\Bitrix\Sale\Internals\CollectableEntity[/link] > \Bitrix\Sale\Internals\Entity
Class methods
Methods for parent class \Bitrix\Sale\Internals\CollectableEntity
Methods for parent class \Bitrix\Sale\Internals\Entity
Method | Description | Available from version |
doFinalAction | Abstract method for implementing "Final" calculation logic. |
|
getAvailableFields | Returns array with fields set using methods setField() and setFields() . |
|
getAvailableFieldsMap | Returns array with fields set using methods setField() and setFields() . Array keys are values getAvailableFields. |
|
getField | Returns values for the field $name . |
|
getFieldValues | Returns array with fields with values. |
|
getId | Returns entity ID. |
|
initField | Initializes field by value. The object is not deemed as updated. |
|
initFields | Itinializes fields by values. The object is not deemed as updated. |
|
isChanged | Checks if entity is updated. When updated, returns true , otherwise false . |
|
isMathActionOnly | Checks if current data calculations are performed (provider data is not requested). If yes, returns true , otherwise false . |
|
setField | Sets value for the field $name . |
|
setFields | Initilizes fields by values. The object is not deemed as updated. |
|
setMathActionOnly | Disables request to provider when executing calculations. |
|
verify | Verifies if object is correct. Returns object \Bitrix\Sale\Result . |
|