Struct xpcom::interfaces::nsIPaymentCompleteActionRequest [] [src]

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

interface nsIPaymentCompleteActionRequest : nsIPaymentActionRequest

Methods

impl nsIPaymentCompleteActionRequest
[src]

[src]

Cast this nsIPaymentCompleteActionRequest to one of its base interfaces.

impl nsIPaymentCompleteActionRequest
[src]

[src]

readonly attribute AString completeStatus;

[src]

void initRequest (in AString aRequestId, in nsIPaymentActionCallback aCallback, in AString aCompleteStatus);

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 nsIPaymentCompleteActionRequest
[src]

IID: nsIID = nsID(1143564669, 4405, 18398, [164, 110, 81, 150, 211, 153, 236, 85])

[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 nsIPaymentCompleteActionRequest
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPaymentCompleteActionRequest
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.