Source code for worldline.connect.sdk.v1.domain.bank_transfer_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.abstract_bank_transfer_payment_method_specific_input import AbstractBankTransferPaymentMethodSpecificInput


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