PKPaymentPass class
Constructors
Properties
- authenticationToken ↔ String?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- deviceAccountIdentifier ↔ String?
-
getter/setter pair
- deviceAccountNumberSuffix ↔ String?
-
getter/setter pair
- deviceName ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isProxy ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAuthenticationToken(
) → String? -
getDescription(
) → String? -
getDeviceAccountIdentifier(
) → String? -
getDeviceAccountNumberSuffix(
) → String? -
getDeviceName(
) → String? -
getProxy(
) → bool? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAuthenticationToken(
String authenticationToken) → void -
setDescription(
String description) → void -
setDeviceAccountIdentifier(
String deviceAccountIdentifier) → void -
setDeviceAccountNumberSuffix(
String deviceAccountNumberSuffix) → void -
setDeviceName(
String deviceName) → void -
setProxy(
bool isProxy) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic json) → PKPaymentPass