Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -4911,7 +4911,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/Resource"
"$ref": "#/definitions/ProxyResource"
}
],
"properties": {
Expand Down Expand Up @@ -5047,11 +5047,6 @@
"description": "The balance in billing currency after the event.",
"readOnly": true,
"$ref": "#/definitions/AmountWithExchangeRate"
},
"eTag": {
"readOnly": true,
"type": "string",
"description": "The eTag for the resource."
}
}
},
Expand All @@ -5078,7 +5073,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/Resource"
"$ref": "#/definitions/ProxyResource"
}
],
"properties": {
Expand Down Expand Up @@ -5180,11 +5175,6 @@
"description": "The reseller of the lot.",
"readOnly": true,
"$ref": "#/definitions/Reseller"
},
"eTag": {
"readOnly": true,
"type": "string",
"description": "The eTag for the resource."
}
}
},
Expand All @@ -5193,7 +5183,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/Resource"
"$ref": "#/definitions/ProxyResource"
}
],
"properties": {
Expand Down Expand Up @@ -5242,11 +5232,6 @@
"description": "Credit's reseller.",
"readOnly": true,
"$ref": "#/definitions/Reseller"
},
"eTag": {
"readOnly": true,
"type": "string",
"description": "The eTag for the resource."
}
}
},
Expand Down