paystack-rs 1.6.0

Paystack API Wrapper
Documentation
1
2
3
4
5
6
7
use serde::{Deserialize, Serialize};

#[derive(Debug, Serialize, Deserialize, Clone, Default)]
pub struct ApplePayResponseData {
    #[serde(rename = "domainNames")]
    pub domain_names: Vec<String>,
}