ContractDemandCost
- 인쇄
- PDF
ContractDemandCost
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
설명
계약 청구 비용
구문
private String memberNo;
private String regionCode;
private CommonCode demandType;
private CommonCode demandTypeDetail;
private Contract contract;
private String demandMonth;
private Double unitUsageQuantity;
private Double packageUnitUsageQuantity;
private Double totalUnitUsageQuantity;
private CommonCode usageUnit;
private Double productPrice;
private Double useAmount;
private Double promotionDiscountAmount;
private Double etcDiscountAmount;
private Double promiseDiscountAmount;
private Double demandAmount;
private Date writeDate;
private Double memberPriceDiscountAmount;
private Double memberPromiseDiscountAddAmount;
private CommonCode payCurrency;
private Double thisMonthAppliedExchangeRate;
필드
파라미터명 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
memberNo | Yes | String | 회원 번호 |
regionCode | Yes | String | 리전 코드 |
demandType | Yes | CommonCode | 청구 유형 코드 |
demandTypeDetail | Yes | CommonCode | 청구 유형 상세 코드 |
contract | Yes | Contract | 계약 |
demandMonth | Yes | String | 청구 월 |
unitUsageQuantity | Yes | Double | 단위 사용량 |
packageUnitUsageQuantity | Yes | Double | 패키지 단위 사용량 |
totalUnitUsageQuantity | Yes | Double | 총 단위 사용량 |
usageUnit | Yes | CommonCode | 사용량 단위 |
productPrice | Yes | Double | 상품 가격 |
useAmount | Yes | Double | 사용 금액 |
promotionDiscountAmount | Yes | Double | 프로모션 할인 금액 |
etcDiscountAmount | Yes | Double | 기타 할인 금액 |
promiseDiscountAmount | Yes | Double | 약정 할인 금액 |
demandAmount | Yes | Double | 청구 금액 |
writeDate | Yes | Date | 작성 일시 (format: YYYY-MM-DDThh:mm:ssZ) |
memberPriceDiscountAmount | Yes | Double | 회원 요금제 할인 금액 |
memberPromiseDiscountAddAmount | Yes | Double | 회원 약정 요금제 할인 금액 |
payCurrency | Yes | CommonCode | 결제 통화 |
thisMonthAppliedExchangeRate | Yes | Double | 이달 적용 환율 |
이 문서가 도움이 되었습니까?