Requests.Payments.Sources.Fawry (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type product() :: %{
  product_id: String.t(),
  quantity: String.t(),
  price: integer(),
  description: String.t()
}
@type t() :: %Requests.Payments.Sources.Fawry{
  customer_email: String.t(),
  customer_mobile: String.t(),
  customer_profile_id: String.t(),
  description: String.t(),
  expires_on: String.t(),
  products: [product()],
  type: String.t()
}

Link to this section Functions