Struct epp_client::epp::response::domain::transfer::DomainTransferData[][src]

pub struct DomainTransferData {
    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 domain transfer response

Fields

name: StringValue

The domain name

transfer_status: StringValue

The domain transfer status

requester_id: StringValue

The epp user who requested the transfer

requested_at: StringValue

The transfer rquest date

ack_id: StringValue

The epp user who should acknowledge the transfer request

ack_by: StringValue

THe date by which the acknowledgment should be made

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.