Subversion Repositories SmartDukaan

Rev

Rev 22858 | Rev 24143 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22858 Rev 23417
Line 30... Line 30...
30
		return paymentOptions;
30
		return paymentOptions;
31
	}
31
	}
32
	public void setPaymentOptions(Set<CustomPaymentOption> paymentOptions) {
32
	public void setPaymentOptions(Set<CustomPaymentOption> paymentOptions) {
33
		this.paymentOptions = paymentOptions;
33
		this.paymentOptions = paymentOptions;
34
	}
34
	}
-
 
35
	
35
	@Override
36
	@Override
36
	public String toString() {
37
	public String toString() {
37
		return "CustomOrderRequest [customer=" + customer + ", fofoOrderItems="
38
		return "CreateOrderRequest [customer=" + customer + ", customerDateOfBirth=" + customerDateOfBirth
38
				+ fofoOrderItems + ", paymentOptions=" + paymentOptions + "]";
39
				+ ", fofoOrderItems=" + fofoOrderItems + ", paymentOptions=" + paymentOptions + "]";
39
	}
40
	}
40
	
41
	
41
}
42
}