Client model for FinancialPersonSavedAccount that includes all the fields that are available for GETs. Use this for GETs (use FinancialPersonSavedAccountEntity for POST/PUTs)
Inheritance: FinancialPersonSavedAccountEntity
 /// <summary>
 /// Copies the base properties from a source FinancialPersonSavedAccount object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(FinancialPersonSavedAccount source)
 {
     this.Id = source.Id;
     this.FinancialGatewayId       = source.FinancialGatewayId;
     this.FinancialPaymentDetailId = source.FinancialPaymentDetailId;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey  = source.ForeignKey;
     this.GroupId     = source.GroupId;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Name                    = source.Name;
     this.PersonAliasId           = source.PersonAliasId;
     this.ReferenceNumber         = source.ReferenceNumber;
     this.TransactionCode         = source.TransactionCode;
     this.CreatedDateTime         = source.CreatedDateTime;
     this.ModifiedDateTime        = source.ModifiedDateTime;
     this.CreatedByPersonAliasId  = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid                    = source.Guid;
     this.ForeignId               = source.ForeignId;
 }
Esempio n. 2
0
 /// <summary>
 /// Copies the base properties from a source FinancialPersonSavedAccount object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( FinancialPersonSavedAccount source )
 {
     this.Id = source.Id;
     this.FinancialGatewayId = source.FinancialGatewayId;
     this.FinancialPaymentDetailId = source.FinancialPaymentDetailId;
     this.GroupId = source.GroupId;
     this.Name = source.Name;
     this.PersonAliasId = source.PersonAliasId;
     this.ReferenceNumber = source.ReferenceNumber;
     this.TransactionCode = source.TransactionCode;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }
 /// <summary>
 /// Copies the base properties from a source FinancialPersonSavedAccount object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( FinancialPersonSavedAccount source )
 {
     this.Id = source.Id;
     this.FinancialGatewayId = source.FinancialGatewayId;
     this.FinancialPaymentDetailId = source.FinancialPaymentDetailId;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.GroupId = source.GroupId;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Name = source.Name;
     this.PersonAliasId = source.PersonAliasId;
     this.ReferenceNumber = source.ReferenceNumber;
     this.TransactionCode = source.TransactionCode;
     this.CreatedDateTime = source.CreatedDateTime;
     this.ModifiedDateTime = source.ModifiedDateTime;
     this.CreatedByPersonAliasId = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }