Class PaymentDetail
Payment related details
Inheritance
PaymentDetail
Inherited Members
Namespace: Oci.OspgatewayService.Models
Assembly: OCI.DotNetSDK.Ospgateway.dll
Syntax
[JsonConverter(typeof(PaymentDetailModelConverter))]
public class PaymentDetail
Properties
AmountPaid
Declaration
[JsonProperty(PropertyName = "amountPaid")]
public decimal? AmountPaid { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? | Amount that paid |
PaidBy
Declaration
[JsonProperty(PropertyName = "paidBy")]
public string PaidBy { get; set; }
Property Value
| Type | Description |
|---|---|
| string | example |
TimePaidOn
Declaration
[JsonProperty(PropertyName = "timePaidOn")]
public DateTime? TimePaidOn { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | Paid the invoice on this day |