Every payment in Ruddr can be assigned a payment method.
Example
{
"id": "f7fe52fd-8aa9-4db2-9b1f-db8f7ac00554",
"name": "Check",
"isActive": true,
"createdAt": "2024-09-04T14:56:01.352Z"
}
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the payment method. |
isActive | boolean | A flag to indicate if the payment method is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |