Package 

Class PurchaseInfo

  • All Implemented Interfaces:
    com.onesignal.common.events.IEventNotifier

    
    public final class PurchaseInfo
    extends Model
                        

    Information about a specific purchase.

    • Method Summary

      Modifier and Type Method Description
      final String getSku()
      final Unit setSku(String sku)
      final String getIso()
      final Unit setIso(String iso)
      final BigDecimal getAmount()
      final Unit setAmount(BigDecimal amount)
      final String getId()
      final Unit setId(String id)
      Boolean getHasSubscribers()
      • Methods inherited from class com.onesignal.user.internal.operations.PurchaseInfo

        hasProperty, initializeFromJson, initializeFromModel, setAnyProperty, setBigDecimalProperty, setBooleanProperty, setDoubleProperty, setEnumProperty, setFloatProperty, setIntProperty, setListProperty, setLongProperty, setMapModelProperty, setOptAnyProperty, setOptBigDecimalProperty, setOptBooleanProperty, setOptDoubleProperty, setOptEnumProperty, setOptFloatProperty, setOptIntProperty, setOptListProperty, setOptLongProperty, setOptMapModelProperty, setOptStringProperty, setStringProperty, subscribe, toJSON, unsubscribe
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait