public static class TrackHelper.Order
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
TrackMe |
build() |
TrackHelper.Order |
discount(java.lang.Integer discount) |
TrackHelper.Order |
items(EcommerceItems items) |
TrackHelper.Order |
shipping(java.lang.Integer shipping) |
TrackHelper.Order |
subTotal(java.lang.Integer subTotal) |
TrackHelper.Order |
tax(java.lang.Integer tax) |
void |
with(PiwikApplication piwikApplication) |
void |
with(Tracker tracker) |
public TrackHelper.Order subTotal(java.lang.Integer subTotal)
subTotal - the subTotal for the order, in centspublic TrackHelper.Order tax(java.lang.Integer tax)
tax - the tax for the order, in centspublic TrackHelper.Order shipping(java.lang.Integer shipping)
shipping - the shipping for the order, in centspublic TrackHelper.Order discount(java.lang.Integer discount)
discount - the discount for the order, in centspublic TrackHelper.Order items(EcommerceItems items)
items - the items included in the order@Nullable public TrackMe build()
public void with(@NonNull
PiwikApplication piwikApplication)
public void with(@NonNull
Tracker tracker)