PaymentRequestCreateOptions class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

PaymentRequestCreateOptions({required String country, required String currency, required PaymentItem total, bool requestPayerName, bool requestPayerEmail, bool requestPayerPhone, bool requestShipping, List<ShippingOption> shippingOptions, List<String> disableWallets})
factory

Properties

country String
getter/setter pair
currency String
getter/setter pair
disableWallets List<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
requestPayerEmail bool
getter/setter pair
requestPayerName bool
getter/setter pair
requestPayerPhone bool
getter/setter pair
requestShipping bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingOptions ShippingOption
getter/setter pair
total PaymentItem
getter/setter pair

Methods

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