```js
  <DefaultPayment card={{
    brand: 'jcb',
    exp_month: '08',
    exp_year: '2020',
    last_4_digits: '1234'
  }}/>
```
