lib/swagger/defs/payment-method.yaml

29 lines
524 B
YAML

PaymentMethod:
properties:
CreatedByID:
type: string
x-nullable: true
CreatedDate:
type: string
x-nullable: true
ID:
type: string
Isdefault:
type: integer
LastModifiedByID:
type: string
x-nullable: true
LastModifiedDate:
type: string
x-nullable: true
ProcessorToken:
type: string
x-nullable: true
TenantID:
type: string
x-nullable: true
UserID:
type: string
x-nullable: true
type: object