Struct epp_client::epp::response::message::poll::MessageDomainTransferData[][src]

pub struct MessageDomainTransferData {
    pub name: StringValue,
    pub transfer_status: StringValue,
    pub requester_id: StringValue,
    pub requested_at: StringValue,
    pub ack_id: StringValue,
    pub ack_by: StringValue,
    pub expiring_at: StringValue,
    // some fields omitted
}
Expand description

Type that represents the <trnData> tag for message poll response

Fields

name: StringValue

The name of the domain under transfer

transfer_status: StringValue

The domain transfer status

requester_id: StringValue

The epp user who requested the transfer

requested_at: StringValue

The date of the transfer request

ack_id: StringValue

The epp user who should acknowledge the transfer request

ack_by: StringValue

The date by which the transfer request should be acknowledged

expiring_at: StringValue

The domain expiry date

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

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

Performs the conversion.

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.