Skip to content

Commit

Permalink
Merge branch 'add_capitalone_virtual_card_last_four' of github.com:fy…
Browse files Browse the repository at this point in the history
…lein/fyle-platform-docs into add_capitalone_virtual_card_last_four
  • Loading branch information
nandanasp committed Oct 21, 2024
2 parents eefcd84 + cca6906 commit 488059a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions reference/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8797,6 +8797,12 @@ components:
description: |
Determines whether this card transaction can be deleted or not.
example: false
capitalone_virtual_card_last_four:
type: string
nullable: true
description: |
Last four digits of capitalone virtual card.
example: '4521'
foreign_currency:
$ref: '#/components/schemas/foreign_currency'
foreign_amount:
Expand Down Expand Up @@ -9013,6 +9019,12 @@ components:
description: |
Determines whether this card transaction can be deleted or not.
example: false
capitalone_virtual_card_last_four:
type: string
nullable: true
description: |
Last four digits of capitalone virtual card.
example: '4521'
foreign_currency:
$ref: '#/components/schemas/foreign_currency'
foreign_amount:
Expand Down
12 changes: 12 additions & 0 deletions reference/spender.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5180,6 +5180,12 @@ components:
description: |
Determines whether this card transaction can be deleted or not.
example: false
capitalone_virtual_card_last_four:
type: string
nullable: true
description: |
Last four digits of capitalone virtual card.
example: '4521'
foreign_currency:
$ref: '#/components/schemas/foreign_currency'
foreign_amount:
Expand Down Expand Up @@ -5396,6 +5402,12 @@ components:
description: |
Determines whether this card transaction can be deleted or not.
example: false
capitalone_virtual_card_last_four:
type: string
nullable: true
description: |
Last four digits of capitalone virtual card.
example: '4521'
foreign_currency:
$ref: '#/components/schemas/foreign_currency'
foreign_amount:
Expand Down

0 comments on commit 488059a

Please sign in to comment.