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
PaymentCycleEntryUpdateDeets
Interface PaymentCycleEntryUpdateDeets
export PaymentCycleEntryUpdateDeets
interface
PaymentCycleEntryUpdateDeets
{
account_id
?:
null
|
string
;
amount
?:
Amount
;
fees
?:
null
|
LineItem
[]
;
object
?:
null
|
string
;
original_amount
?:
Amount
;
payment_cycle_id
?:
null
|
string
;
status
?:
PaymentCycleEntryStatus
;
to
?:
BasicContact
;
user_id
?:
null
|
string
;
}
Index
Properties
account_
id?
amount?
fees?
object?
original_
amount?
payment_
cycle_
id?
status?
to?
user_
id?
Properties
Optional
account_
id
account_
id
?:
null
|
string
Optional
amount
amount
?:
Amount
Optional
fees
fees
?:
null
|
LineItem
[]
Optional
object
object
?:
null
|
string
Optional
original_
amount
original_
amount
?:
Amount
Optional
payment_
cycle_
id
payment_
cycle_
id
?:
null
|
string
Optional
status
status
?:
PaymentCycleEntryStatus
Optional
to
to
?:
BasicContact
Optional
user_
id
user_
id
?:
null
|
string
The user id to operate on their behalf (tenants only)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account_
id
amount
fees
object
original_
amount
payment_
cycle_
id
status
to
user_
id
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
Loading...
export PaymentCycleEntryUpdateDeets