Client model for FinancialTransactionRefund that includes all the fields that are available for GETs. Use this for GETs (use FinancialTransactionRefundEntity for POST/PUTs)
Наследование: FinancialTransactionRefundEntity
Пример #1
0
 /// <summary>
 /// Copies the base properties from a source FinancialTransactionRefund object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(FinancialTransactionRefund source)
 {
     this.Id          = source.Id;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey  = source.ForeignKey;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.OriginalTransactionId             = source.OriginalTransactionId;
     this.RefundReasonSummary     = source.RefundReasonSummary;
     this.RefundReasonValueId     = source.RefundReasonValueId;
     this.CreatedDateTime         = source.CreatedDateTime;
     this.ModifiedDateTime        = source.ModifiedDateTime;
     this.CreatedByPersonAliasId  = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid      = source.Guid;
     this.ForeignId = source.ForeignId;
 }
Пример #2
0
 /// <summary>
 /// Copies the base properties from a source FinancialTransactionRefund object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( FinancialTransactionRefund source )
 {
     this.Id = source.Id;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.OriginalTransactionId = source.OriginalTransactionId;
     this.RefundReasonSummary = source.RefundReasonSummary;
     this.RefundReasonValueId = source.RefundReasonValueId;
     this.CreatedDateTime = source.CreatedDateTime;
     this.ModifiedDateTime = source.ModifiedDateTime;
     this.CreatedByPersonAliasId = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }
Пример #3
0
 /// <summary>
 /// Copies the base properties from a source FinancialTransactionRefund object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( FinancialTransactionRefund source )
 {
     this.Id = source.Id;
     this.RefundReasonSummary = source.RefundReasonSummary;
     this.RefundReasonValueId = source.RefundReasonValueId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }