All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.logicommerce.sdktest.models.order.GeographicalZoneFakeBuilder Maven / Gradle / Ivy

package com.logicommerce.sdktest.models.order;

import com.logicommerce.sdk.builders.GeographicalZoneBuilder;

public class GeographicalZoneFakeBuilder extends GeographicalZoneBuilder {

	public GeographicalZoneFakeBuilder() {
		super();
		defaultValues();
	}

	public GeographicalZoneFakeBuilder(T parentBuilder) {		
		super(parentBuilder);
		defaultValues();
	}
	
	private void defaultValues() {
		super.countryId = 709;
		super.locationId = 1;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy