func (o VerifiableCredentialPrimingResponse) ToMap() (map[string]interface{}, error) {
    toSerialize := map[string]interface{}{}
    if !IsNil(o.CNonce) {
        toSerialize["c_nonce"] = o.CNonce
    }