Skip to content

Commit f21a944

Browse files
authored
- Add duty_payment option (#318)
1 parent 69f918c commit f21a944

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

EasyPost/Options.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ public class Options : Resource
2424
public string bill_third_party_country { get; set; }
2525
[JsonProperty("bill_third_party_postal_code")]
2626
public string bill_third_party_postal_code { get; set; }
27+
[JsonProperty("billing_ref")]
28+
public string billing_ref { get; set; }
2729
[JsonProperty("by_drone")]
2830
public bool? by_drone { get; set; }
2931
[JsonProperty("carbon_neutral")]
@@ -74,6 +76,8 @@ public class Options : Resource
7476
public string dry_ice_medical { get; set; }
7577
[JsonProperty("dry_ice_weight")]
7678
public string dry_ice_weight { get; set; }
79+
[JsonProperty("duty_payment")]
80+
public Dictionary<string, object> duty_payment { get; set; }
7781
[JsonProperty("duty_payment_account")]
7882
public string duty_payment_account { get; set; }
7983
[JsonProperty("endorsement")]
@@ -170,8 +174,6 @@ public class Options : Resource
170174
public string smartpost_hub { get; set; }
171175
[JsonProperty("smartpost_manifest")]
172176
public string smartpost_manifest { get; set; }
173-
[JsonProperty("billing_ref")]
174-
public string billing_ref { get; set; }
175177
[JsonProperty("special_rates_eligibility")]
176178
public string special_rates_eligibility { get; set; }
177179
[JsonProperty("suppress_etd")]

0 commit comments

Comments
 (0)