Commit 91b41690 authored by rani0808's avatar rani0808

modifed order date and estimated date and json

parent 4a7b93c5
......@@ -19,10 +19,7 @@ public class LineItem {
private LocalDateTime estimatedShipDate;
private Map<String,Object> linePriceInfo;
private Map<String,Object> lineTax;
private String originalLineItemId;
private String vendorUpcCode;
private String brandCode;
private String eligibleReturnLocationCode;
public String getLineItemNumber() {
return lineItemNumber;
}
......@@ -90,30 +87,5 @@ public class LineItem {
public void setLineTax(Map<String, Object> lineTax) {
this.lineTax = lineTax;
}
public String getOriginalLineItemId() {
return originalLineItemId;
}
public void setOriginalLineItemId(String originalLineItemId) {
this.originalLineItemId = originalLineItemId;
}
public String getVendorUpcCode() {
return vendorUpcCode;
}
public void setVendorUpcCode(String vendorUpcCode) {
this.vendorUpcCode = vendorUpcCode;
}
public String getBrandCode() {
return brandCode;
}
public void setBrandCode(String brandCode) {
this.brandCode = brandCode;
}
public String getEligibleReturnLocationCode() {
return eligibleReturnLocationCode;
}
public void setEligibleReturnLocationCode(String eligibleReturnLocationCode) {
this.eligibleReturnLocationCode = eligibleReturnLocationCode;
}
}
......@@ -3,17 +3,17 @@ package com.nisum.omd.domain;
import java.util.Map;
public class PaymentMethod {
private String paymetMethod;
private String paymentMethod;
private String creditCardNo;
private String creditCardType;
private String displayCreditCardNo;
private String paymentStatus;
private Map<String,Object> paymentDetail;
public String getPaymetMethod() {
return paymetMethod;
public String getPaymentMethod() {
return paymentMethod;
}
public void setPaymetMethod(String paymetMethod) {
this.paymetMethod = paymetMethod;
public void setPaymentMethod(String paymentMethod) {
this.paymentMethod = paymentMethod;
}
public String getCreditCardNo() {
return creditCardNo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment