Source code for ingenico.connect.sdk.domain.product.payment_product_group_response

# -*- 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.product.definitions.payment_product_group import PaymentProductGroup


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