Class paymentScheduleType
Inheritance
System.Object
paymentScheduleType
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Plugins.Payment.Authorize
Assembly: Mediachase.Commerce.Plugins.Payment.dll
Version: 10.8.0Syntax
public class paymentScheduleType
Constructors
paymentScheduleType()
Declaration
public paymentScheduleType()
Fields
interval
Declaration
public paymentScheduleTypeInterval interval
Field Value
Type | Description |
---|---|
paymentScheduleTypeInterval |
startDate
Declaration
public DateTime startDate
Field Value
Type | Description |
---|---|
System.DateTime |
startDateSpecified
Declaration
public bool startDateSpecified
Field Value
Type | Description |
---|---|
System.Boolean |
totalOccurrences
Declaration
public short totalOccurrences
Field Value
Type | Description |
---|---|
System.Int16 |
totalOccurrencesSpecified
Declaration
public bool totalOccurrencesSpecified
Field Value
Type | Description |
---|---|
System.Boolean |
trialOccurrences
Declaration
public short trialOccurrences
Field Value
Type | Description |
---|---|
System.Int16 |
trialOccurrencesSpecified
Declaration
public bool trialOccurrencesSpecified
Field Value
Type | Description |
---|---|
System.Boolean |