Payment method object

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

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the payment method.
isActivebooleanA flag to indicate if the payment method is active in the system.
createdAttimestampThe timestamp when the object was created.