//! Client
//! ===========
//! The file for the Paystack API client and it's associated functions
use crate::;
/// This is the struct that allows you to authenticate to the PayStack API.
/// It contains the API key which allows you to interact with the API.