Facebook
From venkatesh, 4 Weeks ago, written in JavaScript.
Embed
Download Paste or View Raw
Hits: 144
  1. const shippingAddress = {
  2.   "country": "US",
  3.   "phoneNumber": "+919629237430",
  4.   "city": "admin",
  5.   "postalCode": "123",
  6.   "state": "admin",
  7.   "line2": "",
  8.   "line1": "admin"
  9. },
  10.  
  11. const physical = {
  12.   "last4": "7565",
  13.   "type": "physical",
  14.   "bin": "credit",
  15.   "cardId": "420d3a35-b800-4cf5-97c8-01894a077f8e",
  16.   "network": "master",
  17.   "status": "inactive"
  18. }