iyzico v1.5.0 Iyzico.InstallmentOption

A module representing installment options to be applied on a payment.

Link to this section Summary

Types

t()

Represents an installment option of a payment

Functions

Returns total price for given installment option

Link to this section Types

Link to this type t()
t() :: %Iyzico.InstallmentOption{per_month_price: number, stages: integer}

Represents an installment option of a payment.

Fields

  • :per_month_price: Price to be paid per month.
  • :stages: The number of stages incurred.

Link to this section Functions

Link to this function get_total_price(installment_option)
get_total_price(Iyzico.InstallmentOption.t) :: number

Returns total price for given installment option.