Class BillingMethod

java.lang.Object
io.gs2.project.model.BillingMethod
All Implemented Interfaces:
IModel, Serializable, Comparable<BillingMethod>

public class BillingMethod extends Object implements IModel, Serializable, Comparable<BillingMethod>
See Also:
  • Constructor Details

    • BillingMethod

      public BillingMethod()
  • Method Details

    • getBillingMethodId

      public String getBillingMethodId()
    • setBillingMethodId

      public void setBillingMethodId(String billingMethodId)
    • withBillingMethodId

      public BillingMethod withBillingMethodId(String billingMethodId)
    • getAccountName

      public String getAccountName()
    • setAccountName

      public void setAccountName(String accountName)
    • withAccountName

      public BillingMethod withAccountName(String accountName)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public BillingMethod withName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public BillingMethod withDescription(String description)
    • getMethodType

      public String getMethodType()
    • setMethodType

      public void setMethodType(String methodType)
    • withMethodType

      public BillingMethod withMethodType(String methodType)
    • getCardSignatureName

      public String getCardSignatureName()
    • setCardSignatureName

      public void setCardSignatureName(String cardSignatureName)
    • withCardSignatureName

      public BillingMethod withCardSignatureName(String cardSignatureName)
    • getCardBrand

      public String getCardBrand()
    • setCardBrand

      public void setCardBrand(String cardBrand)
    • withCardBrand

      public BillingMethod withCardBrand(String cardBrand)
    • getCardLast4

      public String getCardLast4()
    • setCardLast4

      public void setCardLast4(String cardLast4)
    • withCardLast4

      public BillingMethod withCardLast4(String cardLast4)
    • getPartnerId

      public String getPartnerId()
    • setPartnerId

      public void setPartnerId(String partnerId)
    • withPartnerId

      public BillingMethod withPartnerId(String partnerId)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public BillingMethod withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public BillingMethod withUpdatedAt(Long updatedAt)
    • fromJson

      public static BillingMethod fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(BillingMethod o)
      Specified by:
      compareTo in interface Comparable<BillingMethod>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object