Skip to content
Open
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
16 changes: 16 additions & 0 deletions helloasso.json
Original file line number Diff line number Diff line change
Expand Up @@ -3475,6 +3475,11 @@
"description": "The organization is authenticated. Property returned only when asked by an organization admin.",
"nullable": true
},
"displayCoordinates": {
"type": "boolean",
"description": "If the organization chose to display its coordinates. Property returned only when asked by an organization admin.",
"nullable": true
},
"isCashInCompliant": {
"type": "boolean",
"description": "If transaction can be init on the organization or not. Property returned only when asked by an organization admin.",
Expand Down Expand Up @@ -4996,6 +5001,11 @@
"description": "The organization is authenticated. Property returned only when asked by an organization admin.",
"nullable": true
},
"displayCoordinates": {
"type": "boolean",
"description": "If the organization chose to display its coordinates. Property returned only when asked by an organization admin.",
"nullable": true
},
"isCashInCompliant": {
"type": "boolean",
"description": "If transaction can be init on the organization or not. Property returned only when asked by an organization admin.",
Expand Down Expand Up @@ -6204,6 +6214,12 @@
"HelloAsso.Api.V5.Common.Models.Statistics.PaymentDetail": {
"type": "object",
"properties": {
"cardExpirationDate": {
"type": "string",
"description": "Card expiration date (only for card payments)",
"format": "date-time",
"nullable": true
},
"order": {
"$ref": "#/components/schemas/HelloAsso.Api.V5.Common.Models.Statistics.OrderLight"
},
Expand Down