' Options: 'Date: 2025-04-10 07:00:59 'Version: 8.22 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://data.regent-college.edu ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: CRMDonationUpsertRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports regis.DynamicsCRM.Requests Namespace Global Namespace regis.DynamicsCRM.Requests Public Partial Class CRMDonationUpsertRequest Implements IReturn(Of ResponseStatus) Public Overridable Property regent_id As Integer Public Overridable Property soft_credit_regent_id As Nullable(Of Integer) Public Overridable Property soft_credit_second_regent_id As Nullable(Of Integer) Public Overridable Property import_id As Nullable(Of Integer) Public Overridable Property is_contact As Boolean Public Overridable Property is_account As Boolean Public Overridable Property name As String Public Overridable Property description As String Public Overridable Property total_pledge_amount As Decimal Public Overridable Property receipt_amount As Decimal Public Overridable Property currency As String Public Overridable Property receipting_organization As String Public Overridable Property type As String Public Overridable Property gift_date As Nullable(Of Date) Public Overridable Property cheque_number As String Public Overridable Property do_not_receipt As Boolean Public Overridable Property is_complete As Boolean Public Overridable Property anonymous As Boolean Public Overridable Property gift_batch As String Public Overridable Property source As String Public Overridable Property channel As String Public Overridable Property designation As String Public Overridable Property designation_description As String Public Overridable Property campaign As String Public Overridable Property campaign_code As String Public Overridable Property campaign_description As String Public Overridable Property campaign_start_date As Nullable(Of Date) Public Overridable Property campaign_end_date As Nullable(Of Date) Public Overridable Property campaign_goal As Nullable(Of Decimal) Public Overridable Property appeal As String Public Overridable Property appeal_code As String Public Overridable Property appeal_description As String Public Overridable Property appeal_start_date As Nullable(Of Date) Public Overridable Property appeal_end_date As Nullable(Of Date) Public Overridable Property appeal_goal As Nullable(Of Decimal) Public Overridable Property added_date As Nullable(Of Date) End Class End Namespace End Namespace