Package com.nexmo.client.account
Class PrefixPricingRequest
- java.lang.Object
-
- com.nexmo.client.account.PrefixPricingRequest
-
public class PrefixPricingRequest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PrefixPricingRequest(ServiceType serviceType, java.lang.String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPrefix()ServiceTypegetServiceType()
-
-
-
Constructor Detail
-
PrefixPricingRequest
public PrefixPricingRequest(ServiceType serviceType, java.lang.String prefix)
-
-
Method Detail
-
getServiceType
public ServiceType getServiceType()
-
getPrefix
public java.lang.String getPrefix()
-
-