Name | Description | Type | Additional information |
---|---|---|---|
kw | string |
Required |
None.
Name | Description | Type | Additional information |
---|---|---|---|
OffsetStop | string |
None. |
|
Items | Collection of DDLPayMethod |
None. |
|
Meta | string |
None. |
{ "OffsetStop": "sample string 1", "Items": [ { "Id": 1, "Name": "sample string 2" }, { "Id": 1, "Name": "sample string 2" } ], "Meta": "sample string 2" }
<DDLListOfDDLPayMethodJYhYqFqe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Framework.Models"> <Items> <DDLPayMethod> <Id>1</Id> <Name>sample string 2</Name> </DDLPayMethod> <DDLPayMethod> <Id>1</Id> <Name>sample string 2</Name> </DDLPayMethod> </Items> <Meta>sample string 2</Meta> <OffsetStop>sample string 1</OffsetStop> </DDLListOfDDLPayMethodJYhYqFqe>