public class AccountLineItem extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Double |
amount
Line item amount
|
Double |
balance
Line item balance
|
Date |
createdAt
Line item created at
|
String |
currency
Line item currency
|
String |
downloadUri
Line item download uri
|
Long |
id
Line item Id
|
Object[] |
invoiceLineItems
Associated invoice line items
|
String |
method
Line item payment method
|
Object[] |
paymentLineItems
Associated payment line items
|
Date |
paymentReversedAt
Date/time payment was reversed if applicable
|
String |
paymentType
Type of payment if applicable
|
String |
siteName
Site name this line item is for
|
String |
type
Type of line item, either payment or invoice
|
| Constructor and Description |
|---|
AccountLineItem() |
AccountLineItem(HashMap<String,Object> parameters) |
AccountLineItem(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
public Long id
public Double amount
public Double balance
public Date createdAt
public String currency
public String downloadUri
public Object[] invoiceLineItems
public String method
public Object[] paymentLineItems
public Date paymentReversedAt
public String paymentType
public String siteName
public String type
Copyright © 2024 com.github.files-com. All rights reserved.