Struct rusoto_mturk::BonusPayment [] [src]

pub struct BonusPayment {
    pub assignment_id: Option<String>,
    pub bonus_amount: Option<String>,
    pub grant_time: Option<f64>,
    pub reason: Option<String>,
    pub worker_id: Option<String>,
}

An object representing a Bonus payment paid to a Worker.

Fields

The ID of the assignment associated with this bonus payment.

The date and time of when the bonus was granted.

The Reason text given when the bonus was granted, if any.

The ID of the Worker to whom the bonus was paid.

Trait Implementations

impl Default for BonusPayment
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for BonusPayment
[src]

[src]

Formats the value using the given formatter.

impl Clone for BonusPayment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more