-
public final class PLYEvent.WebCheckoutTapped extends PLYEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final PLYEventPropertiespropertiesprivate final StringwebCheckoutProviderprivate final StringwebCheckoutUrlprivate final Stringidprivate final IntegermaxSendCount
-
Constructor Summary
Constructors Constructor Description PLYEvent.WebCheckoutTapped(String webCheckoutProvider, String webCheckoutUrl)
-
Method Summary
Modifier and Type Method Description StringgetName()PLYEventPropertiesgetProperties()final StringgetWebCheckoutProvider()final StringgetWebCheckoutUrl()final StringgetId()IntegergetMaxSendCount()-
-
Method Detail
-
getProperties
PLYEventProperties getProperties()
-
getWebCheckoutProvider
final String getWebCheckoutProvider()
-
getWebCheckoutUrl
final String getWebCheckoutUrl()
-
getMaxSendCount
Integer getMaxSendCount()
-
-
-
-