Show / Hide Table of Contents

Class CreateNewOrderTransaction

Inheritance
System.Object
CreateNewOrderTransaction
Namespace: PontualMoneyTransfer.Services.API.Transactions
Assembly: PontualMoneyTransfer.Services.API.dll
Syntax
public class CreateNewOrderTransaction : object

Methods

CreateNewOrder(String, OrderReceived, ILog)

Declaration
public XmlDocument CreateNewOrder(string strXMLRequest, OrderReceived orderReceived, ILog log)
Parameters
Type Name Description
System.String strXMLRequest
PontualMoneyTransfer.Domain.Entities.OrderReceived orderReceived
ILog log
Returns
Type Description
XmlDocument

SaveApiXmlError(Int32, String)

Declaration
public void SaveApiXmlError(int APIxmlId, string xmlError)
Parameters
Type Name Description
System.Int32 APIxmlId
System.String xmlError

SetOrder(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String)

Declaration
public OrderReceived SetOrder(string AgentID, string PartnerID, string AgentOrderReference, string OrderCreationTime, string SenderUID, string SenderLastName, string SenderFirstName, string SenderCompanyName, string SenderAddress, string SenderCity, string SenderState, string SenderZip, string SenderCountry, string SenderPhone1, string SenderPhone2, string SenderEmail, string SenderDateOfBirth, string SenderDocument1Type, string SenderDocument1Issue, string SenderDocument1StateIssue, string SenderDocument1Number, string SenderDocument1ExpirationDate, string SenderDocument2Type, string SenderDocument2Issue, string SenderDocument2Number, string SenderDocument2ExpirationDate, string SenderGender, string SenderNationality, string RecipientUID, string RecipientLastName, string RecipientFirstName, string RecipientCompany, string RecipientAddress1, string RecipientCity, string RecipientState, string RecipientZip, string RecipientCountry, string RecipientPhone1, string RecipientPhone2, string RecipientEmail, string RecipientDateOfBirth, string RecipientDocument1Type, string RecipientDocument1Issuer, string RecipientDocument1Number, string RecipientDocument1ExpirationDate, string RecipientDocument2Type, string RecipientDocument2Issuer, string RecipientDocument2Number, string RecipientDocument2ExpirationDate, string RecipientBankName, string RecipientBankRouting, string RecipientBranchID, string RecipientBankAccountNo, string RecipientBankAccountID, string RecipientBankAddress, string RecipientTIN, string RecipientBankAccoutType, string NetAmountSent, string TotalFeeSender, string TotalCollectedFromSender, string ExchangeRateSender, string CurrencySent, string ExchangeRateAgent, string TotalFeeAgent, string TotalDueFromAgent, string AmountReceived, string TotalRecipiententFee, string TotalPaidToRecipient, string CurrencyOfPayment, string CurrencyOfPaymentID, string ChallengeQuestion, string ChallengeAnswer, string PayLocationID, string PaymentLocation, string MessageToRecipient, string PaymentInstructions, string TypeOfPaymentText, string TypeOfPaymentID, string OrderClaimCode, string Custom1, string Custom2, string Custom3, string Custom4, string SenderOccupation, string RelationshipToSender, string PurposeOfOrder, string OrderFundSource, string OrderCardSurcharge, string AdditionalChargesDiscounts, string ChargesDiscountsDescription)
Parameters
Type Name Description
System.String AgentID
System.String PartnerID
System.String AgentOrderReference
System.String OrderCreationTime
System.String SenderUID
System.String SenderLastName
System.String SenderFirstName
System.String SenderCompanyName
System.String SenderAddress
System.String SenderCity
System.String SenderState
System.String SenderZip
System.String SenderCountry
System.String SenderPhone1
System.String SenderPhone2
System.String SenderEmail
System.String SenderDateOfBirth
System.String SenderDocument1Type
System.String SenderDocument1Issue
System.String SenderDocument1StateIssue
System.String SenderDocument1Number
System.String SenderDocument1ExpirationDate
System.String SenderDocument2Type
System.String SenderDocument2Issue
System.String SenderDocument2Number
System.String SenderDocument2ExpirationDate
System.String SenderGender
System.String SenderNationality
System.String RecipientUID
System.String RecipientLastName
System.String RecipientFirstName
System.String RecipientCompany
System.String RecipientAddress1
System.String RecipientCity
System.String RecipientState
System.String RecipientZip
System.String RecipientCountry
System.String RecipientPhone1
System.String RecipientPhone2
System.String RecipientEmail
System.String RecipientDateOfBirth
System.String RecipientDocument1Type
System.String RecipientDocument1Issuer
System.String RecipientDocument1Number
System.String RecipientDocument1ExpirationDate
System.String RecipientDocument2Type
System.String RecipientDocument2Issuer
System.String RecipientDocument2Number
System.String RecipientDocument2ExpirationDate
System.String RecipientBankName
System.String RecipientBankRouting
System.String RecipientBranchID
System.String RecipientBankAccountNo
System.String RecipientBankAccountID
System.String RecipientBankAddress
System.String RecipientTIN
System.String RecipientBankAccoutType
System.String NetAmountSent
System.String TotalFeeSender
System.String TotalCollectedFromSender
System.String ExchangeRateSender
System.String CurrencySent
System.String ExchangeRateAgent
System.String TotalFeeAgent
System.String TotalDueFromAgent
System.String AmountReceived
System.String TotalRecipiententFee
System.String TotalPaidToRecipient
System.String CurrencyOfPayment
System.String CurrencyOfPaymentID
System.String ChallengeQuestion
System.String ChallengeAnswer
System.String PayLocationID
System.String PaymentLocation
System.String MessageToRecipient
System.String PaymentInstructions
System.String TypeOfPaymentText
System.String TypeOfPaymentID
System.String OrderClaimCode
System.String Custom1
System.String Custom2
System.String Custom3
System.String Custom4
System.String SenderOccupation
System.String RelationshipToSender
System.String PurposeOfOrder
System.String OrderFundSource
System.String OrderCardSurcharge
System.String AdditionalChargesDiscounts
System.String ChargesDiscountsDescription
Returns
Type Description
PontualMoneyTransfer.Domain.Entities.OrderReceived
Back to top