/* Options: Date: 2024-07-06 12:59:13 Version: 5.140 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://wp-cddws-test.worldpay.com //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: AddressLookupRequest.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.* import java.util.* import net.servicestack.client.* @Route(Path="/AddressLookup/submit", Verbs="POST") open class AddressLookupRequest { var CSR:String? = null var Text:String? = null var Container:String? = null var Type:String? = null var SourceCode:String? = null }