TValidatedRequestedInfo Class

Namespace
OpenTl.Schema.Payments
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IValidatedRequestedInfo"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema.Payments/IValidatedRequestedInfo" Interface1["IObject"]-.->Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["TValidatedRequestedInfo"] class Type type-node

Syntax

[Serialize(0xd1451883)]
public sealed class TValidatedRequestedInfo : IValidatedRequestedInfo, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
Flags BitArray
Id string
IdAsBinary byte[]
Binary representation for the 'Id' property
ShippingOptions TVector<IShippingOption>

Extension Methods

Name Value Summary
As<T>() T
From Utils
Is<T>() T
From Utils
IsEmpty() bool
From Utils