/* Options: Date: 2025-07-18 07:57:37 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://portal-api.migrantleap.com //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: UserPaymentMethodsRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/payment-methods", "GET") export class UserPaymentMethodsRequest { public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'UserPaymentMethodsRequest'; } public getMethod() { return 'GET'; } public createResponse() {} }