iyzico v1.6.2 Iyzico.InstallmentOption
A module representing installment options to be applied on a payment.
Link to this section Summary
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(opt)
get_total_price(Iyzico.InstallmentOption.t()) :: number()
Returns total price for given installment option.