public class PaymentSystemSellEvent
extends PaymentSystemEvent
Событие, которое возникает при оплате чека продажи сторонней платёжной системой.
Modifier and Type | Class and Description |
---|---|
static class |
PaymentSystemSellEvent.Companion |
Modifier and Type | Field and Description |
---|---|
static PaymentSystemSellEvent.Companion |
Companion |
META_NAME_PAYMENT_SYSTEM_ID, META_NAME_PAYMENT_TYPE, NAME_ACTION, NAME_PERMISSION
Constructor and Description |
---|
PaymentSystemSellEvent(java.lang.String receiptUuid,
java.lang.String accoundId,
java.math.BigDecimal sum,
java.lang.String description)
Событие, которое возникает при оплате чека продажи сторонней платёжной системой.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccoundId() |
java.lang.String |
getDescription() |
java.lang.String |
getReceiptUuid() |
java.math.BigDecimal |
getSum() |
android.os.Bundle |
toBundle() |
getOperationType, toBundle
toBundle
public static PaymentSystemSellEvent.Companion Companion