- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
PaymentCollection - Payment Module Data Models Reference
This documentation provides a reference to the PaymentCollection data model. It belongs to the Payment Module.
id
PrimaryKeyModifier<IdProperty>The ID of the payment collection.
currency_code
TextPropertyThe currency code of the payment collection.
@example usd
amount
BigNumberPropertyThe amount of the payment collection
region_id
TextPropertyThe ID of the payment collection's region.
status
EnumProperty<typeof PaymentCollectionStatus>The status of the payment collection
The associated payment providers.
The associated payment sessions.
The associated payments.
authorized_amount
BigNumberPropertyOptionalThe authorized amount of the payment collection
captured_amount
BigNumberPropertyOptionalThe captured amount of the payment collection
refunded_amount
BigNumberPropertyOptionalThe refunded amount of the payment collection
completed_at
DateTimePropertyOptionalThe date the payment collection was completed
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
Was this page helpful?