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
PaymentCycleEntry
Interface PaymentCycleEntry
Payment Cycle paymanet entry - for push payment export PaymentCycleEntry
interface
PaymentCycleEntry
{
account_id
?:
null
|
string
;
amount
?:
Amount
;
created_at
?:
string
;
fees
?:
null
|
LineItem
[]
;
from
?:
BasicContact
;
gross_amount
?:
Amount
;
id
?:
null
|
string
;
memo
?:
null
|
string
;
original_amount
?:
Amount
;
payment_cycle_id
?:
null
|
string
;
payment_id
?:
null
|
string
;
persona_id
?:
null
|
string
;
short_id
?:
null
|
string
;
status
?:
PaymentCycleEntryStatus
;
to
?:
BasicContact
;
}
Index
Properties
account_
id?
amount?
created_
at?
fees?
from?
gross_
amount?
id?
memo?
original_
amount?
payment_
cycle_
id?
payment_
id?
persona_
id?
short_
id?
status?
to?
Properties
Optional
account_
id
account_
id
?:
null
|
string
Optional
amount
amount
?:
Amount
Optional
created_
at
created_
at
?:
string
Optional
fees
fees
?:
null
|
LineItem
[]
Optional
from
from
?:
BasicContact
Optional
gross_
amount
gross_
amount
?:
Amount
Optional
id
id
?:
null
|
string
Optional
memo
memo
?:
null
|
string
Optional
original_
amount
original_
amount
?:
Amount
Optional
payment_
cycle_
id
payment_
cycle_
id
?:
null
|
string
Optional
payment_
id
payment_
id
?:
null
|
string
Optional
persona_
id
persona_
id
?:
null
|
string
Optional
short_
id
short_
id
?:
null
|
string
Optional
status
status
?:
PaymentCycleEntryStatus
Optional
to
to
?:
BasicContact
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account_
id
amount
created_
at
fees
from
gross_
amount
id
memo
original_
amount
payment_
cycle_
id
payment_
id
persona_
id
short_
id
status
to
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
Loading...
Payment Cycle paymanet entry - for push payment export PaymentCycleEntry