Skip to content

Commit

Permalink
update station model with OdP fields
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelemella committed Sep 26, 2024
1 parent 36e3ddf commit 9ebaaff
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 9ebaaff

Please sign in to comment.