SecretNET.NFT Namespace

SetMintersRequest..::..Payload Property

Payload of the request.

Namespace:  SecretNET.NFT
Assembly:  SecretNET.NFT (in SecretNET.NFT.dll)

Syntax


public SetMintersRequest_Payload Payload { get; set; }
Public Property Payload As SetMintersRequest_Payload
	Get
	Set
public:
property SetMintersRequest_Payload^ Payload {
	SetMintersRequest_Payload^ get ();
	void set (SetMintersRequest_Payload^ value);
}