PaymentResponse class - dart:html library (original) (raw)

Annotations

Properties

detailsObject?

no setter

hashCodeint

The hash code for this object.

no setterinherited

methodNameString?

no setter

payerEmailString?

no setter

payerNameString?

no setter

payerPhoneString?

no setter

requestIdString?

no setter

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

shippingAddressPaymentAddress?

no setter

shippingOptionString?

no setter

Methods

complete([String? paymentResult])→ Future

noSuchMethod(Invocation invocation)→ dynamic

Invoked when a nonexistent method or property is accessed.

inherited

toString()→ String

A string representation of this object.

inherited

Operators

operator ==(Object other)→ bool

The equality operator.

inherited