toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
PostPaymentTypesRequest
Post
Payment
Types
Request
@
Serializable
data
class
PostPaymentTypesRequest
(
val
codeName
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
isCashPayment
:
Boolean
?
=
null
,
val
isSystemDefined
:
Boolean
?
=
null
,
val
name
:
String
?
=
null
,
val
position
:
Int
?
=
null
)
PostPaymentTypesRequest
Parameters
code
Name
description
is
Cash
Payment
is
System
Defined
name
position
Members
Constructors
Post
Payment
Types
Request
Link copied to clipboard
constructor
(
codeName
:
String
?
=
null
,
description
:
String
?
=
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
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