InvoiceCustomAttributeUpdateDataObject Method |
Updates the data object by merging it's properties with the properties from the current business object.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public void UpdateDataObject(
InvoiceCustomAttributeData dataObject
)
Public Sub UpdateDataObject (
dataObject As InvoiceCustomAttributeData
)
public:
virtual void UpdateDataObject(
InvoiceCustomAttributeData^ dataObject
) sealed
abstract UpdateDataObject :
dataObject : InvoiceCustomAttributeData -> unit
override UpdateDataObject :
dataObject : InvoiceCustomAttributeData -> unit
Parameters
- dataObject
- Type: InvoiceCustomAttributeData
The data object.
Implements
IBusinessObjectTUpdateDataObject(T)See Also