서브몰 상태변경 훅 데이터 변동되었나요..?

전 1.

{
"eventType": "SUBMALL_STATUS_CHANGED",
"createdAt": "2022-01-01T00:00:00.000000",
"data": {
"subMallId": "testmall100",
"type": "CORPORATE",
"status": "APPROVED",
"companyName": "몰100",
"representativeName": "",
"businessNumber": "1200220000",
"account": {
"bankCode": "03",
"accountNumber": "00123412341234",
"holderName": ""
},
"email": "testmall100@test.com",
"phoneNumber": "01012341234",
"metadata": null
}
}

.
{
"subMallId": "",
"type": "INDIVIDUAL",
"companyName": null,
"representativeName": null,
"businessNumber": null,
"account": {
"bankCode": "",
"accountNumber": "",
"holderName": ""
},
"email": "",
"phoneNumber": "",
"metadata": null,
"status": "PARTIALLY_APPROVED"
}


>?

.
Was this page helpful?