AFCore
Toggle table of contents
1.6.1
AFCore
Target filter
AFCore
Switch theme
Search in API
Skip to content
AFCore
AFCore
/
com.advantahealth.api.payments.model
/
PaymentBill
/
PaymentBill
Payment
Bill
AFCore
constructor
(
id
:
String
?
=
null
,
dateIssued
:
String
?
=
null
,
amount
:
Double
?
=
null
,
type
:
String
?
=
null
,
status
:
String
?
=
null
,
statusMessage
:
String
?
=
null
,
credits
:
List
<
PaymentCredit
?
>
?
=
emptyList()
)