Skip to content

Commit

Permalink
Merge branch 'main' into 85zu426rh
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Oct 16, 2023
2 parents 1212ef8 + c420228 commit db8208b
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 0 deletions.
16 changes: 16 additions & 0 deletions reference/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3130,6 +3130,16 @@ components:
description: |
Signifies post date of a card transaction.
This date cannot be in future.
status:
type: string
nullable: true
enum:
- PENDING
- POSTED
- null
example: PENDING
description: |
Signifies status of a card transaction.
description:
type: string
nullable: true
Expand Down Expand Up @@ -11830,6 +11840,12 @@ components:
Indicates whether the statement has atleast one card enrolled in
RTF.
example: true
rtf_card_network:
type: string
description: |
Card network of the statement if the statement has atleast one card enrolled in RTF.
example: VISA
nullable: true
missing_corporate_card_details:
type: array
items:
Expand Down
10 changes: 10 additions & 0 deletions reference/approver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,16 @@ components:
description: |
Signifies post date of a card transaction.
This date cannot be in future.
status:
type: string
nullable: true
enum:
- PENDING
- POSTED
- null
example: PENDING
description: |
Signifies status of a card transaction.
description:
type: string
nullable: true
Expand Down
10 changes: 10 additions & 0 deletions reference/spender.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,16 @@ components:
description: |
Signifies post date of a card transaction.
This date cannot be in future.
status:
type: string
nullable: true
enum:
- PENDING
- POSTED
- null
example: PENDING
description: |
Signifies status of a card transaction.
description:
type: string
nullable: true
Expand Down
10 changes: 10 additions & 0 deletions src/components/schemas/expense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,16 @@ matched_corporate_card_transaction_out_embed:
description: |
Signifies post date of a card transaction.
This date cannot be in future.
status:
type: string
nullable: true
enum:
- PENDING
- POSTED
- null
example: PENDING
description: |
Signifies status of a card transaction.
description:
type: string
nullable: true
Expand Down
6 changes: 6 additions & 0 deletions src/components/schemas/statements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,12 @@ card_stats_out:
description: |
Indicates whether the statement has atleast one card enrolled in RTF.
example: true
rtf_card_network:
type: string
description: |
Card network of the statement if the statement has atleast one card enrolled in RTF.
example: VISA
nullable: true
missing_corporate_card_details:
type: array
items:
Expand Down

0 comments on commit db8208b

Please sign in to comment.