Enum paypal_rs::orders::CaptureStatus[][src]

pub enum CaptureStatus {
    Completed,
    Declined,
    PartiallyRefunded,
    Pending,
    Refunded,
}
Expand description

The capture status.

Variants

Completed

The funds for this captured payment were credited to the payee’s PayPal account.

Declined

The funds could not be captured.

PartiallyRefunded

An amount less than this captured payment’s amount was partially refunded to the payer.

Pending

The funds for this captured payment was not yet credited to the payee’s PayPal account. For more information, see status.details.

Refunded

An amount greater than or equal to this captured payment’s amount was refunded to the payer.

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

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

Compare self to key and return true if they are equal.

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.