' Options: 'Date: 2024-10-06 10:31:17 '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: CRMDonationsLegacyRequest.* '''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.Responses Imports regis.DynamicsCRM.Requests Namespace Global Namespace regis.DynamicsCRM.Requests Public Partial Class CRMDonationsLegacyRequest Implements IReturn(Of CRMDonationsResponse) End Class End Namespace Namespace regis.DynamicsCRM.Responses Public Partial Class CRMDonationResponse Public Overridable Property regent_id As Integer Public Overridable Property contact_addressee As String Public Overridable Property donor_first_name As String Public Overridable Property donor_last_name As String Public Overridable Property donor_addressee As String Public Overridable Property donor_city As String Public Overridable Property donor_country As String Public Overridable Property donor_owner_full_name As String Public Overridable Property is_contact As Boolean Public Overridable Property is_account As Boolean Public Overridable Property soft_credit_regent_id As Nullable(Of Integer) Public Overridable Property soft_credit_contact_addressee As String Public Overridable Property soft_credit_contact_first_name As String Public Overridable Property soft_credit_contact_last_name As String Public Overridable Property soft_credit_contact_spouse_is_main_contact As Boolean Public Overridable Property soft_credit_contact_city As String Public Overridable Property soft_credit_contact_country As String Public Overridable Property soft_credit_contact_owner_full_name As String Public Overridable Property soft_credit_second_regent_id As String Public Overridable Property soft_credit_second_contact_addressee As String Public Overridable Property soft_credit_second_contact_first_name As String Public Overridable Property soft_credit_second_contact_last_name As String Public Overridable Property soft_credit_second_contact_spouse_is_main_contact As Boolean Public Overridable Property soft_credit_second_contact_city As String Public Overridable Property soft_credit_second_contact_country As String Public Overridable Property soft_credit_second_contact_owner_full_name As String Public Overridable Property spouse_is_main_contact As Boolean Public Overridable Property import_id As Nullable(Of Integer) Public Overridable Property donation_id As String Public Overridable Property guid As String Public Overridable Property name As String Public Overridable Property description As String Public Overridable Property appeal_code As String Public Overridable Property designation As String Public Overridable Property designation_description As String Public Overridable Property general_ledger_account_number As String Public Overridable Property campaign As String Public Overridable Property total_pledge_amount As Decimal Public Overridable Property total_paid_amount As Decimal Public Overridable Property receipt_amount As Decimal Public Overridable Property exchange_rate As Nullable(Of Decimal) Public Overridable Property total_paid_canadian_amount As Nullable(Of Decimal) Public Overridable Property is_recurring As Boolean Public Overridable Property is_parent_donation As Boolean Public Overridable Property currency As String Public Overridable Property source As String Public Overridable Property channel As String Public Overridable Property receipting_organization As String Public Overridable Property type As String Public Overridable Property acknowledgment_sent As Boolean Public Overridable Property send_acknowledgment As Boolean Public Overridable Property acknowledgment_template_guid As String Public Overridable Property parent_guid As String Public Overridable Property anonymous As Boolean Public Overridable Property gift_date As Nullable(Of Date) Public Overridable Property recurring_gift_start_date As Nullable(Of Date) Public Overridable Property recurring_gift_end_date As Nullable(Of Date) Public Overridable Property cheque_number As String Public Overridable Property version_number As Integer Public Overridable Property added_date As Nullable(Of Date) End Class Public Partial Class CRMDonationsResponse Public Sub New() donations = New List(Of CRMDonationResponse) End Sub Public Overridable Property ResponseStatus As ResponseStatus Public Overridable Property donations As List(Of CRMDonationResponse) Public Overridable Property from_date As Nullable(Of Date) Public Overridable Property to_date As Nullable(Of Date) Public Overridable Property start_version_number As Nullable(Of Integer) Public Overridable Property end_version_number As Nullable(Of Integer) End Class End Namespace Namespace ServiceStack Public Partial Class ResponseStatus Implements IMeta Public Sub New() Errors = New List(Of ResponseError) Meta = New Dictionary(Of String, String) End Sub Public Overridable Property ErrorCode As String Public Overridable Property Message As String Public Overridable Property StackTrace As String Public Overridable Property Errors As List(Of ResponseError) Public Overridable Property Meta As Dictionary(Of String, String) End Class End Namespace End Namespace