Skip to content

Commit

Permalink
Flexible Loan Adjust LTV
Browse files Browse the repository at this point in the history
  • Loading branch information
Haiss2 committed Oct 18, 2023
1 parent 39584b4 commit 191db79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions v2/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1050,3 +1050,7 @@ func (c *Client) NewGetFlexibleLoanOngoingOrdersService() *GetFlexibleLoanOngoin
func (c *Client) NewFlexibleLoanRepayService() *FlexibleLoanRepayService {
return &FlexibleLoanRepayService{c: c}
}

func (c *Client) NewFlexibleLoanAdjustLTVService() *FlexibleLoanAdjustLTVService {
return &FlexibleLoanAdjustLTVService{c: c}
}

0 comments on commit 191db79

Please sign in to comment.