Class ShippingDetailsParams
Inheritance
ShippingDetailsParams
Assembly: Inttegro.dll
Syntax
public sealed class ShippingDetailsParams
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 AmountParams? 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