Source code for worldline.connect.sdk.v1.domain.cash_payment_product1526_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 CashPaymentProduct1526SpecificInput(CashPaymentProductWithRedirectSpecificInputBase):
[docs] def to_dictionary(self) -> dict: dictionary = super(CashPaymentProduct1526SpecificInput, self).to_dictionary() return dictionary
[docs] def from_dictionary(self, dictionary: dict) -> 'CashPaymentProduct1526SpecificInput': super(CashPaymentProduct1526SpecificInput, self).from_dictionary(dictionary) return self