Public Member Functions | |
LoyaltyAdjustment [] | getLoyaltyAdjustments () |
ArrayList< Offer > | getLoyaltyOffersList () |
Payment | getPayment () |
Response | generateResponse () |
LoyaltyReceivedEvent (Parcel in, int parcelVersion) | |
void | writeToParcel (Parcel dest, int flags) |
void | setParcelVersion (int targetParcelVersion) |
![]() | |
String | getInvoiceId () |
Transaction | getTransaction () |
String | getType () |
Response | generateResponse () |
TransactionEvent (Parcel in, int parcelVersion) | |
void | setParcelVersion (int targetParcelVersion) |
void | writeToParcel (Parcel dest, int flags) |
![]() | |
String | getType () |
Response | generateResponse () |
CommerceEvent (Parcel in, int parcelVersion) | |
void | writeToParcel (Parcel dest, int flags) |
![]() | |
String | getSessionId () |
int | getStatus () |
String | getType () |
String | getMessage () |
Status (Parcel in, int parcelVersion) | |
void | writeToParcel (Parcel dest, int flags) |
int | describeContents () |
![]() | |
BaseParcel (Parcel in, int parcelVersion) | |
void | setParcelVersion (int targetParcelVersion) |
final int | getParcelVersion () |
String | getClassName () |
void | writeToParcel (Parcel dest, int flags) |
int | describeContents () |
Static Public Attributes | |
static final String | TYPE = "LOYALTY_RECEIVED_EVENT" |
static final Parcelable.Creator< LoyaltyReceivedEvent > | CREATOR = new LoyaltyReceivedEvent.ParcelCreator<LoyaltyReceivedEvent>() |
![]() | |
static final String | TRANSACTION_NOTIFICATION = "TRANSACTION_NOTIFICATION" |
static final String | TRANSACTION_REQUEST = "TRANSACTION_REQUEST" |
static final String | TRANSACTION_PAYMENT_STARTED = "TRANSACTION_PAYMENT_STARTED" |
static final String | TRANSACTION_PAYMENT_REQUIRES_ONLINE_AUTHORIZATION = "TRANSACTION_PAYMENT_REQUIRES_ONLINE_AUTHORIZATION" |
static final String | TRANSACTION_PAYMENT_COMPLETED = "TRANSACTION_PAYMENT_COMPLETED" |
static final String | TRANSACTION_STARTED = "TRANSACTION_STARTED" |
static final String | TRANSACTION_ENDED = "TRANSACTION_ENDED" |
static final String | TRANSACTION_ERROR = "TRANSACTION_ERROR" |
static final String | TRANSACTION_FAILED = "TRANSACTION_FAILED" |
static final String | LOGIN_COMPLETED = "LOGIN_COMPLETED" |
static final String | LOGOUT_COMPLETED = "LOGOUT_COMPLETED" |
static final Parcelable.Creator< TransactionEvent > | CREATOR |
![]() | |
static final String | SESSION_STARTED = "SESSION_STARTED" |
static final String | SESSION_RESUMED = "SESSION_RESUMED" |
static final String | SESSION_ENDED = "SESSION_ENDED" |
static final String | SESSION_CLOSED = "SESSION_CLOSED" |
static final String | SESSION_ERROR = "SESSION_ERROR" |
static final String | SESSION_START_FAILED = "SESSION_START_FAILED" |
static final String | SESSION_RESUME_FAILED = "SESSION_RESUME_FAILED" |
static final String | SESSION_END_FAILED = "SESSION_END_FAILED" |
static final Parcelable.Creator< CommerceEvent > | CREATOR |
![]() | |
static final String | STATUS_SUCCESS = "SUCCESS" |
static final String | STATUS_ERROR = "ERROR" |
static final Parcelable.Creator< Status > | CREATOR |
![]() | |
static final Parcelable.Creator< BaseParcel > | CREATOR |
Additional Inherited Members | |
![]() | |
String | getEventId () |
void | setEventId (String eventId) |
TransactionEvent (String sessionId, int status, String type, String message) | |
![]() | |
CommerceEvent (String sessionId, int status, String type, String message) | |
String | getEventId () |
void | setEventId (String eventId) |
![]() | |
Status (String sessionId, int status, String type, String message) | |
![]() | |
static void | safelySetParcelVersion (final int targetParcelVersion, @Nullable BaseParcel item) |
static void | safelySetParcelVersion (final int targetParcelVersion, @Nullable List<? extends BaseParcel > items) |
static< T extends BaseParcel > void | safelySetParcelVersion (final int targetParcelVersion, @Nullable T[] items) |
When loyalty offers and IDs are added by applications in response to the com.verifone.commerce.triggers.LoyaltyRequest Trigger, the list is returned in this event. This allows the POS application to keep track of changes and provides the opportunity to filter which offers and loyalty accounts are applied to the final transaction.
Definition at line 24 of file LoyaltyReceivedEvent.java.
Response generateResponse | ( | ) |
Generates a LoyaltyReceivedResponse object for return to the service.
Definition at line 75 of file LoyaltyReceivedEvent.java.
LoyaltyAdjustment [] getLoyaltyAdjustments | ( | ) |
Get the list of adjustments that have been added by various other applications.
Definition at line 34 of file LoyaltyReceivedEvent.java.
ArrayList<Offer> getLoyaltyOffersList | ( | ) |
Gets all of the offers aggregated into one list, making it easier to apply all.
Definition at line 46 of file LoyaltyReceivedEvent.java.
Payment getPayment | ( | ) |
Get the appropriate payment object that led to this adjustment.
Definition at line 65 of file LoyaltyReceivedEvent.java.
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.