Preparing search index...
The search index is not available
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
@mozaic-io/mozaic-sdk-node
api/api
PaymentPushResponse
Interface PaymentPushResponse
export PaymentPushResponse
interface
PaymentPushResponse
{
created_at
?:
string
;
id
?:
null
|
string
;
payments
?:
null
|
Payment
[]
;
short_id
?:
null
|
string
;
}
Index
Properties
created_
at?
id?
payments?
short_
id?
Properties
Optional
created_
at
created_
at
?:
string
Optional
id
id
?:
null
|
string
Optional
payments
payments
?:
null
|
Payment
[]
A list of one or more payments that match the search request
Optional
short_
id
short_
id
?:
null
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
id
payments
short_
id
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
Loading...
export PaymentPushResponse