You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The most relevant funding method for the account.
80
+
///
81
+
/// This is not specifically defined and the policy may change over time as payment methods and implementations change. However it is the go-to field for what funding method should be highlighted in any sort of interface that doesn't list them all.
82
+
///
83
+
/// Invariants:
84
+
/// - If the account is active this will point at an active method.
85
+
/// - If this is `None` the account has never been funded or hasn't been funded recently.
0 commit comments