IValidatedRequestedInfo Interface

Namespace
OpenTl.Schema.Payments
Interfaces
Implementing Types
graph TD Interface0["IObject"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["IValidatedRequestedInfo"] class Type type-node Type-.->Implementing0["TValidatedRequestedInfo"] click Implementing0 "/OpenTl.Schema/api/OpenTl.Schema.Payments/TValidatedRequestedInfo"

Syntax

public interface IValidatedRequestedInfo : IObject

Properties

Name Value Summary
Flags BitArray
Id string
IdAsBinary byte[]
ShippingOptions TVector<IShippingOption>

Extension Methods

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