public static interface ListenForPaymentData.DataOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getOnlyNewData()
optional bool only_new_data = 1 [default = false]; |
boolean |
hasOnlyNewData()
optional bool only_new_data = 1 [default = false]; |
boolean hasOnlyNewData()
optional bool only_new_data = 1 [default = false];
if true, then only return new data, e.g. from a new magstripe swipe or NFC touch, if false, then return new data OR recent data from, e.g. a user swiping before being prompted.
boolean getOnlyNewData()
optional bool only_new_data = 1 [default = false];
if true, then only return new data, e.g. from a new magstripe swipe or NFC touch, if false, then return new data OR recent data from, e.g. a user swiping before being prompted.