Struct xpcom::interfaces::nsIPaymentRequest [] [src]

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

interface nsIPaymentRequest : nsISupports

Methods

impl nsIPaymentRequest
[src]

[src]

Cast this nsIPaymentRequest to one of its base interfaces.

impl nsIPaymentRequest
[src]

[src]

readonly attribute uint64_t tabId;

[src]

readonly attribute nsIPrincipal topLevelPrincipal;

[src]

readonly attribute AString requestId;

[src]

readonly attribute nsIArray paymentMethods;

[src]

readonly attribute nsIPaymentDetails paymentDetails;

[src]

readonly attribute nsIPaymentOptions paymentOptions;

[src]

void updatePaymentDetails (in nsIPaymentDetails aDetails);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIPaymentRequest
[src]

IID: nsIID = nsID(799238019, 54916, 17543, [183, 168, 157, 239, 106, 227, 18, 143])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPaymentRequest
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.