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

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


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