rm-kotlin-sdk
/
io.revenuemonster.sdk.model.request
/
DailySettlementReportRequest
common
Daily
Settlement
Report
Request
data class
DailySettlementReportRequest
(transactionType:
String
, date:
String
, method:
List
<
String
>, region:
List
<
String
>, cursor:
String
)
Content copied to clipboard
Properties
Properties
cursor
Link copied to clipboard
common
val
cursor
:
String
Content copied to clipboard
date
Link copied to clipboard
common
val
date
:
String
Content copied to clipboard
method
Link copied to clipboard
common
val
method
:
List
<
String
>
Content copied to clipboard
region
Link copied to clipboard
common
val
region
:
List
<
String
>
Content copied to clipboard
transactionType
Link copied to clipboard
common
val
transactionType
:
String
Content copied to clipboard