1.0.12 • Published 2 years ago

@wishcbg/bob-appointment-deposit-package v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

BOB 專案計算訂金使用使用

Example

import { OrderDeposit } from '@sientech/bob-appointment-deposit-package'

const orderDeposit = new OrderDeposit(appointmentOrder, appointmentDepositConfig)

console.log(orderDeposit.needDeposit()) // true
console.log(orderDeposit.getDepositPrice()) // 1000
1.0.12

2 years ago