Discuss this help topic in SecureBlackbox Forum
Specifies AS3 name of the receipt originator.
Declaration
[C#/Java]
string AS3From;
[VB.NET]
Property AS3From As String
[Pascal]
property AS3From : string;
[C++]
void get_AS3From(std::string &OutResult);
void set_AS3From(const std::string &Value);
[PHP]
string get_AS3From()
void set_AS3From(string $Value)
Description
Use this property to specify AS3 name of the receipt originator.
Discuss this help topic in SecureBlackbox Forum