PaymentCollection
A payment collection allows grouping and managing a list of payments at one. This can be helpful when making additional payment for order edits or integrating installment payments.
Constructors
constructor
**new PaymentCollection**()
A payment collection allows grouping and managing a list of payments at one. This can be helpful when making additional payment for order edits or integrating installment payments.
Properties
amountnumberRequiredAmount of the payment collection.
authorized_amountnull | numberRequiredAuthorized amount of the payment collection.
created_atDateRequiredThe date with timezone at which the resource was created.
created_bystringRequiredThe ID of the user that created the payment collection.
The details of the currency this payment collection is associated with.
currency_codestringRequiredThe three character ISO code for the currency this payment collection is associated with.
deleted_atnull | DateRequiredThe date with timezone at which the resource was deleted.
descriptionnull | stringRequiredDescription of the payment collection
idstringRequiredThe payment collection's ID
metadataRecord<string, unknown>RequiredAn optional key-value map with additional details
The details of the payment sessions created as part of the payment collection.
The details of the payments created as part of the payment collection.
The details of the region this payment collection is associated with.
region_idstringRequiredThe ID of the region this payment collection is associated with.
The type of the payment collection
The type of the payment collection
updated_atDateRequiredThe date with timezone at which the resource was updated.
Methods
beforeInsert
Private **beforeInsert**(): void
Returns
void
voidvoidWas this section helpful?