UpsertPaymentCollectionDTO
The attributes in the payment collection to be created or updated.
id
stringThe ID of the payment collection.
region_id
stringThe associated region's ID.
currency_code
stringThe ISO 3 character currency code of the payment collection.
amount
BigNumberInputThe amount of the payment collection.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?