Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDRW-4343 - Add CategoryPurposeCode #115

Merged
merged 2 commits into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions dist/openapi/account-info-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6263,6 +6263,14 @@
"$ref": "#/components/schemas/SecondaryIdentification"
}
}
},
"OBCategoryPurposeCode": {
"description" : "Enumeration of codes that outlines the type of purpose behind a transaction, payment or risk.",
"type" : "string",
"enum" : ["BONU","CASH","CBLK","CCRD","CGWV","CIPC","CONC","CORT","DCRD","DIVI","DVPM","EPAY","FCDT",
"FCIN","FCOL","GOVT","GP2P","HEDG","ICCP","IDCP","INTC","INTE","LBOX","LOAN","MP2B","MP2P","OTHR",
"PENS","RPRE","RRCT","RVPM","SALA","SECU","SSBE","SUPP","SWEP","TAXS","TOPG","TRAD","TREA","VATX",
"VOST","WHLD","ZABA"]
wkrop marked this conversation as resolved.
Show resolved Hide resolved
},
"OBCommunicationMethod" : {
"description": "Individual Definitions:\nEMAL - Email\nFAXI - Fax\nFILE - File\nONLI - Online\nPOST - Postal Service",
Expand Down Expand Up @@ -12970,6 +12978,9 @@
},
"SupplementaryData": {
"$ref": "#/components/schemas/OBSupplementaryData1"
},
"CategoryPurposeCode":{
"$ref": "#/components/schemas/OBCategoryPurposeCode"
}
},
"additionalProperties": false
Expand Down
52 changes: 52 additions & 0 deletions dist/openapi/account-info-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5049,6 +5049,56 @@ components:
$ref: '#/components/schemas/Name_0'
SecondaryIdentification:
$ref: '#/components/schemas/SecondaryIdentification'
OBCategoryPurposeCode:
description: >-
Enumeration of codes that outlines the type of purpose behind a
transaction, payment or risk.
Comment on lines +5053 to +5055
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for breaking the string over 2 lines

