Typescript Library Declarations (DOM)
Interface PaymentItem
interface
PaymentItem
{
amount
:
PaymentCurrencyAmount
;
label
:
string
;
pending
?:
boolean
;
}
Index
Properties
amount
label
pending?
Properties
amount
amount
:
PaymentCurrencyAmount
label
label
:
string
Optional
pending
pending
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
amount
label
pending
Typescript Library Declarations (DOM)