Casper.Network.SDK
Show / Hide Table of Contents

Class PrepaidPricingMode

Inheritance
object
PrepaidPricingMode
Implements
IPricingMode
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class PrepaidPricingMode : IPricingMode

Properties

| Edit this page View Source

Receipt

Pre-paid receipt in the Prepaid Pricing mode.

Declaration
[JsonPropertyName("receipt")]
public string Receipt { get; init; }
Property Value
Type Description
string

Methods

| Edit this page View Source

ToBytes()

Declaration
public byte[] ToBytes()
Returns
Type Description
byte[]

Implements

IPricingMode
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC