Class PaymentPayload2
- Namespace
- Thirdweb.Api
- Assembly
- Thirdweb.dll
public class PaymentPayload2
- Inheritance
-
PaymentPayload2
- Inherited Members
-
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
- IDictionary<string, object>
Network
[JsonProperty("network", Required = Required.Always)]
public Network3 Network { get; set; }
Property Value
- Network3
Payload
[JsonProperty("payload", Required = Required.Always)]
public Payload2 Payload { get; set; }
Property Value
- Payload2
Scheme
[JsonProperty("scheme", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public PaymentPayload2Scheme Scheme { get; set; }
Property Value
- PaymentPayload2Scheme
X402Version
[JsonProperty("x402Version", Required = Required.Always)]
public double X402Version { get; set; }
Property Value
- double