Class PaymentOption
Payment option of a subscription.
Inherited Members
Namespace: Oci.OspgatewayService.Models
Assembly: OCI.DotNetSDK.Ospgateway.dll
Syntax
[JsonConverter(typeof(PaymentOptionModelConverter))]
public class PaymentOptionProperties
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. |