Guest User

Untitled

a guest
Sep 20th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. {
  2. "type": "record",
  3. "name": "SubscriptionRequest",
  4. "namespace": "com.felipeassoline.subscription.payment.api",
  5. "fields": [
  6. {"name": "cardNumber", "type": ["string", "null"]},
  7. {"name": "secret", "type": ["string", "null"]},
  8. {"name": "status", "type": ["string", "null"]}
  9. ]
  10. }
Add Comment
Please, Sign In to add comment