Struct ramp_api::Ramp[][src]

pub struct Ramp { /* fields omitted */ }
Expand description

Entrypoint for interacting with the Ramp API.

Implementations

Create a new Ramp client struct. It takes a type that can convert into an &str (String or Vec<u8> for example). As long as the function is given a valid API client ID and secret your requests will work.

Create a new Ramp client struct from environment variables. It takes a type that can convert into an &str (String or Vec<u8> for example). As long as the function is given a valid API Key your requests will work.

Get all the transactions in the account.

List all the departments.

List all the users.

Invite a new user.

Update a user.

Create a physical card.

Get a user.

List cards for a user.

Get a receipt.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.