@theredspace/spp-client
Preparing search index...
Payment
Interface Payment
interface
Payment
{
attributes
?:
Record
<
string
,
unknown
>
;
bulk_payment_id
?:
number
;
created
:
DateContainer
;
currency
:
string
;
customer_id
?:
number
;
date
:
DateContainer
;
external_id
?:
string
;
id
:
number
;
invoice_id
:
number
;
invoice_number
?:
string
;
notes
?:
string
;
total
:
number
;
updated
:
DateContainer
;
}
Index
Properties
attributes?
bulk_
payment_
id?
created
currency
customer_
id?
date
external_
id?
id
invoice_
id
invoice_
number?
notes?
total
updated
Properties
Optional
attributes
attributes
?:
Record
<
string
,
unknown
>
Optional
bulk_
payment_
id
bulk_payment_id
?:
number
created
created
:
DateContainer
currency
currency
:
string
Optional
customer_
id
customer_id
?:
number
date
date
:
DateContainer
Optional
external_
id
external_id
?:
string
id
id
:
number
invoice_
id
invoice_id
:
number
Optional
invoice_
number
invoice_number
?:
string
Optional
notes
notes
?:
string
total
total
:
number
updated
updated
:
DateContainer
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
bulk_
payment_
id
created
currency
customer_
id
date
external_
id
id
invoice_
id
invoice_
number
notes
total
updated
@theredspace/spp-client
Loading...