toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
GetFromAccountOptions
Get
From
Account
Options
@
Serializable
data
class
GetFromAccountOptions
(
val
accountId
:
Long
?
=
null
,
val
accountNo
:
Int
?
=
null
,
val
accountType
:
GetAccountOptions
?
=
null
,
val
clientId
:
Long
?
=
null
,
val
clientName
:
String
?
=
null
,
val
officeId
:
Long
?
=
null
,
val
officeName
:
String
?
=
null
)
Parameters
account
Id
account
No
account
Type
client
Id
client
Name
office
Id
office
Name
Members
Constructors
Get
From
Account
Options
Link copied to clipboard
constructor
(
accountId
:
Long
?
=
null
,
accountNo
:
Int
?
=
null
,
accountType
:
GetAccountOptions
?
=
null
,
clientId
:
Long
?
=
null
,
clientName
:
String
?
=
null
,
officeId
:
Long
?
=
null
,
officeName
:
String
?
=
null
)
Properties
account
Id
Link copied to clipboard
val
accountId
:
Long
?
=
null
account
No
Link copied to clipboard
val
accountNo
:
Int
?
=
null
account
Type
Link copied to clipboard
val
accountType
:
GetAccountOptions
?
=
null
client
Id
Link copied to clipboard
val
clientId
:
Long
?
=
null
client
Name
Link copied to clipboard
val
clientName
:
String
?
=
null
office
Id
Link copied to clipboard
val
officeId
:
Long
?
=
null
office
Name
Link copied to clipboard
val
officeName
:
String
?
=
null