public class Payment 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 |
|---|
Payment() |
Payment(HashMap<String,Object> parameters) |
Payment(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<AccountLineItem> |
all() |
static ListIterator<AccountLineItem> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static AccountLineItem |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static AccountLineItem |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Payment ID.
|
static AccountLineItem |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static AccountLineItem |
get() |
static AccountLineItem |
get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<AccountLineItem> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<AccountLineItem> |
list(HashMap<String,Object> parameters) |
static ListIterator<AccountLineItem> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic 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
public static ListIterator<AccountLineItem> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<AccountLineItem> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<AccountLineItem> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<AccountLineItem> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<AccountLineItem> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static AccountLineItem find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static AccountLineItem find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static AccountLineItem find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static AccountLineItem get() throws RuntimeException
RuntimeExceptionpublic static AccountLineItem get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.