Class CollectionGuarantee
Inheritance
CollectionGuarantee
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public class CollectionGuarantee
Properties
|
Improve this Doc
View Source
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
|
Improve this Doc
View Source
Collection_id
Declaration
[JsonProperty("collection_id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Collection_id { get; set; }
Property Value
|
Improve this Doc
View Source
Signature
Declaration
[JsonProperty("signature")]
[Required(AllowEmptyStrings = true)]
public byte[] Signature { get; set; }
Property Value
|
Improve this Doc
View Source
Signer_ids
Declaration
[JsonProperty("signer_ids")]
[Required]
[MinLength(1)]
public ICollection<string> Signer_ids { get; set; }
Property Value