toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
BatchResponse
Batch
Response
@
Serializable
data
class
BatchResponse
(
val
body
:
String
?
=
null
,
val
headers
:
Set
<
Header
>
?
=
null
,
val
requestId
:
Long
?
=
null
,
val
statusCode
:
Int
?
=
null
)
Parameters
body
headers
request
Id
status
Code
Members
Constructors
Batch
Response
Link copied to clipboard
constructor
(
body
:
String
?
=
null
,
headers
:
Set
<
Header
>
?
=
null
,
requestId
:
Long
?
=
null
,
statusCode
:
Int
?
=
null
)
Properties
body
Link copied to clipboard
val
body
:
String
?
=
null
headers
Link copied to clipboard
val
headers
:
Set
<
Header
>
?
=
null
request
Id
Link copied to clipboard
val
requestId
:
Long
?
=
null
status
Code
Link copied to clipboard
val
statusCode
:
Int
?
=
null