com.softlayer.api.service.billing.item.NewCustomerSetup Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of softlayer-api-client Show documentation
Show all versions of softlayer-api-client Show documentation
API client for accessing the SoftLayer API
package com.softlayer.api.service.billing.item;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.billing.Item;
/**
* @see SoftLayer_Billing_Item_NewCustomerSetup
*/
@ApiType("SoftLayer_Billing_Item_NewCustomerSetup")
public class NewCustomerSetup extends Item {
public static class Mask extends com.softlayer.api.service.billing.Item.Mask {
}
}