Skip to content

Commit

Permalink
Merge pull request #73 from pagopa/update-station-model-with-odp-fields
Browse files Browse the repository at this point in the history
Update station model with OdP fields
  • Loading branch information
pasqualespica authored Sep 26, 2024
2 parents 36e3ddf + 9ebaaff commit 9949787
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,10 @@ public class Station implements Serializable {

@JsonProperty(value = "flag_standin")
private Boolean flagStandIn;

@JsonProperty("is_payment_options_enabled")
private Boolean isPaymentOptionsEnabled = false;

@JsonProperty("rest_endpoint")
private String restEndpoint;
}

0 comments on commit 9949787

Please sign in to comment.