Contains a network and a raw result code from that network.
JSON representation |
---|
{
"rawResult": {
object ( |
Fields | |
---|---|
rawResult |
REQUIRED: The raw response code from the network to this call. This is informational only. |
authorizationCode |
The Authorization Verification Code returned from the Card Network during the reservation of funds. Any time that this Code is provided by the network, it should be returned to Google. Common names for this field include: Auth code, Verification Code, Authorization Number, Authorization ID, Approval Code |
RawResult
Raw result object.
JSON representation |
---|
{ "scope": string, "rawCode": string } |
Fields | |
---|---|
scope |
OPTIONAL: Scope of the rawCode, can be empty. |
rawCode |
REQUIRED: Raw code from the integrator or subsystems within it. |