java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.billing.payment.processor.Type

@ApiType("SoftLayer_Billing_Payment_Processor_Type")
public class Type
extends Entity
See Also:
SoftLayer_Billing_Payment_Processor_Type
  • Field Details

  • Constructor Details

    • Type

      public Type()
  • Method Details

    • getPaymentProcessors

      public List<Processor> getPaymentProcessors()
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription​(String description)
    • isDescriptionSpecified

      public boolean isDescriptionSpecified()
    • unsetDescription

      public void unsetDescription()
    • getKeyName

      public String getKeyName()
    • setKeyName

      public void setKeyName​(String keyName)
    • isKeyNameSpecified

      public boolean isKeyNameSpecified()
    • unsetKeyName

      public void unsetKeyName()
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()
    • getPaymentProcessorCount

      public Long getPaymentProcessorCount()
    • setPaymentProcessorCount

      public void setPaymentProcessorCount​(Long paymentProcessorCount)