Skip to content

Commit

Permalink
style: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
TmLev committed Aug 11, 2024
1 parent 24f1782 commit 3b4cde6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/resources/promotion_code_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ pub struct CreatePromotionCodeRestrictions<'a> {
/// Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).
#[serde(skip_serializing_if = "Option::is_none")]
pub currency_options: Option<
&'a std::collections::HashMap<
Currency,
CreatePromotionCodeRestrictionsCurrencyOptions,
>,
&'a std::collections::HashMap<Currency, CreatePromotionCodeRestrictionsCurrencyOptions>,
>,
/// A Boolean indicating if the Promotion Code should only be redeemed for Customers without any successful payments or invoices.
#[serde(skip_serializing_if = "Option::is_none")]
Expand Down

0 comments on commit 3b4cde6

Please sign in to comment.