Class SetBillingAddressCustomFieldChangeBuilder

java.lang.Object
com.commercetools.history.models.change.SetBillingAddressCustomFieldChangeBuilder
All Implemented Interfaces:
Builder<SetBillingAddressCustomFieldChange>

public class SetBillingAddressCustomFieldChangeBuilder extends Object implements Builder<SetBillingAddressCustomFieldChange>
SetBillingAddressCustomFieldChangeBuilder
Example to create an instance using the builder pattern

     SetBillingAddressCustomFieldChange setBillingAddressCustomFieldChange = SetBillingAddressCustomFieldChange.builder()
             .change("{change}")
             .name("{name}")
             .customTypeId("{customTypeId}")
             .build()