Struct stripe::Transaction[][src]

pub struct Transaction {}

The resource representing a Stripe transaction.

For more details see https://stripe.com/docs/api#transaction_object.

Trait Implementations

impl Debug for Transaction
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Transaction

impl Sync for Transaction