public class OpenBuyReceiptCommand implements IBundlable
Команда открытия чека покупки.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Constructor and Description |
---|
OpenBuyReceiptCommand() |
Modifier and Type | Method and Description |
---|---|
static OpenBuyReceiptCommand |
create() |
java.util.List<ru.evotor.framework.core.action.event.receipt.changes.position.PositionAdd> |
getChanges() |
SetExtra |
getExtra() |
void |
process() |
android.os.Bundle |
toBundle() |
toBundle
public static OpenBuyReceiptCommand create()
public void process()
public android.os.Bundle toBundle()
public java.util.List<ru.evotor.framework.core.action.event.receipt.changes.position.PositionAdd> getChanges()
public SetExtra getExtra()