UNPKG

@bunq-community/bunq-js-client

Version:

[![NPM Version](https://img.shields.io/npm/v/@bunq-community/bunq-js-client.svg) ](https://www.npmjs.com/package/@bunq-community/bunq-js-client) [![NPM Downloads](https://img.shields.io/npm/dt/@bunq-community/bunq-js-client.svg) ](https://www.npmjs.com/p

9 lines (8 loc) 274 B
import Amount from "./Amount"; import AddressDetails from "./AddressDetails"; declare type RequestResponsePutOptions = { amount_responded?: Amount; address_shipping?: AddressDetails; address_billing?: AddressDetails; }; export default RequestResponsePutOptions;