CustomerPersonalDataResponse
public struct CustomerPersonalDataResponse : Codable
Child structure of CustomerDataResponse
.
-
Selfie image of the customer. This should contain base64 data of customer photo.
Declaration
Swift
public var selfieImage: String?