File

src/app/models/mock-payment.data.ts

Index

Properties

Properties

payments
payments: any[]
Type : any[]
Default value : [ { Id: '9e58c08d-7e63-4390-8abc-10b906b2dc0a', AddressError: null, Amount: 1.0, BankUserId: null, BatchTimeStamp: null, CheckDig: null, ConfirmationNumber: '0014173', CreateBy: 'nate.ross', CreateOn: '2017-08-17T16:34:54.377', CutOff: null, DeliveryPoint: null, Email: null, IsExpedited: false, Memo: null, ModifyBy: null, ModifyOn: null, NetworkBillerId: null, PayeeId: null, PayFrom: 'Nate Ross', PayFromAccount: '893683032', PayFromRtn: '074000010', PaymentDate: '2017-08-17T00:00:00', PayToAccount: null, PayToAddress: null, PayToAddress2: null, PayToCity: null, PayToName: 'test', PayToState: null, PayToZip: null, Status: 'Processing', AchPattern: 'P2P', CustomerAddress1: '6903 AUTUMN', CustomerAddress2: '', CustomerAddress3: 'CHASE FORT WAYNE IN, 46818', CustomerAddress4: '', PayToPhone: null, SettlementType: null, SettlementSubType: null, Biller_Id: '00000000-0000-0000-0000-000000000000', Network_Id: '00000000-0000-0000-0000-000000000000', AggregateRootId: '9e58c08d-7e63-4390-8abc-10b906b2dc0a', PaymentMethod: null, Fee: 0.0, Teller: null, PaymentType: 'ELECTRONIC', FinancialInstitution_Id: '073374eb-39f0-42b6-be07-c69a1f2b9cfc', PaymentBatch_Id: '00000000-0000-0000-0000-000000000000', ShardKey: 'ALLIED', Customer_Id: '82e6a3e2-cb19-4659-943a-4d77a7a40275', CheckNumber: null, BankAccountType: 0, PayToBankRoutingNumber: null, PayToBankAccount: null, PayToBankAccountType: 'Checking', NetworkName: null, PlanetCodes: null, PayToBankAccountOwner: 'Personal', DisplayName: null, PaymentTemplateId: 'e85f6d52-f89a-44f4-8063-f31cf0ffb8ae', CreditDate: '2017-08-17T00:00:00', FloatDays: 0, IsRecurring: false, BankAccountDisplayName: null, ExpectedDeliveryDate: '2017-08-17T00:00:00', links: [], PaymentCategory: 'P2P', InvoiceData: null, TemplateType: 'P2P', IsReviewed: false, IsNoticeSent: false, SettlementDate: '2017-08-17T00:00:00', CollectionDate: '2017-08-17T00:00:00', NetworkSendDate: '2017-08-17T00:00:00', PromiseDate: '2017-08-17T00:00:00', PictureId: '00000000-0000-0000-0000-000000000000', CollectionBatch_Id: '00000000-0000-0000-0000-000000000000', SettlementBatch_Id: '00000000-0000-0000-0000-000000000000', NetworkSendBatch_Id: '25266f10-9fa9-483e-a9a0-0d414b70f1ed', IsNextCreated: false, UserId: 'bab2ffd2-eaad-4b14-b77a-f12382c0d667', DeliveryOptionId: '81ee9b8a-fb7a-44b6-8f07-3acd6f903dca', DeliveryOptionName: 'P2P', Corrected: false, Alert: false, IsLocked: null, IsLockedBy: null, LockExpiresOn: null, StatusReason: null, ProcessingStartDate: null, ProcessingEndDate: null, CustomerFee: 0.0, ReviewBy: null, PrintOnCheck: false, IsPaperPaymentReviewed: false, ReverseToCustomer: false, IsBookmarked: false, IsValidated: false, HidePayment: null, BranchId: '00000000-0000-0000-0000-000000000000', InvoiceNumber: null, BranchName: null, IsRealTime: false, SentToNetworkOn: null, SentToNetworkName: null, SentToNetworkId: null, SentToNetworkResponse: null, SentToNetworkWasSuccessful: null, ForeignPaymentId: null, ForeignSystem: null, PayFromEmail: null, PayFromPhone: null, PayFromBankAccountDescription: 'Checking', OverrideCheckRoutingNumber: '', OverrideCheckAccountNumber: '', CollectionType: 'ACH', P2PPayToEmailAddress: null, P2PPayToPhoneNumber: '2602423611', Secret: 'secret', FundingSource: null, SecOverride: null, P2PStatus: 'SENT', P2PExpiresOn: '2017-08-31T16:35:02.06' } ]
import { Payment } from './payment.model';

