Changes for page ../credit-account

Last modified by David Persson on 2022/08/11 10:52
From version 118.1
edited by David Persson
on 2020/02/12 17:12
To version 119.1
edited by David Persson
on 2020/02/13 12:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -599,10 +599,10 @@
599 599  Content-Type: application/json
600 600  
601 601  {
602 - "@id" : "/ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment-setting",
603 - "recurringPaymentMethod" : "autogiro",
604 - "recurringPaymentScope" : "fixedRecurring",
605 - "fixedRecurringAmount" : 1500.00,
602 + "@id" : "/ledger/credit-account/v1/XXX/accounts/NNN/recurring-payment-configurations",
603 + "paymentMethod" : "autogiro",
604 + "paymentScope" : "fixedRecurring",
605 + "fixedAmount" : 1500.00,
606 606   "parentHREF": "/ledger/credit-account/v1/XXX/accounts/NNN",
607 607   "operation" : [
608 608   {
... ... @@ -626,8 +626,8 @@
626 626  Content-Type: application/json
627 627  
628 628  {
629 - "recurringPaymentScope" : "billedAmount",
630 - "fixedRecurringAmount" : 0.00
629 + "paymentScope" : "billedAmount",
630 + "fixedAmount" : 0.00
631 631  }
632 632  {{/code}}
633 633  
... ... @@ -635,10 +635,10 @@
635 635  
636 636  (% class="table-bordered table-striped" %)
637 637  |=(% style="width: 337px;" %)Property|=(% style="width: 205px;" %)Data type|=(% style="width: 208px;" %)Format|=(% style="width: 58px;" %)Modify (patch)|=(% style="width: 1176px;" %)Description
638 -|(% style="width:337px" %)recurringPaymentMethod|(% style="width:205px" %)string|(% style="width:208px" %) |(% style="background-color:palegreen; width:58px" %) |(% style="width:1176px" %)recurringPaymentMethods:(((
638 +|(% style="width:337px" %)recurringMethod|(% style="width:205px" %)string|(% style="width:208px" %) |(% style="background-color:palegreen; width:58px" %) |(% style="width:1176px" %)recurringPaymentMethods:(((
639 639  * autogiro
640 640  )))
641 -|(% style="width:337px" %)recurringPaymentScope|(% style="width:205px" %)string|(% style="width:208px" %) |(% style="background-color:palegreen; width:58px" %) |(% style="width:1176px" %)(((
641 +|(% style="width:337px" %)recurringScope|(% style="width:205px" %)string|(% style="width:208px" %) |(% style="background-color:palegreen; width:58px" %) |(% style="width:1176px" %)(((
642 642  recurringPaymentScopes:
643 643  
644 644  * fixedRecurring (Fixed amount to debit monthly)
... ... @@ -646,7 +646,7 @@
646 646  * billedAmount (Only the minimum amount to pay will be debited)
647 647  * NotSet
648 648  )))
649 -|(% style="width:337px" %)fixedRecurringAmount|(% style="width:205px" %)decimal|(% style="width:208px" %) |(% style="background-color:palegreen; width:58px" %) |(% style="width:1176px" %)amount to monthly debit end-customers bankaccount (Only valid if recurringPaymentScope is set to "fixedRecurring")
649 +|(% style="width:337px" %)fixedAmount|(% style="width:205px" %)decimal|(% style="width:208px" %) |(% style="background-color:palegreen; width:58px" %) |(% style="width:1176px" %)amount to monthly debit end-customers bankaccount (Only valid if recurringPaymentScope is set to "fixedRecurring")
650 650  
651 651  == Active-payment-orders ==
652 652