Search
@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() }