Details

Name Data Type Is Nullable
Id Integer False
ReceiptDetailId Integer True
ServiceFeeId Integer False
Amount Decimal False
CreatedOn DateTime False
CreatedBy Integer False
ModifiedOn DateTime False
ModifiedBy Integer False
InactiveOn DateTime True
InactiveBy Integer True
IsInactive Boolean False
ServiceFeeId::ServiceFee.Name String False
ServiceFeeId_FormattedValue String False

Object:

{
    Id":####,
    ReceiptDetailId":####,
    ServiceFeeId":####,
    Amount":###.##,
    CreatedOn":"MM-dd-yyyy hh:mm:ss",
    CreatedBy":####,
    ModifiedOn":"MM-dd-yyyy hh:mm:ss",
    ModifiedBy":####,
    InactiveOn":"MM-dd-yyyy hh:mm:ss",
    InactiveBy":####,
    IsInactive":True/False,
    ServiceFeeId::ServiceFee.Name":"abcABC123",
    ServiceFeeId_FormattedValue":"abcABC123"
}