PaymentGateway

class oci.osp_gateway.models.PaymentGateway(**kwargs)

Bases: object

Payment gateway details.

Methods

__init__(**kwargs) Initializes a new PaymentGateway object with values from keyword arguments.

Attributes

merchant_defined_data Gets the merchant_defined_data of this PaymentGateway.
__init__(**kwargs)

Initializes a new PaymentGateway object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:merchant_defined_data (oci.osp_gateway.models.MerchantDefinedData) – The value to assign to the merchant_defined_data property of this PaymentGateway.
merchant_defined_data

Gets the merchant_defined_data of this PaymentGateway.

Returns:The merchant_defined_data of this PaymentGateway.
Return type:oci.osp_gateway.models.MerchantDefinedData