public class PaymentLineItem extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Double |
amount
Payment line item amount
|
Date |
createdAt
Payment line item created at date/time
|
Long |
invoiceId
Invoice ID
|
Long |
paymentId
Payment ID
|
| Constructor and Description |
|---|
PaymentLineItem() |
PaymentLineItem(HashMap<String,Object> parameters) |
PaymentLineItem(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Copyright © 2024 com.github.files-com. All rights reserved.