Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| DonationId | Integer | False |
| Amount | Decimal | False |
| ActualAmount | Decimal | False |
| PaymentStatusId | Integer | False |
| ScheduledPaymentDate | DateTime | False |
| ActualPaymentDate | DateTime | False |
| CreatedOn | DateTime | False |
| CreatedBy | Integer | False |
| ModifiedOn | DateTime | False |
| ModifiedBy | Integer | False |
| InactiveOn | DateTime | True |
| InactiveBy | Integer | True |
| IsInactive | Boolean | False |
Object:
{
Id":####,DonationId":####,
Amount":###.##,
ActualAmount":###.##,
PaymentStatusId":####,
ScheduledPaymentDate":"MM-dd-yyyy hh:mm:ss",
ActualPaymentDate":"MM-dd-yyyy hh:mm:ss",
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
}