feat(utils): add iso representation for each state for european countries (#7273)

This commit is contained in:
Sakil Mostak
2025-02-15 20:39:26 +05:30
committed by GitHub
parent 0d5c6faae0
commit c337be66f9
6 changed files with 4791 additions and 4 deletions

View File

@ -1684,7 +1684,7 @@ impl MandateIds {
pub struct MandateData {
/// A way to update the mandate's payment method details
pub update_mandate_id: Option<String>,
/// A concent from the customer to store the payment method
/// A consent from the customer to store the payment method
pub customer_acceptance: Option<CustomerAcceptance>,
/// A way to select the type of mandate used
pub mandate_type: Option<MandateType>,