# Phrase::OrderConfirmParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **branch** | **String** | specify the branch to use | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::OrderConfirmParameters.new(branch: my-feature-branch) ```