Secc.Receive_PaymentServiceSelectionReq_001
Secc.Receive_PaymentServiceSelectionReq_001()
PaymentServiceSelectionReq 수신
Secc.Receive_PaymentServiceSelectionReq_001()
SECC > ISO15118-2
PaymentServiceSelection Lua API reference.
Secc.Receive_PaymentServiceSelectionReq_001()
PaymentServiceSelectionReq 수신
Secc.Receive_PaymentServiceSelectionReq_001()
Secc.Check_Received_PaymentServiceSelectionReq()
PaymentServiceSelectionReq.Received 확인
local receivedPaymentServiceSelectionReq = Secc.Check_Received_PaymentServiceSelectionReq()
Secc.Get_PaymentServiceSelectionReq_SelectedPaymentOption()
PaymentServiceSelectionReq.SelectedPaymentOption 조회
local expectedSelectedPaymentOption = PaymentOptionType.ExternalPayment
local receivedSelectedPaymentOption = Secc.Get_PaymentServiceSelectionReq_SelectedPaymentOption()
Secc.Exist_PaymentServiceSelection_SelectedService(serviceID, parameterSetID)
PaymentServiceSelectionReq.SelectedServiceList[0] 확인
local expectedSelectedServiceID = 61000
local expectedParameterSetID = 1
local receivedSelectedService = Secc.Exist_PaymentServiceSelection_SelectedService(expectedSelectedServiceID, expectedParameterSetID)
Secc.Set_PaymentServiceSelectionRes_ResponseCode(responseCode)
PaymentServiceSelectionRes.ResponseCode 설정
local paymentServiceSelectionResponseCode = ResponseCodeType.OK
Secc.Set_PaymentServiceSelectionRes_ResponseCode(paymentServiceSelectionResponseCode)
Secc.Get_PaymentServiceSelectionRes_ResponseCode()
PaymentServiceSelectionRes.ResponseCode 조회
local observedResponseCode = Secc.Get_PaymentServiceSelectionRes_ResponseCode()
Secc.Send_PaymentServiceSelectionRes_001()
PaymentServiceSelectionRes 송신
Secc.Send_PaymentServiceSelectionRes_001()
local paymentServiceSelectionResponseCode = ResponseCodeType.OK
Secc.Set_PaymentServiceSelectionRes_ResponseCode(paymentServiceSelectionResponseCode)
Secc.Send_PaymentServiceSelectionRes_001()
0x010xFE0x80010x0000000EEXIEncodedV2GMessage<?xml version="1.0" ?>
<s3:V2G_Message xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.w3.org/2000/09/xmldsig#" xmlns:s1="urn:iso:15118:2:2013:MsgBody" xmlns:s2="urn:iso:15118:2:2013:MsgDataTypes" xmlns:s3="urn:iso:15118:2:2013:MsgDef" xmlns:s4="urn:iso:15118:2:2013:MsgHeader">
<s3:Header>
<s4:SessionID>AA1D6C2C59C61DB8</s4:SessionID>
</s3:Header>
<s3:Body>
<s1:PaymentServiceSelectionRes>
<s1:ResponseCode>OK</s1:ResponseCode>
</s1:PaymentServiceSelectionRes>
</s3:Body>
</s3:V2G_Message>