Package io.gs2.project.model
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic BillingMethodfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetAccountName(String accountName) voidsetBillingMethodId(String billingMethodId) voidsetCardBrand(String cardBrand) voidsetCardLast4(String cardLast4) voidsetCardSignatureName(String cardSignatureName) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetMethodType(String methodType) voidvoidsetPartnerId(String partnerId) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAccountName(String accountName) withBillingMethodId(String billingMethodId) withCardBrand(String cardBrand) withCardLast4(String cardLast4) withCardSignatureName(String cardSignatureName) withCreatedAt(Long createdAt) withDescription(String description) withMethodType(String methodType) withPartnerId(String partnerId) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
BillingMethod
public BillingMethod()
-
-
Method Details
-
getBillingMethodId
-
setBillingMethodId
-
withBillingMethodId
-
getAccountName
-
setAccountName
-
withAccountName
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMethodType
-
setMethodType
-
withMethodType
-
getCardSignatureName
-
setCardSignatureName
-
withCardSignatureName
-
getCardBrand
-
setCardBrand
-
withCardBrand
-
getCardLast4
-
setCardLast4
-
withCardLast4
-
getPartnerId
-
setPartnerId
-
withPartnerId
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<BillingMethod>
-
hashCode
public int hashCode() -
equals
-