checkoutId property

String checkoutId
getter/setter pair

declares a string variable named checkoutId without assigning it an initial value.

Implementation

String checkoutId;