Source code for ingenico.connect.sdk.domain.payment.definitions.cash_payment_product1523_specific_input

# -*- 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.cash_payment_product_with_redirect_specific_input_base import CashPaymentProductWithRedirectSpecificInputBase


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