상세 명세
Evcc.Set_ServicePaymentSelectionReq_SelectedPaymentOption
Evcc.Set_ServicePaymentSelectionReq_SelectedPaymentOption(selectedPaymentOption)
ServicePaymentSelectionReq.SelectedPaymentOption 설정
local selectedPaymentOption = PaymentOptionType.ExternalPayment
Evcc.Set_ServicePaymentSelectionReq_SelectedPaymentOption(selectedPaymentOption)
Evcc.Get_ServicePaymentSelectionReq_SelectedPaymentOption
Evcc.Get_ServicePaymentSelectionReq_SelectedPaymentOption()
ServicePaymentSelectionReq.SelectedPaymentOption 조회
local observedSelectedPaymentOption = Evcc.Get_ServicePaymentSelectionReq_SelectedPaymentOption()
Evcc.Set_ServicePaymentSelectionReq_SelectedServiceList_Count
Evcc.Set_ServicePaymentSelectionReq_SelectedServiceList_Count(count)
ServicePaymentSelectionReq.SelectedServiceList.SelectedService.Count 설정
local selectedServiceCount = 1
Evcc.Set_ServicePaymentSelectionReq_SelectedServiceList_Count(selectedServiceCount)
Evcc.Add_ServicePaymentSelectionReq_SelectedServiceList_ServiceID
Evcc.Add_ServicePaymentSelectionReq_SelectedServiceList_ServiceID(serviceID)
ServicePaymentSelectionReq.SelectedServiceList.SelectedService[0].ServiceID 설정
local selectedServiceID = 1
Evcc.Add_ServicePaymentSelectionReq_SelectedServiceList_ServiceID(selectedServiceID)
Evcc.Send_ServicePaymentSelectionReq_001
Evcc.Send_ServicePaymentSelectionReq_001()
ServicePaymentSelectionReq 송신
Evcc.Send_ServicePaymentSelectionReq_001()
Evcc.Receive_ServicePaymentSelectionRes_001
Evcc.Receive_ServicePaymentSelectionRes_001()
ServicePaymentSelectionRes 수신
Evcc.Receive_ServicePaymentSelectionRes_001()
Evcc.Get_ServicePaymentSelectionRes_ResponseCode
Evcc.Get_ServicePaymentSelectionRes_ResponseCode()
ServicePaymentSelectionRes.ResponseCode 조회
local expectedResponseCode = ResponseCodeType.OK
local receivedResponseCode = Evcc.Get_ServicePaymentSelectionRes_ResponseCode()