UNPKG

braintree

Version:

A library for server-side integrating with Braintree.

13 lines (9 loc) 280 B
"use strict"; let AttributeSetter = require("./attribute_setter").AttributeSetter; class AchMandate extends AttributeSetter { constructor(attributes) { super(attributes); this.acceptedAt = new Date(this.acceptedAt); } } module.exports = { AchMandate: AchMandate };