Struct stripe::AccountLink [−][src]
Expand description
The resource representing a Stripe “AccountLink”.
For more details see https://stripe.com/docs/api/account_links/object
Fields
created: Timestamp
Time at which the object was created.
Measured in seconds since the Unix epoch.
expires_at: Timestamp
The timestamp at which this account link will expire.
url: String
The URL for the account link.
Implementations
Creates an AccountLink object that includes a single-use Stripe URL that the platform can redirect their user to in order to take them through the Connect Onboarding flow.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for AccountLink
impl Send for AccountLink
impl Sync for AccountLink
impl Unpin for AccountLink
impl UnwindSafe for AccountLink
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more