Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

name "id" already exist #5

Closed
sinoergin opened this issue Jan 9, 2019 · 1 comment
Closed

name "id" already exist #5

sinoergin opened this issue Jan 9, 2019 · 1 comment

Comments

@sinoergin
Copy link

Hi,
Could you fix it this ?
[DeserializeAs(Name = "business_country_code")]
[JsonProperty(PropertyName = "id", ReferenceLoopHandling = ReferenceLoopHandling.Serialize, DefaultValueHandling = DefaultValueHandling.Ignore, NullValueHandling = NullValueHandling.Ignore, ObjectCreationHandling = ObjectCreationHandling.Auto)]
public string BusinessCountryCode { get; set; }

@sinoergin sinoergin reopened this Jan 9, 2019
@sinoergin
Copy link
Author

[DeserializeAs(Name = "business_country_code")]
[JsonProperty(PropertyName = "business_country_code", ReferenceLoopHandling = ReferenceLoopHandling.Serialize, DefaultValueHandling = DefaultValueHandling.Ignore, NullValueHandling = NullValueHandling.Ignore, ObjectCreationHandling = ObjectCreationHandling.Auto)]
public string BusinessCountryCode { get; set; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant