Skip to content

Commit b042144

Browse files
author
Jerome
committed
[DevX-1746] update TransactionResponse object for Nexus parity
1 parent 8f07d83 commit b042144

1 file changed

Lines changed: 120 additions & 0 deletions

File tree

openapi/mx_platform_api.yml

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3661,6 +3661,18 @@ components:
36613661
example: 61.11
36623662
nullable: true
36633663
type: number
3664+
amount_set_by:
3665+
example: 1
3666+
nullable: true
3667+
type: integer
3668+
business_category:
3669+
example: Office Supplies
3670+
nullable: true
3671+
type: string
3672+
business_category_guid:
3673+
example: BCG-12345678-90ab-cdef-1234-567890abcdef
3674+
nullable: true
3675+
type: string
36643676
category:
36653677
example: Groceries
36663678
nullable: true
@@ -3669,6 +3681,14 @@ components:
36693681
example: CAT-9588eaad-90a4-bb5c-66c8-1812503d0db8
36703682
nullable: true
36713683
type: string
3684+
category_set_by:
3685+
example: 1
3686+
nullable: true
3687+
type: integer
3688+
check_number_set_by:
3689+
example: 1
3690+
nullable: true
3691+
type: integer
36723692
check_number_string:
36733693
example: "6812"
36743694
nullable: true
@@ -3681,22 +3701,90 @@ components:
36813701
example: USD
36823702
nullable: true
36833703
type: string
3704+
currency_code_set_by:
3705+
example: 1
3706+
nullable: true
3707+
type: integer
36843708
date:
36853709
example: "2013-09-23T00:00:00.000Z"
36863710
nullable: true
36873711
type: string
3712+
date_set_by:
3713+
example: 1
3714+
nullable: true
3715+
type: integer
36883716
description:
36893717
example: Whole foods
36903718
nullable: true
36913719
type: string
3720+
description_set_by:
3721+
example: 1
3722+
nullable: true
3723+
type: integer
36923724
extended_transaction_type:
36933725
example: partner_transaction_type
36943726
nullable: true
36953727
type: string
3728+
feed_amount:
3729+
example: 61.11
3730+
nullable: true
3731+
type: number
3732+
feed_check_number_string:
3733+
example: "6812"
3734+
nullable: true
3735+
type: string
3736+
feed_currency_code:
3737+
example: USD
3738+
nullable: true
3739+
type: string
3740+
feed_description:
3741+
example: WHOLEFDS TSQ 102
3742+
nullable: true
3743+
type: string
3744+
feed_is_international:
3745+
example: false
3746+
nullable: true
3747+
type: boolean
3748+
feed_latitude:
3749+
example: -43.2075
3750+
nullable: true
3751+
type: number
3752+
feed_longitude:
3753+
example: 139.691706
3754+
nullable: true
3755+
type: number
3756+
feed_memo:
3757+
example: Original memo from feed
3758+
nullable: true
3759+
type: string
3760+
feed_posted_at:
3761+
example: "2016-10-07T06:00:00.000Z"
3762+
nullable: true
3763+
type: string
3764+
feed_status:
3765+
example: POSTED
3766+
nullable: true
3767+
type: string
3768+
feed_transacted_at:
3769+
example: "2016-10-06T13:00:00.000Z"
3770+
nullable: true
3771+
type: string
3772+
feed_transaction_type:
3773+
example: DEBIT
3774+
nullable: true
3775+
type: string
36963776
guid:
36973777
example: TRN-265abee9-889b-af6a-c69b-25157db2bdd9
36983778
nullable: true
36993779
type: string
3780+
has_been_split:
3781+
example: false
3782+
nullable: true
3783+
type: boolean
3784+
has_been_viewed:
3785+
example: true
3786+
nullable: true
3787+
type: boolean
37003788
id:
37013789
example: transaction-265abee9-889b-af6a-c69b-25157db2bdd9
37023790
nullable: true
@@ -3741,10 +3829,34 @@ components:
37413829
example: false
37423830
nullable: true
37433831
type: boolean
3832+
is_international_set_by:
3833+
example: 1
3834+
nullable: true
3835+
type: integer
3836+
is_business:
3837+
example: false
3838+
nullable: true
3839+
type: boolean
3840+
is_flagged:
3841+
example: false
3842+
nullable: true
3843+
type: boolean
3844+
is_hidden:
3845+
example: false
3846+
nullable: true
3847+
type: boolean
3848+
is_manual:
3849+
example: false
3850+
nullable: true
3851+
type: boolean
37443852
latitude:
37453853
example: -43.2075
37463854
nullable: true
37473855
type: number
3856+
latitude_set_by:
3857+
example: 1
3858+
nullable: true
3859+
type: integer
37483860
localized_description:
37493861
example: This is a localized_description
37503862
nullable: true
@@ -3757,6 +3869,10 @@ components:
37573869
example: 139.691706
37583870
nullable: true
37593871
type: number
3872+
longitude_set_by:
3873+
example: 1
3874+
nullable: true
3875+
type: integer
37603876
member_guid:
37613877
example: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b
37623878
nullable: true
@@ -3769,6 +3885,10 @@ components:
37693885
example: This is a memo
37703886
nullable: true
37713887
type: string
3888+
memo_set_by:
3889+
example: 1
3890+
nullable: true
3891+
type: integer
37723892
merchant_category_code:
37733893
example: 5411
37743894
nullable: true

0 commit comments

Comments
 (0)