mirror of https://github.com/vernonkeenan/lib
41 lines
752 B
YAML
41 lines
752 B
YAML
|
Transaction:
|
||
|
properties:
|
||
|
Amount:
|
||
|
type: number
|
||
|
CourseID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
CreatedByID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
CreatedDate:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
Currency:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
EnrollmentID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
ID:
|
||
|
type: string
|
||
|
LastModifiedByID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
LastModifiedDate:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
PaymentMethodID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
Status:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
TransactionDate:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
UserID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
type: object
|