itemCostCents property
The total cost of the line item as cents to be display at checkout ex: 1299 => this represent $12.99
Implementation
final int itemCostCents;
The total cost of the line item as cents to be display at checkout ex: 1299 => this represent $12.99
final int itemCostCents;