Skip to content

Commit 45167cd

Browse files
author
Steve Szyszkiewicz
committed
cleanup payment docs
1 parent 596897f commit 45167cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/data/objects/payment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ description: >
44
A Payment
55
schema:
66
date:
7-
type: String
7+
type: Datetime
88
value: "2015-09-29T11:21:01"
99
filterable: true
1010
description: The date the payment was processed.
1111
id:
12-
type: integer
12+
type: Integer
1313
value: 123
1414
description: The payment's ID.
1515
amount:
16-
type: integer
16+
type: Integer
1717
value: 120
1818
filterable: true
1919
description: The amount (in US Dollars) of the payment.

0 commit comments

Comments
 (0)