{
  "type": "record",
  "name": "abacusAccountPayeePayoneerOAuthComplete",
  "namespace": "com.orchard.kafka.data.highway",
  "fields": [
    {
      "name": "timestamp",
      "type": "string"
    },
    {
      "name":"accountPayee",
      "type":{
        "type": "record",
        "name": "accountPayeeInformation",
        "fields": [
          {
            "name":"accountPayeeId",
            "type":"string"
          }
        ]
      }
    },
    {
      "name": "type",
      "type": {
        "type": "enum",
        "name": "payoneerAccountStatus",
        "symbols": [
          "ACTIVE",
          "INACTIVE",
          "INIT",
          "PENDING"
        ]
      },
      "doc": "Payoneer account status."
    }
  ]
}
