checkoutStep property

void checkoutStep=(int? value)

Implementation

set checkoutStep(final int? value) => _put("&cos", value.toString());