export class MockPaymentData {
  payments: any[] = [
    {
      Id: '9e58c08d-7e63-4390-8abc-10b906b2dc0a',
      AddressError: null,
      Amount: 1.0,
      BankUserId: null,
      BatchTimeStamp: null,
      CheckDig: null,
      ConfirmationNumber: '0014173',
      CreateBy: 'nate.ross',
      CreateOn: '2017-08-17T16:34:54.377',
      CutOff: null,
      DeliveryPoint: null,
      Email: null,
      IsExpedited: false,
      Memo: null,
      ModifyBy: null,
      ModifyOn: null,
      NetworkBillerId: null,
      PayeeId: null,
      PayFrom: 'Nate Ross',
      PayFromAccount: '893683032',
      PayFromRtn: '074000010',
      PaymentDate: '2017-08-17T00:00:00',
      PayToAccount: null,
      PayToAddress: null,
      PayToAddress2: null,
      PayToCity: null,
      PayToName: 'test',
      PayToState: null,
      PayToZip: null,
      Status: 'Processing',
      AchPattern: 'P2P',
      CustomerAddress1: '6903 AUTUMN',
      CustomerAddress2: '',
      CustomerAddress3: 'CHASE FORT WAYNE IN, 46818',
      CustomerAddress4: '',
      PayToPhone: null,
      SettlementType: null,
      SettlementSubType: null,
      Biller_Id: '00000000-0000-0000-0000-000000000000',
      Network_Id: '00000000-0000-0000-0000-000000000000',
      AggregateRootId: '9e58c08d-7e63-4390-8abc-10b906b2dc0a',
      PaymentMethod: null,
      Fee: 0.0,
      Teller: null,
      PaymentType: 'ELECTRONIC',
      FinancialInstitution_Id: '073374eb-39f0-42b6-be07-c69a1f2b9cfc',
      PaymentBatch_Id: '00000000-0000-0000-0000-000000000000',
      ShardKey: 'ALLIED',
      Customer_Id: '82e6a3e2-cb19-4659-943a-4d77a7a40275',
      CheckNumber: null,
      BankAccountType: 0,
      PayToBankRoutingNumber: null,
      PayToBankAccount: null,
      PayToBankAccountType: 'Checking',
      NetworkName: null,
      PlanetCodes: null,
      PayToBankAccountOwner: 'Personal',
      DisplayName: null,
      PaymentTemplateId: 'e85f6d52-f89a-44f4-8063-f31cf0ffb8ae',
      CreditDate: '2017-08-17T00:00:00',
      FloatDays: 0,
      IsRecurring: false,
      BankAccountDisplayName: null,
      ExpectedDeliveryDate: '2017-08-17T00:00:00',
      links: [],
      PaymentCategory: 'P2P',
      InvoiceData: null,
      TemplateType: 'P2P',
      IsReviewed: false,
      IsNoticeSent: false,
      SettlementDate: '2017-08-17T00:00:00',
      CollectionDate: '2017-08-17T00:00:00',
      NetworkSendDate: '2017-08-17T00:00:00',
      PromiseDate: '2017-08-17T00:00:00',
      PictureId: '00000000-0000-0000-0000-000000000000',
      CollectionBatch_Id: '00000000-0000-0000-0000-000000000000',
      SettlementBatch_Id: '00000000-0000-0000-0000-000000000000',
      NetworkSendBatch_Id: '25266f10-9fa9-483e-a9a0-0d414b70f1ed',
      IsNextCreated: false,
      UserId: 'bab2ffd2-eaad-4b14-b77a-f12382c0d667',
      DeliveryOptionId: '81ee9b8a-fb7a-44b6-8f07-3acd6f903dca',
      DeliveryOptionName: 'P2P',
      Corrected: false,
      Alert: false,
      IsLocked: null,
      IsLockedBy: null,
      LockExpiresOn: null,
      StatusReason: null,
      ProcessingStartDate: null,
      ProcessingEndDate: null,
      CustomerFee: 0.0,
      ReviewBy: null,
      PrintOnCheck: false,
      IsPaperPaymentReviewed: false,
      ReverseToCustomer: false,
      IsBookmarked: false,
      IsValidated: false,
      HidePayment: null,
      BranchId: '00000000-0000-0000-0000-000000000000',
      InvoiceNumber: null,
      BranchName: null,
      IsRealTime: false,
      SentToNetworkOn: null,
      SentToNetworkName: null,
      SentToNetworkId: null,
      SentToNetworkResponse: null,
      SentToNetworkWasSuccessful: null,
      ForeignPaymentId: null,
      ForeignSystem: null,
      PayFromEmail: null,
      PayFromPhone: null,
      PayFromBankAccountDescription: 'Checking',
      OverrideCheckRoutingNumber: '',
      OverrideCheckAccountNumber: '',
      CollectionType: 'ACH',
      P2PPayToEmailAddress: null,
      P2PPayToPhoneNumber: '2602423611',
      Secret: 'secret',
      FundingSource: null,
      SecOverride: null,
      P2PStatus: 'SENT',
      P2PExpiresOn: '2017-08-31T16:35:02.06'
    }
  ];
}

results matching ""

    No results matching ""