markdown 交易迁移 - 分析片

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 交易迁移 - 分析片相关的知识,希望对你有一定的参考价值。

UI based scenarios and the transactions they make
===

- New enrolment
- Manually applied Enrolment Fee (i.e. fees)
- Manually applied refunds
- Manually applied credits
- Disenrolments
- Direct Debit run credits


Notes
---
- Set to success if latest Charge (i.e. first element of charge array) is successful

Breakdowns
===

New enrolment
---
- Enrolment charge tx is created with
  - *enrolmentId* is populated
  - *refundTransactionId* is false
  - *isDebit* is true
  - a *description* of the format "Enrolment into <term.code> <course.code> (<student.full_name>)"
  - 
- Enrolment Fee charge tx is created with
  - *enrolmentId* is populated
  - *studentId* is populated
  - a *description* of the format "Enrolment Fee (<student.full_name>)"
  - 

以上是关于markdown 交易迁移 - 分析片的主要内容,如果未能解决你的问题,请参考以下文章