-
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
341 changed files
with
10,609 additions
and
3,705 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "v545" | ||
"version": "v692" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "account.application.authorized". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct AccountApplicationAuthorized { | ||
} |
10 changes: 10 additions & 0 deletions
10
src/resources/generated/account_application_deauthorized.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "account.application.deauthorized". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct AccountApplicationDeauthorized { | ||
} |
10 changes: 10 additions & 0 deletions
10
src/resources/generated/account_external_account_created.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "account.external_account.created". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct AccountExternalAccountCreated { | ||
} |
10 changes: 10 additions & 0 deletions
10
src/resources/generated/account_external_account_deleted.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "account.external_account.deleted". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct AccountExternalAccountDeleted { | ||
} |
10 changes: 10 additions & 0 deletions
10
src/resources/generated/account_external_account_updated.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "account.external_account.updated". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct AccountExternalAccountUpdated { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "account.updated". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct AccountUpdated { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.