Source code for ingenico.connect.sdk.domain.payment.create_payment_response

# -*- coding: utf-8 -*-
#
# This class was auto-generated from the API references found at
# https://epayments-api.developer-ingenico.com/
#
from ingenico.connect.sdk.domain.payment.definitions.create_payment_result import CreatePaymentResult


[docs]class CreatePaymentResponse(CreatePaymentResult):
[docs] def to_dictionary(self): dictionary = super(CreatePaymentResponse, self).to_dictionary() return dictionary
[docs] def from_dictionary(self, dictionary): super(CreatePaymentResponse, self).from_dictionary(dictionary) return self