httpMethod property
CheckoutOutgoingForwardRequestHttpMethodEnum?
get
httpMethod
Implementation
CheckoutOutgoingForwardRequestHttpMethodEnum? get httpMethod =>
_$this._httpMethod;
set
httpMethod
(CheckoutOutgoingForwardRequestHttpMethodEnum? httpMethod)
Implementation
set httpMethod(CheckoutOutgoingForwardRequestHttpMethodEnum? httpMethod) =>
_$this._httpMethod = httpMethod;