/* Options: Date: 2025-04-06 16:10:35 Version: 8.22 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://data.regent-college.edu //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: CRMPaymentsProcessRequest.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; // @Route("/DynamicsCRM/Payments/Process", "POST") class CRMPaymentsProcessRequest implements IReturn, IConvertible, IPost { CRMPaymentsProcessRequest(); CRMPaymentsProcessRequest.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; createResponse() => ResponseStatus(); getResponseTypeName() => "ResponseStatus"; getTypeName() => "CRMPaymentsProcessRequest"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'data.regent_college.edu', types: { 'CRMPaymentsProcessRequest': TypeInfo(TypeOf.Class, create:() => CRMPaymentsProcessRequest()), });