Show / Hide Table of Contents

Class PaymentGateway

Payment gateway details.

Inheritance
object
PaymentGateway
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OspgatewayService.Models
Assembly: OCI.DotNetSDK.Ospgateway.dll
Syntax
public class PaymentGateway

Properties

MerchantDefinedData

Declaration
[JsonProperty(PropertyName = "merchantDefinedData")]
public MerchantDefinedData MerchantDefinedData { get; set; }
Property Value
Type Description
MerchantDefinedData
In this article
Back to top