File

src/app/models/create-payment-request.model.ts

Index

Properties

Properties

amount
amount: number
Type : number
defaultContactMethod
defaultContactMethod: string
Type : string
duplicateOf
duplicateOf: string
Type : string
Optional
memo
memo: string
Type : string
name
name: string
Type : string
p2PPayToEmailAddress
p2PPayToEmailAddress: string
Type : string
p2PPayToPhoneNumber
p2PPayToPhoneNumber: string
Type : string
payFromAccount
payFromAccount: string
Type : string
payFromBankAccountDescription
payFromBankAccountDescription: string
Type : string
secret
secret: string
Type : string
templateId
templateId: string
Type : string
export interface CreatePaymentRequest {
  name: string;
  templateId: string;
  amount: number;
  memo: string;
  p2PPayToEmailAddress: string;
  p2PPayToPhoneNumber: string;
  secret: string;
  payFromBankAccountDescription: string;
  payFromAccount: string;
  defaultContactMethod: string;
  duplicateOf?: string;
}

results matching ""

    No results matching ""