pub fn make_periodic_payment<T: Config>(contract_id: T::ContractId)
Expand description

Makes a periodic payment for a contract

Processes the next scheduled payment for a periodic payment contract. Handles payment calculation including any penalties from missed payments.

§Arguments

  • origin - Must be signed by the payer (licensee/buyer)
  • contract_id - ID of the contract to make a payment for

§Events

§Errors

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::make_periodic_payment.