CreateSessionRequest class abstract

CreateSessionRequest

Properties:

  • merchantAccount - The unique identifier of your merchant account.
  • setupToken - The setup token provided by the POS Mobile SDK. - When using the Android POS Mobile SDK, obtain the token through the AuthenticationService.authenticate(setupToken) callback of AuthenticationService. - When using the iOS POS Mobile SDK, obtain the token through the PaymentServiceDelegate.register(with:) callback of PaymentServiceDelegate.
  • store - The unique identifier of the store that you want to process transactions for.
Annotations
  • @BuiltValue.new()

Constructors

CreateSessionRequest([void updates(CreateSessionRequestBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
merchantAccount String
The unique identifier of your merchant account.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setupToken String
The setup token provided by the POS Mobile SDK. - When using the Android POS Mobile SDK, obtain the token through the AuthenticationService.authenticate(setupToken) callback of AuthenticationService. - When using the iOS POS Mobile SDK, obtain the token through the PaymentServiceDelegate.register(with:) callback of PaymentServiceDelegate.
no setter
store String?
The unique identifier of the store that you want to process transactions for.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CreateSessionRequestBuilder)) CreateSessionRequest
Rebuilds the instance.
inherited
toBuilder() CreateSessionRequestBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<CreateSessionRequest>
no setter