Show / Hide Table of Contents

Class PaymentOption

Payment option of a subscription.

Inheritance
object
PaymentOption
CreditCardPaymentOption
PaypalPaymentOption
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
[JsonConverter(typeof(PaymentOptionModelConverter))]
public class PaymentOption

Properties

WalletInstrumentId

Declaration
[JsonProperty(PropertyName = "walletInstrumentId")]
public string WalletInstrumentId { get; set; }
Property Value
Type Description
string

Wallet instrument internal id.

WalletTransactionId

Declaration
[JsonProperty(PropertyName = "walletTransactionId")]
public string WalletTransactionId { get; set; }
Property Value
Type Description
string

Wallet transaction id.

In this article
Back to top