Class ShippingDetails
Inheritance
ShippingDetails
Assembly: Inttegro.dll
Syntax
public sealed class ShippingDetails
Properties
|
Edit this page
View Source
CustomData
Declaration
[JsonPropertyName("custom_data")]
public Dictionary<string, JsonNode?>? CustomData { get; set; }
Property Value
|
Edit this page
View Source
Fee
Declaration
[JsonPropertyName("fee")]
public Amount? Fee { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
TaxCode
Declaration
[JsonPropertyName("tax_code")]
public string? TaxCode { get; set; }
Property Value