Class RequestPayer
Acknowledges that requester pays for the operation.
public sealed class RequestPayer : ConstantClass
- Inheritance
-
RequestPayer
Fields
Requester
Requester pays for the operation.
public static readonly RequestPayer Requester
Field Value
Methods
FindValue(string)
Finds the RequestPayer instance for the string value.
public static RequestPayer FindValue(string value)
Parameters
value
string
Returns
Operators
implicit operator RequestPayer(string)
Converts string to RequestPayer instance
public static implicit operator RequestPayer(string value)
Parameters
value
string