iyzico v1.0.1 Iyzico.PaymentRequest

Link to this section Summary

Types

Represents a payment request information

t()

Link to this section Types

Link to this type currency()
currency() :: :try

Represents a payment request information.

Link to this type payment_channel()
payment_channel() :: :web
Link to this type payment_group()
payment_group() :: :product
Link to this type t()
t() :: %Iyzico.PaymentRequest{basket_id: binary, basket_items: list, billing_address: Iyzico.Address.t, buyer: Iyzico.Buyer.t, conversation_id: binary, currency: currency, installment: integer, locale: binary, paid_price: binary, payment_card: Iyzico.Card.t, payment_channel: payment_channel, payment_group: payment_group, price: binary, shipping_address: Iyzico.Address.t}