You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ShipEngineSDK/Enums/ErrorType.cs
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,18 @@ public enum ErrorType
41
41
/// An unknown or unexpected error occurred in our system. Or an error occurred that has not yet been assigned a specific error_type. If you receive persistent system errors, then please contact our support or check our API status page to see if there's a known issue.
Copy file name to clipboardExpand all lines: ShipEngineSDK/Models/Dto/Common/Enums/InsuranceProvider.cs
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,18 @@ public enum InsuranceProvider
29
29
/// The package is insured by a third-party insurance service, outside of ShipEngine.
30
30
/// </summary>
31
31
[EnumMember(Value="third_party")]
32
-
ThirdParty
32
+
ThirdParty,
33
+
34
+
/// <summary>
35
+
/// This option will assign the insurance provider available with ShipEngine Carriers to the shipment (currently ParcelGuard). The response will auto-populate the insurance_provider field with parcelguard.
36
+
/// </summary>
37
+
[EnumMember(Value="funding_source")]
38
+
FundingSource,
39
+
40
+
/// <summary>
41
+
/// This option will assign ParcelGuard as the insurance provider for the shipment. Using this value is functionally the same as using the 'funding_source' value.
0 commit comments