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
PaymentBulkResultResponse
Interface PaymentBulkResultResponse
export PaymentBulkResultResponse
interface
PaymentBulkResultResponse
{
errors
?:
null
|
BulkErrorResponse
[]
;
is_readonly
?:
boolean
;
is_successful
?:
boolean
;
result
?:
Payment
;
}
Index
Properties
errors?
is_
readonly?
is_
successful?
result?
Properties
Optional
errors
errors
?:
null
|
BulkErrorResponse
[]
Optional
is_
readonly
is_
readonly
?:
boolean
Optional
is_
successful
is_
successful
?:
boolean
Optional
result
result
?:
Payment
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
is_
readonly
is_
successful
result
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
Loading...
export PaymentBulkResultResponse