Subversion Repositories SmartDukaan

Rev

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

Rev 32969 Rev 34652
Line 44... Line 44...
44
    public LocalDateTime getBillingEndDate() {
44
    public LocalDateTime getBillingEndDate() {
45
        return this.endDate.plusDays(90);
45
        return this.endDate.plusDays(90);
46
    }
46
    }
47
 
47
 
48
    public LocalDateTime getBillingStartDate() {
48
    public LocalDateTime getBillingStartDate() {
49
        return this.startDate.minusDays(30);
49
        return this.startDate.minusDays(60);
50
    }
50
    }
51
 
51
 
52
    public LocalDateTime getProcessTimestamp() {
52
    public LocalDateTime getProcessTimestamp() {
53
        return processTimestamp;
53
        return processTimestamp;
54
    }
54
    }