상세 명세
Evcc.Set_PaymentServiceSelectionReq_SelectedPaymentOption
Evcc.Set_PaymentServiceSelectionReq_SelectedPaymentOption(selectedPaymentOption)
PaymentServiceSelectionReq.SelectedPaymentOption 설정
local selectedPaymentOption = PaymentOptionType.ExternalPayment
Evcc.Set_PaymentServiceSelectionReq_SelectedPaymentOption(selectedPaymentOption)
Evcc.Get_PaymentServiceSelectionReq_SelectedPaymentOption
Evcc.Get_PaymentServiceSelectionReq_SelectedPaymentOption()
PaymentServiceSelectionReq.SelectedPaymentOption 조회
local observedSelectedPaymentOption = Evcc.Get_PaymentServiceSelectionReq_SelectedPaymentOption()
Evcc.Set_PaymentServiceSelectionReq_SelectedServiceList_Count
Evcc.Set_PaymentServiceSelectionReq_SelectedServiceList_Count(count)
PaymentServiceSelectionReq.SelectedServiceList.Count 설정
local selectedServiceCount = 1
Evcc.Set_PaymentServiceSelectionReq_SelectedServiceList_Count(selectedServiceCount)
Evcc.Set_PaymentServiceSelectionReq_SelectedServiceList_ServiceID
Evcc.Set_PaymentServiceSelectionReq_SelectedServiceList_ServiceID(index, serviceID)
PaymentServiceSelectionReq.SelectedServiceList[0].ServiceID 설정
local selectedServiceIndex = 0
local selectedServiceID = 61000
Evcc.Set_PaymentServiceSelectionReq_SelectedServiceList_ServiceID(selectedServiceIndex, selectedServiceID)
Evcc.Set_PaymentServiceSelectionReq_SelectedServiceList_ParameterSetID
Evcc.Set_PaymentServiceSelectionReq_SelectedServiceList_ParameterSetID(index, parameterSetId)
PaymentServiceSelectionReq.SelectedServiceList[0].ParameterSetID 설정
local selectedParameterSetID = 1
Evcc.Set_PaymentServiceSelectionReq_SelectedServiceList_ParameterSetID(selectedServiceIndex, selectedParameterSetID)
Evcc.Send_PaymentServiceSelectionReq_001
Evcc.Send_PaymentServiceSelectionReq_001()
PaymentServiceSelectionReq 송신
Evcc.Send_PaymentServiceSelectionReq_001()
Evcc.Receive_PaymentServiceSelectionRes_001
Evcc.Receive_PaymentServiceSelectionRes_001()
PaymentServiceSelectionRes 수신
Evcc.Receive_PaymentServiceSelectionRes_001()
Evcc.Get_PaymentServiceSelectionRes_ResponseCode
Evcc.Get_PaymentServiceSelectionRes_ResponseCode()
PaymentServiceSelectionRes.ResponseCode 조회
local expectedResponseCode = ResponseCodeType.OK
local receivedResponseCode = Evcc.Get_PaymentServiceSelectionRes_ResponseCode()