File

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

Index

Properties

Properties

templates
templates: any[]
Type : any[]
Default value : [ { P2PPayToEmailAddress: 'darkside@empire.gov', P2PPayToPhoneNumber: '2223334444', Secret: 'darkside', Id: '121bbbd6-fb36-4b80-a374-5907d659zzds', Name: 'Darth Vader', firstCharOfName: 'D', Schedule: { Id: 'e52de3c0-644a-4cd3-8183-aaf8e42e930b', Amount: 0, Frequency: 'None', TerminateCondition: 'UntilCancelled', NonBusinessDayOption: 'PreviousBusinessDay', IsScheduleActive: false }, Amount: 0, TemplateType: 'P2P', ShowInQuickPay: false, IsElectronic: true, PayToAddress: {}, PayFromBankAccount: { Id: '8ac754b8-8d24-4f6d-923a-992b032f1776', Name: 'Community State Bank', AccountNumber: '7064764', RoutingNumber: '074906800', AccountType: 'Checking', AvailableBalance: 0, IsDefault: false, AccountOwnerType: 'Personal', BalanceLastModified: '04/11/2016', IsConfirmed: false }, LastModified: '10/27/2016', IsReviewed: false, CustomerId: '82e6a3e2-cb19-4659-943a-4d77a7a40275', CustomerMessages: [] }, { P2PPayToEmailAddress: 'adumbledore@hogwarts.edu', P2PPayToPhoneNumber: '3658945684', Secret: 'Lemondrop', Id: '3a1bbbd6-fb36-4b80-a374-5907d659ea17', Name: 'Albus Dumbledore', firstCharOfName: 'A', Schedule: { Id: 'e52de3c0-644a-4cd3-8183-aaf8e42e930b', Amount: 0, Frequency: 'None', TerminateCondition: 'UntilCancelled', NonBusinessDayOption: 'PreviousBusinessDay', IsScheduleActive: false }, Amount: 0, TemplateType: 'P2P', ShowInQuickPay: false, IsElectronic: true, PayToAddress: {}, PayFromBankAccount: { Id: '8ac754b8-8d24-4f6d-923a-992b032f1776', Name: 'Community State Bank', AccountNumber: '7064764', RoutingNumber: '074906800', AccountType: 'Checking', AvailableBalance: 0, IsDefault: false, AccountOwnerType: 'Personal', BalanceLastModified: '04/11/2016', IsConfirmed: false }, LastModified: '10/27/2016', IsReviewed: false, CustomerId: '82e6a3e2-cb19-4659-943a-4d77a7a40275', CustomerMessages: [] } ]
import { P2PCombinedResponse, Payment, Template } from './index';

export class MockTemplateData {
  templates: any[] = [
    {
      P2PPayToEmailAddress: 'darkside@empire.gov',
      P2PPayToPhoneNumber: '2223334444',
      Secret: 'darkside',
      Id: '121bbbd6-fb36-4b80-a374-5907d659zzds',
      Name: 'Darth Vader',
      firstCharOfName: 'D',
      Schedule: {
        Id: 'e52de3c0-644a-4cd3-8183-aaf8e42e930b',
        Amount: 0,
        Frequency: 'None',
        TerminateCondition: 'UntilCancelled',
        NonBusinessDayOption: 'PreviousBusinessDay',
        IsScheduleActive: false
      },
      Amount: 0,
      TemplateType: 'P2P',
      ShowInQuickPay: false,
      IsElectronic: true,
      PayToAddress: {},
      PayFromBankAccount: {
        Id: '8ac754b8-8d24-4f6d-923a-992b032f1776',
        Name: 'Community State Bank',
        AccountNumber: '7064764',
        RoutingNumber: '074906800',
        AccountType: 'Checking',
        AvailableBalance: 0,
        IsDefault: false,
        AccountOwnerType: 'Personal',
        BalanceLastModified: '04/11/2016',
        IsConfirmed: false
      },
      LastModified: '10/27/2016',
      IsReviewed: false,
      CustomerId: '82e6a3e2-cb19-4659-943a-4d77a7a40275',
      CustomerMessages: []
    },

    {
      P2PPayToEmailAddress: 'adumbledore@hogwarts.edu',
      P2PPayToPhoneNumber: '3658945684',
      Secret: 'Lemondrop',
      Id: '3a1bbbd6-fb36-4b80-a374-5907d659ea17',
      Name: 'Albus Dumbledore',
      firstCharOfName: 'A',
      Schedule: {
        Id: 'e52de3c0-644a-4cd3-8183-aaf8e42e930b',
        Amount: 0,
        Frequency: 'None',
        TerminateCondition: 'UntilCancelled',
        NonBusinessDayOption: 'PreviousBusinessDay',
        IsScheduleActive: false
      },
      Amount: 0,
      TemplateType: 'P2P',
      ShowInQuickPay: false,
      IsElectronic: true,
      PayToAddress: {},
      PayFromBankAccount: {
        Id: '8ac754b8-8d24-4f6d-923a-992b032f1776',
        Name: 'Community State Bank',
        AccountNumber: '7064764',
        RoutingNumber: '074906800',
        AccountType: 'Checking',
        AvailableBalance: 0,
        IsDefault: false,
        AccountOwnerType: 'Personal',
        BalanceLastModified: '04/11/2016',
        IsConfirmed: false
      },
      LastModified: '10/27/2016',
      IsReviewed: false,
      CustomerId: '82e6a3e2-cb19-4659-943a-4d77a7a40275',
      CustomerMessages: []
    }
  ];
}

results matching ""

    No results matching ""