toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
BatchRequest
Batch
Request
@
Serializable
data
class
BatchRequest
(
val
body
:
String
?
=
null
,
val
headers
:
Set
<
Header
>
?
=
null
,
val
method
:
String
?
=
null
,
val
reference
:
Long
?
=
null
,
val
relativeUrl
:
String
?
=
null
,
val
requestId
:
Long
?
=
null
)
Parameters
body
headers
method
reference
relative
Url
request
Id
Members
Constructors
Batch
Request
Link copied to clipboard
constructor
(
body
:
String
?
=
null
,
headers
:
Set
<
Header
>
?
=
null
,
method
:
String
?
=
null
,
reference
:
Long
?
=
null
,
relativeUrl
:
String
?
=
null
,
requestId
:
Long
?
=
null
)
Properties
body
Link copied to clipboard
val
body
:
String
?
=
null
headers
Link copied to clipboard
val
headers
:
Set
<
Header
>
?
=
null
method
Link copied to clipboard
val
method
:
String
?
=
null
reference
Link copied to clipboard
val
reference
:
Long
?
=
null
relative
Url
Link copied to clipboard
val
relativeUrl
:
String
?
=
null
request
Id
Link copied to clipboard
val
requestId
:
Long
?
=
null