createCharge

abstract suspend fun createCharge(postChargesRequest: PostChargesRequest): PostChargesResponse

Create/Define a Charge Define a new charge that can later be associated with loans and savings through their respective product definitions or directly on each account instance. Responses:

  • 200: OK

Return

PostChargesResponse

Parameters

postChargesRequest