Search
Preparing search index...
The search index is not available
Celer Light Client API Docs
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"data/payment"
Payment
Class Payment
Hierarchy
Payment
Index
Constructors
constructor
Properties
incoming
Channel
Id
note
outgoing
Channel
Id
payment
Id
settlement
Amount
status
Methods
get
Conditional
Pay
get
Note
set
Conditional
Pay
calculate
Payment
Id
get
Payment
IdList
Differences
get
Uint8
Array
List
Differences
Constructors
constructor
new
Payment
(
paymentId
:
string
, conditionalPay
:
ConditionalPay
, incomingChannelId
:
string
, outgoingChannelId
:
string
, note
?:
Any
)
:
Payment
Parameters
paymentId:
string
conditionalPay:
ConditionalPay
incomingChannelId:
string
outgoingChannelId:
string
Optional
note:
Any
Returns
Payment
Properties
incoming
Channel
Id
incoming
Channel
Id
:
string
note
note
:
Uint8Array
outgoing
Channel
Id
outgoing
Channel
Id
:
string
payment
Id
payment
Id
:
string
settlement
Amount
settlement
Amount
:
Uint8Array
status
status
:
PaymentStatus
Methods
get
Conditional
Pay
get
Conditional
Pay
(
)
:
ConditionalPay
Returns
ConditionalPay
get
Note
get
Note
(
)
:
Any
Returns
Any
set
Conditional
Pay
set
Conditional
Pay
(
conditionalPay
:
ConditionalPay
)
:
void
Parameters
conditionalPay:
ConditionalPay
Returns
void
Static
calculate
Payment
Id
calculate
Payment
Id
(
payment
:
ConditionalPay
)
:
string
Parameters
payment:
ConditionalPay
Returns
string
Static
get
Payment
IdList
Differences
get
Payment
IdList
Differences
(
a
:
PayIdList
, b
:
PayIdList
)
:
[
Uint8Array
[]
,
Uint8Array
[]
]
Parameters
a:
PayIdList
b:
PayIdList
Returns
[
Uint8Array
[]
,
Uint8Array
[]
]
Static
get
Uint8
Array
List
Differences
get
Uint8
Array
List
Differences
(
aAsArrays
:
Uint8Array
[]
, bAsArrays
:
Uint8Array
[]
)
:
[
Uint8Array
[]
,
Uint8Array
[]
]
Parameters
aAsArrays:
Uint8Array
[]
bAsArrays:
Uint8Array
[]
Returns
[
Uint8Array
[]
,
Uint8Array
[]
]
Globals
"data/payment"
Payment
Status
Payment
constructor
incoming
Channel
Id
note
outgoing
Channel
Id
payment
Id
settlement
Amount
status
get
Conditional
Pay
get
Note
set
Conditional
Pay
calculate
Payment
Id
get
Payment
IdList
Differences
get
Uint8
Array
List
Differences
Made by
Horyus
. Documentation generated by
TypeDoc.