type: string
enum:
- BONU
- CASH
- CBLK
- CCRD
- CGWV
- CIPC
- CONC
- CORT
- DCRD
- DIVI
- DVPM
- EPAY
- FCDT
- FCIN
- FCOL
- GOVT
- GP2P
- HEDG
- ICCP
- IDCP
- INTC
- INTE
- LBOX
- LOAN
- MP2B
- MP2P
- OTHR
- PENS
- RPRE
- RRCT
- RVPM
- SALA
- SECU
- SSBE
- SUPP
- SWEP
- TAXS
- TOPG
- TRAD
- TREA
- VATX
- VOST
- WHLD
- ZABA
OBCommunicationMethod:
description: |-
Individual Definitions:
Expand Down Expand Up @@ -11286,6 +11336,8 @@ components:
$ref: '#/components/schemas/OBTransactionCardInstrument1'
SupplementaryData:
$ref: '#/components/schemas/OBSupplementaryData1'
CategoryPurposeCode:
$ref: '#/components/schemas/OBCategoryPurposeCode'
additionalProperties: false
OBTransaction6Basic:
type: object
Expand Down
11 changes: 11 additions & 0 deletions dist/openapi/payment-initiation-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4973,6 +4973,14 @@
"minLength": 1,
"maxLength": 16
},
"OBCategoryPurposeCode": {
"description" : "Enumeration of codes that outlines the type of purpose behind a transaction, payment or risk.",
"type" : "string",
"enum" : ["BONU","CASH","CBLK","CCRD","CGWV","CIPC","CONC","CORT","DCRD","DIVI","DVPM","EPAY","FCDT",
"FCIN","FCOL","GOVT","GP2P","HEDG","ICCP","IDCP","INTC","INTE","LBOX","LOAN","MP2B","MP2P","OTHR",
"PENS","RPRE","RRCT","RVPM","SALA","SECU","SSBE","SUPP","SWEP","TAXS","TOPG","TRAD","TREA","VATX",
"VOST","WHLD","ZABA"]
wkrop marked this conversation as resolved.
Show resolved Hide resolved
},
"CountryCode": {
"description": "Nation with its own government.",
"type": "string",
Expand Down Expand Up @@ -5416,6 +5424,9 @@
"maxLength": 4,
"description": "Category code, related to the type of services or goods that corresponds to the underlying purpose of the payment that conforms to Recommended UK Purpose Code in ISO 20022 Payment Messaging List"
},
"CategoryPurposeCode":{
"$ref": "#/components/schemas/OBCategoryPurposeCode"
},
"BeneficiaryAccountType": {
"$ref": "#/components/schemas/OBExternalExtendedAccountType1Code"
},
Expand Down
52 changes: 52 additions & 0 deletions dist/openapi/payment-initiation-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3047,6 +3047,56 @@ components:
type: string
minLength: 1
maxLength: 16
OBCategoryPurposeCode:
description: >-
Enumeration of codes that outlines the type of purpose behind a
transaction, payment or risk.
wkrop marked this conversation as resolved.
Show resolved Hide resolved
type: string
enum:
- BONU
- CASH
- CBLK
- CCRD
- CGWV
- CIPC
- CONC
- CORT
- DCRD
- DIVI
- DVPM
- EPAY
- FCDT
- FCIN
- FCOL
- GOVT
- GP2P
- HEDG
- ICCP
- IDCP
- INTC
- INTE
- LBOX
- LOAN
- MP2B
- MP2P
- OTHR
- PENS
- RPRE
- RRCT
- RVPM
- SALA
- SECU
- SSBE
- SUPP
- SWEP
- TAXS
- TOPG
- TRAD
- TREA
- VATX
- VOST
- WHLD
- ZABA
CountryCode:
description: Nation with its own government.
type: string
Expand Down Expand Up @@ -3481,6 +3531,8 @@ components:
Category code, related to the type of services or goods that
corresponds to the underlying purpose of the payment that conforms
to Recommended UK Purpose Code in ISO 20022 Payment Messaging List
CategoryPurposeCode:
$ref: '#/components/schemas/OBCategoryPurposeCode'
BeneficiaryAccountType:
$ref: '#/components/schemas/OBExternalExtendedAccountType1Code'
DeliveryAddress:
Expand Down
11 changes: 11 additions & 0 deletions dist/openapi/vrp-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1834,6 +1834,14 @@
}
}
},
"OBCategoryPurposeCode": {
"description" : "Enumeration of codes that outlines the type of purpose behind a transaction, payment or risk.",
"type" : "string",
"enum" : ["BONU","CASH","CBLK","CCRD","CGWV","CIPC","CONC","CORT","DCRD","DIVI","DVPM","EPAY","FCDT",
"FCIN","FCOL","GOVT","GP2P","HEDG","ICCP","IDCP","INTC","INTE","LBOX","LOAN","MP2B","MP2P","OTHR",
"PENS","RPRE","RRCT","RVPM","SALA","SECU","SSBE","SUPP","SWEP","TAXS","TOPG","TRAD","TREA","VATX",
"VOST","WHLD","ZABA"]
wkrop marked this conversation as resolved.
Show resolved Hide resolved
},
"OBCharge2": {
"type": "object",
"required": [
Expand Down Expand Up @@ -2209,6 +2217,9 @@
"maxLength": 4,
"description": "Category code, related to the type of services or goods that corresponds to the underlying purpose of the payment that conforms to Recommended UK Purpose Code in ISO 20022 Payment Messaging List"
},
"CategoryPurposeCode":{
"$ref": "#/components/schemas/OBCategoryPurposeCode"
},
"BeneficiaryAccountType": {
"$ref": "#/components/schemas/OBExternalExtendedAccountType1Code"
},
Expand Down
Loading