Class Payment
- java.lang.Object
-
- com.ellucian.generated.eedm.contributions.v12_1_0.Payment
-
@Generated("jsonschema2pojo") public class Payment extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private String
externalReference
External Referenceprivate Method
method
Methodprivate Object
tenderTypeDetail
Tender Type Detail
-
Constructor Summary
Constructors Constructor Description Payment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getExternalReference()
External ReferenceMethod
getMethod()
MethodObject
getTenderTypeDetail()
Tender Type Detailint
hashCode()
void
setExternalReference(String externalReference)
External Referencevoid
setMethod(Method method)
Methodvoid
setTenderTypeDetail(Object tenderTypeDetail)
Tender Type DetailString
toString()
Payment
withExternalReference(String externalReference)
Payment
withMethod(Method method)
Payment
withTenderTypeDetail(Object tenderTypeDetail)
-
-
-
Field Detail
-
method
@JsonPropertyDescription("The method by which the payment was received.") private Method method
MethodThe method by which the payment was received. (Required)
-
externalReference
@JsonPropertyDescription("Reference information about a payment (as required based on payment method). This can be a confirmation number, credit card transaction code, or check number.") private String externalReference
External ReferenceReference information about a payment (as required based on payment method). This can be a confirmation number, credit card transaction code, or check number.
-
tenderTypeDetail
@JsonPropertyDescription("Details associated with the type of payment.") private Object tenderTypeDetail
Tender Type DetailDetails associated with the type of payment.
-
-
Method Detail
-
getMethod
public Method getMethod()
MethodThe method by which the payment was received. (Required)
-
setMethod
public void setMethod(Method method)
MethodThe method by which the payment was received. (Required)
-
getExternalReference
public String getExternalReference()
External ReferenceReference information about a payment (as required based on payment method). This can be a confirmation number, credit card transaction code, or check number.
-
setExternalReference
public void setExternalReference(String externalReference)
External ReferenceReference information about a payment (as required based on payment method). This can be a confirmation number, credit card transaction code, or check number.
-
getTenderTypeDetail
public Object getTenderTypeDetail()
Tender Type DetailDetails associated with the type of payment.
-
setTenderTypeDetail
public void setTenderTypeDetail(Object tenderTypeDetail)
Tender Type DetailDetails associated with the type of payment.
-
-