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

@ApiType("SoftLayer_Billing_Payment_Processor")
public class Processor
extends Entity
See Also:
SoftLayer_Billing_Payment_Processor
  • Field Details

  • Constructor Details

    • Processor

      public Processor()
  • Method Details

    • getBrandAssignments

      public List<Processor> getBrandAssignments()
    • getOwnerAccount

      public Account getOwnerAccount()
    • setOwnerAccount

      public void setOwnerAccount​(Account ownerAccount)
    • getPaymentMethods

      public List<Method> getPaymentMethods()
    • getType

      public Type getType()
    • setType

      public void setType​(Type type)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription​(String description)
    • isDescriptionSpecified

      public boolean isDescriptionSpecified()
    • unsetDescription

      public void unsetDescription()
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()
    • getBrandAssignmentCount

      public Long getBrandAssignmentCount()
    • setBrandAssignmentCount

      public void setBrandAssignmentCount​(Long brandAssignmentCount)
    • getPaymentMethodCount

      public Long getPaymentMethodCount()
    • setPaymentMethodCount

      public void setPaymentMethodCount​(Long paymentMethodCount)