Source code for worldline.connect.sdk.v1.domain.capture_response

# -*- coding: utf-8 -*-
#
# This class was auto-generated from the API references found at
# https://apireference.connect.worldline-solutions.com/
#
from worldline.connect.sdk.v1.domain.capture import Capture


[docs] class CaptureResponse(Capture):
[docs] def to_dictionary(self) -> dict: dictionary = super(CaptureResponse, self).to_dictionary() return dictionary
[docs] def from_dictionary(self, dictionary: dict) -> 'CaptureResponse': super(CaptureResponse, self).from_dictionary(dictionary) return self