ExCashfreeSDK.PaymentGateway.Orders (ex_cashfree_sdk v0.1.0)
Orders APIs implementation for Cashfree SDK
Summary
Types
Link to this type
customer()
@type customer() :: %{ optional(:customer_name) => String.t(), optional(:customer_email) => String.t(), optional(:customer_bank_ifsc) => String.t(), optional(:customer_bank_account_number) => String.t(), optional(:customer_bank_code) => number(), customer_id: String.t(), customer_phone: String.t() }
Link to this type
order()
Functions
Link to this function
create_order(order)
Link to this function
get_order(order_id)
Link to this function