updates to wallet functionality
This commit is contained in:
@@ -2,15 +2,12 @@ package zw.qantra.tm.domain.dtos.erp;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||
import com.fasterxml.jackson.annotation.JsonInclude;
|
||||
import jakarta.persistence.*;
|
||||
import jakarta.validation.constraints.NotNull;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.sql.Timestamp;
|
||||
|
||||
@Data
|
||||
@Builder
|
||||
@@ -27,11 +24,10 @@ public class VelocityAccountDto {
|
||||
private String type;
|
||||
private String category;
|
||||
private String ledger;
|
||||
private Timestamp deactivatedAt;
|
||||
private BigDecimal balance;
|
||||
private String partyType;
|
||||
private String party;
|
||||
private String currency;
|
||||
private Object currency;
|
||||
private String customerStringId;
|
||||
private String companyStringId;
|
||||
}
|
||||
Reference in New Issue
Block a user