Class FeeDetailsParams
Inheritance
FeeDetailsParams
Assembly: Inttegro.dll
Syntax
public sealed class FeeDetailsParams
Properties
|
Edit this page
View Source
Amount
Declaration
[JsonPropertyName("amount")]
public AmountParams? Amount { get; set; }
Property Value
|
Edit this page
View Source
CustomData
Declaration
[JsonPropertyName("custom_data")]
public Dictionary<string, JsonNode?>? CustomData { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[JsonPropertyName("description")]
public string? Description { 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
Label
Declaration
[JsonPropertyName("label")]
public string? Label { get; set; }
Property Value
|
Edit this page
View Source
TaxCode
Declaration
[JsonPropertyName("tax_code")]
public string? TaxCode { get; set; }
Property Value