Struct xpcom::interfaces::nsIPaymentCreateActionRequest [] [src]

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

interface nsIPaymentCreateActionRequest : nsIPaymentActionRequest

Methods

impl nsIPaymentCreateActionRequest
[src]

[src]

Cast this nsIPaymentCreateActionRequest to one of its base interfaces.

impl nsIPaymentCreateActionRequest
[src]

[src]

readonly attribute uint64_t tabId;

[src]

readonly attribute nsIPrincipal topLevelPrincipal;

[src]

readonly attribute nsIArray methodData;

[src]

readonly attribute nsIPaymentDetails details;

[src]

readonly attribute nsIPaymentOptions options;

[src]

void initRequest (in AString aRequestId, in nsIPaymentActionCallback aCallback, in uint64_t aTabId, in nsIPrincipal aPrincipal, in nsIArray aMethodData, in nsIPaymentDetails aDetails, in nsIPaymentOptions aOptions);

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

IID: nsIID = nsID(490265830, 35789, 17435, [170, 148, 104, 227, 0, 182, 225, 117])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPaymentCreateActionRequest
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.