CustomerPersonalDataResponse

public struct CustomerPersonalDataResponse : Codable

Child structure of CustomerDataResponse.

Properties

  • Selfie image of the customer. This should contain base64 data of customer photo.

    Declaration

    Swift

    public var selfieImage: String?