Skip to content

SudoSOS Back-end API / entity/transactions/inactive-administrative-cost / InactiveAdministrativeCost

Class: InactiveAdministrativeCost ​

Extends ​

Constructors ​

Constructor ​

ts
new InactiveAdministrativeCost(): InactiveAdministrativeCost;

Returns ​

InactiveAdministrativeCost

Inherited from ​

BaseEntity.constructor

Properties ​

PropertyModifierTypeDescriptionInherited from
amountpublicDinero--
createdAtreadonlyDateThe creation date of the object.BaseEntity.createdAt
frompublicUserThe user from which the administrative cost is transferred.-
fromIdpublicnumber--
idreadonlynumber-BaseEntity.id
transferpublicTransferThe transfer which is linked to this inactive administrative cost.-
updatedAtreadonlyDateThe last update date of the object.BaseEntity.updatedAt
versionreadonlynumberThe current version of the object.BaseEntity.version

Methods ​

toBaseResponse() ​

ts
toBaseResponse(): BaseInactiveAdministrativeCostResponse;

Returns ​

BaseInactiveAdministrativeCostResponse


toResponse() ​

ts
toResponse(): InactiveAdministrativeCostResponse;

Returns ​

InactiveAdministrativeCostResponse