メインコンテンツまでスキップ

Payment method model

addableboolean

If payment method is addable

clientobject

Arbitrary JSON data

namestring

Name of the payment method

passengersstring<uuid>[]
payment_method_typestring

Payment method

Possible values: [card, cash, wallet]

payment_providerstring

Payment provider

Possible values: [internal, opal, stripe]

projectstring<uri-reference>

Reference to a project this payment methoid belongs to

systemobject

Arbitrary JSON data

created_atstring<date-time>

Creation timestamp of an object

id object

Identifier of the object

anyOf
integer

Can be integer

modified_atstring<date-time>

Last modification timestampo of the object

resource_uristring<uri-reference>

URI of the object instance

Payment method model
{
"addable": true,
"client": {},
"name": "string",
"passengers": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"payment_method_type": "card",
"payment_provider": "internal",
"project": "string",
"system": {},
"created_at": "2024-07-29T15:51:28.071Z",
"id": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"resource_uri": "string"
}