OVPAY-2547 - Added 'paymentMethod' to transactionItem.
This commit is contained in:
parent
ca784314ec
commit
8c7b54c386
@ -1458,6 +1458,7 @@ paths:
|
||||
identifyingFieldValue: null
|
||||
concessionId: null
|
||||
isContraAccount: false
|
||||
paymentMethod: null
|
||||
lineType: tax
|
||||
lineSense: credit
|
||||
department: 140
|
||||
@ -1480,6 +1481,7 @@ paths:
|
||||
identifyingFieldValue: null
|
||||
concessionId: 1
|
||||
isContraAccount: false
|
||||
paymentMethod: null
|
||||
lineType: analysis
|
||||
lineSense: credit
|
||||
department: 900
|
||||
@ -1502,6 +1504,7 @@ paths:
|
||||
identifyingFieldValue: null
|
||||
concessionId: null
|
||||
isContraAccount: true
|
||||
paymentMethod: iDEAL
|
||||
lineType: analysis
|
||||
lineSense: debet
|
||||
department: 140
|
||||
@ -1737,6 +1740,7 @@ paths:
|
||||
- identifyingFieldValue
|
||||
- concessionId
|
||||
- isContraAccount
|
||||
- paymentMethod
|
||||
- lineType
|
||||
- lineSense
|
||||
- department
|
||||
@ -1770,6 +1774,7 @@ paths:
|
||||
- identifyingFieldValue
|
||||
- concessionId
|
||||
- isContraAccount
|
||||
- paymentMethod
|
||||
- lineType
|
||||
- lineSense
|
||||
- department
|
||||
@ -1821,6 +1826,7 @@ paths:
|
||||
identifyingFieldValue: null
|
||||
concessionId: 2
|
||||
isContraAccount: false
|
||||
paymentMethod: null
|
||||
lineType: summary
|
||||
lineSense: credit
|
||||
department: 900
|
||||
@ -1843,6 +1849,7 @@ paths:
|
||||
identifyingFieldValue: null
|
||||
concessionId: 1
|
||||
isContraAccount: false
|
||||
paymentMethod: null
|
||||
lineType: summary
|
||||
lineSense: credit
|
||||
department: 900
|
||||
@ -1874,6 +1881,7 @@ paths:
|
||||
identifyingFieldValue: null
|
||||
concessionId: 2
|
||||
isContraAccount: false
|
||||
paymentMethod: null
|
||||
lineType: summary
|
||||
lineSense: credit
|
||||
department: 900
|
||||
@ -1895,6 +1903,8 @@ paths:
|
||||
sourceMetadataId: 2c55f374-8ef8-4615-bc0a-5c92184ff4b2
|
||||
identifyingFieldValue: null
|
||||
concessionId: 1
|
||||
isContraAccount: false
|
||||
paymentMethod: null
|
||||
lineType: summary
|
||||
lineSense: credit
|
||||
department: 900
|
||||
@ -1917,6 +1927,7 @@ paths:
|
||||
identifyingFieldValue: null
|
||||
concessionId: 2
|
||||
isContraAccount: false
|
||||
paymentMethod: null
|
||||
lineType: summary
|
||||
lineSense: credit
|
||||
department: 900
|
||||
@ -1939,6 +1950,7 @@ paths:
|
||||
identifyingFieldValue: null
|
||||
concessionId: 1
|
||||
isContraAccount: false
|
||||
paymentMethod: null
|
||||
lineType: summary
|
||||
lineSense: credit
|
||||
department: 900
|
||||
@ -1961,6 +1973,7 @@ paths:
|
||||
identifyingFieldValue: null
|
||||
concessionId: null
|
||||
isContraAccount: false
|
||||
paymentMethod: null
|
||||
lineType: tax
|
||||
lineSense: credit
|
||||
department: 140
|
||||
@ -1983,6 +1996,7 @@ paths:
|
||||
identifyingFieldValue: null
|
||||
concessionId: null
|
||||
isContraAccount: true
|
||||
paymentMethod: iDEAL
|
||||
lineType: analysis
|
||||
lineSense: credit
|
||||
department: 220
|
||||
@ -2032,6 +2046,7 @@ paths:
|
||||
identifyingFieldValue: null
|
||||
concessionId: 1
|
||||
isContraAccount: false
|
||||
paymentMethod: null
|
||||
lineType: summary
|
||||
lineSense: credit
|
||||
department: 900
|
||||
@ -4077,6 +4092,10 @@ components:
|
||||
isContraAccount:
|
||||
type: boolean
|
||||
example: false
|
||||
paymentMethod:
|
||||
type: string
|
||||
example: iDEAL
|
||||
nullable: true
|
||||
lineType:
|
||||
type: string
|
||||
enum:
|
||||
@ -4194,6 +4213,10 @@ components:
|
||||
isContraAccount:
|
||||
type: boolean
|
||||
example: false
|
||||
paymentMethod:
|
||||
type: string
|
||||
example: iDEAL
|
||||
nullable: true
|
||||
lineType:
|
||||
type: string
|
||||
enum:
|
||||
@ -4283,6 +4306,10 @@ components:
|
||||
type: boolean
|
||||
example: false
|
||||
nullable: true
|
||||
paymentMethod:
|
||||
type: string
|
||||
example: iDEAL
|
||||
nullable: true
|
||||
lineType:
|
||||
type: string
|
||||
enum:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user