FrameSDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
FrameSDK
FrameSDK
/
com.framepayments.framesdk.invoices
/
InvoiceRequests
/
CreateInvoiceRequest
/
CreateInvoiceRequest
Create
Invoice
Request
constructor
(
collectionMethod
:
InvoiceCollectionMethod
,
netTerms
:
Int
?
,
lineItems
:
List
<
LineItem
>
?
,
customer
:
String
?
=
null
,
account
:
String
?
=
null
,
dueDate
:
String
?
=
null
,
number
:
String
?
,
description
:
String
?
,
memo
:
String
?
,
metadata
:
Map
<
String
,
String
>
?
)