Source code for worldline.connect.sdk.v1.domain.approve_payment_sepa_direct_debit_payment_method_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.approve_payment_direct_debit_payment_method_specific_input import ApprovePaymentDirectDebitPaymentMethodSpecificInput


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