toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
GetPaymentTypesResponse
Get
Payment
Types
Response
@
Serializable
data
class
GetPaymentTypesResponse
(
val
codeName
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
id
:
Long
?
=
null
,
val
isCashPayment
:
Boolean
?
=
null
,
val
isSystemDefined
:
Boolean
?
=
null
,
val
name
:
String
?
=
null
,
val
position
:
Int
?
=
null
)
GetPaymentTypesResponse
Parameters
code
Name
description
id
is
Cash
Payment
is
System
Defined
name
position
Members
Constructors
Get
Payment
Types
Response
Link copied to clipboard
constructor
(
codeName
:
String
?
=
null
,
description
:
String
?
=
null
,
id
:
Long
?
=
null
,
isCashPayment
:
Boolean
?
=
null
,
isSystemDefined
:
Boolean
?
=
null
,
name
:
String
?
=
null
,
position
:
Int
?
=
null
)
Properties
code
Name
Link copied to clipboard
val
codeName
:
String
?
=
null
description
Link copied to clipboard
val
description
:
String
?
=
null
id
Link copied to clipboard
val
id
:
Long
?
=
null
is
Cash
Payment
Link copied to clipboard
val
isCashPayment
:
Boolean
?
=
null
is
System
Defined
Link copied to clipboard
val
isSystemDefined
:
Boolean
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
position
Link copied to clipboard
val
position
:
Int
?
=
null