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 StringexternalReferenceExternal Referenceprivate MethodmethodMethodprivate ObjecttenderTypeDetailTender Type Detail
-
Constructor Summary
Constructors Constructor Description Payment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetExternalReference()External ReferenceMethodgetMethod()MethodObjectgetTenderTypeDetail()Tender Type DetailinthashCode()voidsetExternalReference(String externalReference)External ReferencevoidsetMethod(Method method)MethodvoidsetTenderTypeDetail(Object tenderTypeDetail)Tender Type DetailStringtoString()PaymentwithExternalReference(String externalReference)PaymentwithMethod(Method method)PaymentwithTenderTypeDetail(Object tenderTypeDetail)
-
-
-
Field Detail
-
method
@JsonPropertyDescription("The method by which the payment was received.") private Method methodMethodThe 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 externalReferenceExternal 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 tenderTypeDetailTender 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.
-
-