Skip to content

Commit

Permalink
feat: sync dart layer with 0.38 sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Remon committed Jun 17, 2024
1 parent 95939af commit fed2194
Show file tree
Hide file tree
Showing 29 changed files with 619 additions and 219 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ class CustomerSheetInitParams with _$CustomerSheetInitParams {
/// Your customer-facing business name. The default value is the name of your app.
String? merchantDisplayName,

///This is an experimental feature that may be removed at any time.
/// Defaults to true. If true, the customer can delete all saved payment methods.
/// If false, the customer can't delete if they only have one saved payment method remaining.
bool? allowsRemovalOfLastSavedPaymentMethod,

/// Optional configuration for setting the header text of the Payment Method selection screen
String? headerTextForSelectionScreen,

Expand Down
Loading

0 comments on commit fed2194

Please sign in to comment.