Guest User

Untitled

a guest
Sep 24th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. message charge_processed {
  2. option (persist_in) = "lyfthouse,hive";
  3. option (sending_service) = "green";
  4. option (author) = "femi@lyft.com";
  5. option (launch_date) = "2014-05-28";
  6. option (watcher) = "#analytics-events";
  7. optional string action = 2;
  8. optional string actor = 3;
  9. optional int32 amount = 4;
  10. optional int32 amount_charged = 5;
  11. optional string amount_currency = 6;
  12. optional bool approved_driver = 7;
  13. optional int32 auto_retry_attempt_count = 8;
  14. optional int32 bill_charge_count = 9;
  15. optional string bill_id = 10;
  16. optional bool capture = 11;
  17. optional string card_billing_type = 12;
  18. optional string card_card_id = 13;
  19. optional string card_description = 14;
  20. optional string card_fingerprint = 15;
  21. optional string card_label = 16;
  22. optional string card_label_type = 17;
  23. optional int32 card_last_four = 18;
  24. optional string card_provider = 19;
  25. optional string card_provider_customer_id = 20;
  26. optional string card_source = 21;
  27. optional string card_type = 22;
  28. optional string charge_account_credit_line_id = 23;
  29. optional string charge_actor = 24;
  30. optional int32 charge_associated_id = 25;
  31. optional string charge_associated_to = 26;
  32. optional string charge_classification = 27;
  33. optional timestamp charge_created_at = 28;
  34. optional string charge_credit_card_id = 29;
  35. optional string charge_note = 30;
  36. optional timestamp charge_retry_at = 31;
  37. optional string charge_status = 32;
  38. optional timestamp charge_succeeded_at = 33;
  39. optional string charge_type = 34;
  40. optional string charge_user_message = 35;
  41. optional string classification = 36;
  42. optional string coupon_coupon_code = 37;
  43. optional string coupon_usage_type = 38;
  44. optional string coupon_value_type = 39;
  45. optional timestamp created_at = 40;
  46. optional bool debt_collection = 41;
  47. optional string debt_collection_initiator = 42;
  48. optional string event_source = 43;
  49. optional string external_note = 44;
  50. optional timestamp failed_attempts_0_created_at = 45;
  51. optional string failed_attempts_0_decline_code = 46;
  52. optional string failed_attempts_0_error_code = 47;
  53. optional string failed_attempts_0_error_detail = 48;
  54. optional int32 fee = 49;
  55. optional string fee_currency = 50;
  56. optional string id = 51;
  57. optional bool indebted = 52;
  58. optional string internal_note = 53;
  59. optional string ip_address = 54;
  60. optional bool is_retry = 55;
  61. optional string method_identifier = 56;
  62. optional string migration_source = 57;
  63. optional string mode = 58;
  64. optional int32 normalized_amount = 59;
  65. optional int32 normalized_fee = 60;
  66. optional string order_type = 61; // The order type if charge is type 'ledger'
  67. optional string participant_domain = 62; // The party that is responsible for the charge
  68. optional string participant_identifier = 63; // The id of the party that responsible for the charge
  69. optional string payment_method = 64;
  70. optional int32 processId = 65;
  71. optional string processName = 66;
  72. optional int64 recipient_user_id = 67 [(subtype) = "user_obscured_id"];
  73. optional string region = 68;
  74. optional int64 ride_id = 69 [(subtype) = "ride_id"];
  75. optional string ride_type = 70;
  76. optional string status = 71;
  77. optional bool stripe_timeout = 72;
  78. optional timestamp succeeded_at = 73;
  79. optional bool successful = 74;
  80. optional string systemName = 75;
  81. optional timestamp time = 76;
  82. optional float transaction_fee = 77 [(subtype) = "decimal"];
  83. optional string transaction_id = 78;
  84. optional string transaction_source = 79;
  85. optional string type = 80;
  86. optional int64 user_id = 81 [(subtype) = "user_obscured_id"];
  87. optional int64 user_obscured_id = 82 [(subtype) = "user_obscured_id"];
  88. optional string uuid = 83;
  89. optional string failed_attempts_1_created_at = 85;
  90. optional bool has_charge_token = 86;
  91. optional string charge_account_id = 87;
  92. optional string order_id = 88; // ledger order id
  93. optional string invoice_id = 89; // ledger invoice id
  94. optional string route_id = 90;
Add Comment
Please, Sign In to add comment