Class VEventRegistrationPayment
- Namespace
- InSite.Application.Invoices.Read
- Assembly
- Shift.Sdk.dll
public class VEventRegistrationPayment
- Inheritance
-
VEventRegistrationPayment
- Inherited Members
-
- Extension Methods
-
Constructors
VEventRegistrationPayment()
public VEventRegistrationPayment()
Properties
AchievementTitle
public string AchievementTitle { get; set; }
Property Value
- string
AttendanceTaken
public DateTimeOffset? AttendanceTaken { get; set; }
Property Value
- DateTimeOffset?
CreditAmount
public decimal? CreditAmount { get; set; }
Property Value
- decimal?
CreditIdentifier
public Guid? CreditIdentifier { get; set; }
Property Value
- Guid?
CreditNumber
public int? CreditNumber { get; set; }
Property Value
- int?
CreditPaymentIdentifier
public Guid? CreditPaymentIdentifier { get; set; }
Property Value
- Guid?
CreditSubmitted
public DateTimeOffset? CreditSubmitted { get; set; }
Property Value
- DateTimeOffset?
CurrentAttendanceStatus
public string CurrentAttendanceStatus { get; set; }
Property Value
- string
CurrentRegistrationStatus
public string CurrentRegistrationStatus { get; set; }
Property Value
- string
EmployerName
public string EmployerName { get; set; }
Property Value
- string
EventDate
public DateTimeOffset EventDate { get; set; }
Property Value
- DateTimeOffset
EventName
public string EventName { get; set; }
Property Value
- string
InvoiceIdentifier
public Guid InvoiceIdentifier { get; set; }
Property Value
- Guid
InvoiceNumber
public int? InvoiceNumber { get; set; }
Property Value
- int?
InvoiceStatus
public string InvoiceStatus { get; set; }
Property Value
- string
InvoiceSubmitted
public DateTimeOffset? InvoiceSubmitted { get; set; }
Property Value
- DateTimeOffset?
LearnerAttendee
public string LearnerAttendee { get; set; }
Property Value
- string
LearnerCode
public string LearnerCode { get; set; }
Property Value
- string
OrderNumber
public string OrderNumber { get; set; }
Property Value
- string
OrganizationCode
public string OrganizationCode { get; set; }
Property Value
- string
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
OrganizationName
public string OrganizationName { get; set; }
Property Value
- string
PaymentIdentifier
public Guid PaymentIdentifier { get; set; }
Property Value
- Guid
RegistrantCardholder
public string RegistrantCardholder { get; set; }
Property Value
- string
RegistrationFee
public decimal? RegistrationFee { get; set; }
Property Value
- decimal?
RegistrationIdentifier
public Guid RegistrationIdentifier { get; set; }
Property Value
- Guid
SeatTitle
public string SeatTitle { get; set; }
Property Value
- string
TransactionAmount
public decimal TransactionAmount { get; set; }
Property Value
- decimal
TransactionCode
public string TransactionCode { get; set; }
Property Value
- string
TransactionDate
public DateTimeOffset? TransactionDate { get; set; }
Property Value
- DateTimeOffset?
TransactionStatus
public string TransactionStatus { get; set; }
Property Value
- string
Methods
Clone()
public VEventRegistrationPayment Clone()
Returns
- VEventRegistrationPayment