Skip to content

Commit

Permalink
Update VTEX - Orders API.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Isabella-Veloso committed Oct 9, 2024
1 parent 262e0d8 commit ce446a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions VTEX - Orders API.json
Original file line number Diff line number Diff line change
Expand Up @@ -12618,7 +12618,8 @@
"paymentSystemName": {
"type": "string",
"description": "Payment system name."
},"value": {
},
"value": {
"type": "integer",
"description": "Order total payment value in cents."
},
Expand Down Expand Up @@ -12792,7 +12793,8 @@
},
"accountId": {
"type": "string",
"description": "Identification code of the account where the payment was made."
"description": "Identification code of the account where the payment was made.",
"nullable": true
},
"parentAccountId": {
"type": "string",
Expand Down

0 comments on commit ce446a0

Please sign in to comment.