Struct ramp_api::reimbursements::Reimbursements[][src]

pub struct Reimbursements {
    pub client: Client,
}

Fields

client: Client

Implementations

List Reimbursements.

This function performs a GET to the /reimbursements endpoint.

Parameters:

  • start: &str – The ID of the last entity of the previous page, used for pagination to get the next page.
  • page_size: f64 – The number of results to be returned in each page. The value must be between 2 and 10,000. If not specified, the default will be 1,000.

List Reimbursements.

This function performs a GET to the /reimbursements endpoint.

As opposed to get, this function returns all the pages of the request at once.

Get details for one reimbursement.

This function performs a GET to the /reimbursements/{id} endpoint.

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.

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