Logo
Developer SDK
Version 1.9.632.913d652c-152450467.
LoginInformation Class Reference

Inherits Parcelable.

Public Member Functions

void writeToParcel (Parcel dest, int flags)
 
int describeContents ()
 

Public Attributes

com.verifone.commerce.payment.SaleSoftware SaleSoftware
 
int ServiceID
 
String UserID
 
String Password
 
int ShiftNumber
 

Static Public Attributes

static final Creator< LoginInformationCREATOR
 

Protected Member Functions

 LoginInformation (Parcel in)
 

Detailed Description

Created by CanE1 on 26.05.2017.

Definition at line 10 of file LoginInformation.java.

Member Data Documentation

◆ CREATOR

final Creator<LoginInformation> CREATOR
static
Initial value:
= new Creator<LoginInformation>() {
@Override
public LoginInformation createFromParcel(Parcel in) {
return new LoginInformation(in);
}
@Override
public LoginInformation[] newArray(int size) {
return new LoginInformation[size];
}
}

Definition at line 34 of file LoginInformation.java.


The documentation for this class was generated from the following file:

This document is the confidential property of Verifone, Inc. Any reproduction or distribution of this document, in whole or in part, or the disclosure of any of the information contained herein, without the prior written consent of Verifone, Inc. is prohibited. This document and any supplemental material supplied as part of any review must be returned to Verifone, Inc. upon request. Notice: This document may go through material revisions over time. While the Company will make every effort to keep readers updated as changes occur, care must be taken by the reader to make sure they are reading the latest version. Version numbers appear in the title page and revision history page of this document. All rights reserved. Verifone, the Verifone logo are either trademarks or registered trademarks of Verifone in the United States and/or other countries. All other trademarks or brand names are properties of their respective holders.