1.0.12 • Published 7 months ago

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

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months 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

7 months ago