Skip to content

Commit

Permalink
expose apple and google play
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed May 9, 2023
1 parent b080645 commit 9ae5a04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/resources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ pub use {
payment_intent_next_action_cashapp_handle_redirect_or_display_qr_code::*,
linked_account_options_us_bank_account::*,
payment_method_details_card_checks::*,
payment_method_details_card_wallet_apple_pay::*,
payment_method_details_card_wallet_google_pay::*,
payment_method_options_customer_balance_eu_bank_account::*,
payout::*,
platform_tax_fee::*,
Expand Down
2 changes: 2 additions & 0 deletions src/resources/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ pub mod core {
pub mod payment_intent;
pub mod payment_intent_next_action_cashapp_handle_redirect_or_display_qr_code;
pub mod payment_method_details_card_checks;
pub mod payment_method_details_card_wallet_apple_pay;
pub mod payment_method_details_card_wallet_google_pay;
pub mod payment_method_options_customer_balance_eu_bank_account;
pub mod payout;
pub mod platform_tax_fee;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ use serde::{Deserialize, Serialize};

/// The resource representing a Stripe "payment_method_details_card_wallet_apple_pay".
#[derive(Clone, Debug, Default, Deserialize, Serialize)]
pub struct PaymentMethodDetailsCardWalletApplePay {
}
pub struct PaymentMethodDetailsCardWalletApplePay {}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ use serde::{Deserialize, Serialize};

/// The resource representing a Stripe "payment_method_details_card_wallet_google_pay".
#[derive(Clone, Debug, Default, Deserialize, Serialize)]
pub struct PaymentMethodDetailsCardWalletGooglePay {
}
pub struct PaymentMethodDetailsCardWalletGooglePay {}

0 comments on commit 9ae5a04

Please sign in to comment.