Struct xpcom::interfaces::nsIPaymentUpdateActionRequest [] [src]

#[repr(C)]
pub struct nsIPaymentUpdateActionRequest { /* fields omitted */ }

interface nsIPaymentUpdateActionRequest : nsIPaymentActionRequest

Methods

impl nsIPaymentUpdateActionRequest
[src]

[src]

Cast this nsIPaymentUpdateActionRequest to one of its base interfaces.

impl nsIPaymentUpdateActionRequest
[src]

[src]

readonly attribute nsIPaymentDetails details;

[src]

void initRequest (in AString aRequestId, in nsIPaymentActionCallback aCallback, in nsIPaymentDetails aDetails);

Methods from Deref<Target = nsIPaymentActionRequest>

[src]

Cast this nsIPaymentActionRequest to one of its base interfaces.

[src]

readonly attribute AString requestId;

[src]

readonly attribute uint32_t type;

[src]

readonly attribute nsIPaymentActionCallback callback;

[src]

void init (in AString aRequestId, in uint32_t aType, in nsIPaymentActionCallback aCallback);

Trait Implementations

impl XpCom for nsIPaymentUpdateActionRequest
[src]

IID: nsIID = nsID(569782760, 49223, 20440, [179, 198, 104, 226, 108, 98, 99, 154])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIPaymentUpdateActionRequest
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPaymentUpdateActionRequest
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.