Commit e832ca40 by chengzhuoshen

1.修改BankToCustomerDebitCreditNotification

parent a6999084
package com.brilliance.swift.vo; package com.brilliance.swift.vo;
import com.brilliance.swift.vo.common.CcyFormatAmount; import com.brilliance.swift.vo.common.CcyFormatAmount;
import com.brilliance.swift.vo.common.PartyAccount;
import com.brilliance.swift.vo.common.PartyDto; import com.brilliance.swift.vo.common.PartyDto;
import java.util.Date; import java.util.Date;
...@@ -11,22 +12,44 @@ import java.util.Date; ...@@ -11,22 +12,44 @@ import java.util.Date;
*/ */
public class BankToCustomerDebitCreditNotification extends SwiftDto{ public class BankToCustomerDebitCreditNotification extends SwiftDto{
@Deprecated
protected String mtType; protected String mtType;
/**
* CRDT -- MT910
* DBIT -- MT900
*/
protected String cdtDbtCode;
protected String endToEndId; protected String endToEndId;
@Deprecated
protected String ibanId; protected String ibanId;
protected PartyAccount account;
@Deprecated
protected Date date; protected Date date;
protected Date valueDate;
protected CcyFormatAmount valueAmount; protected CcyFormatAmount valueAmount;
@Deprecated
protected PartyDto customerParty; protected PartyDto customerParty;
protected PartyDto debitParty;
@Deprecated
protected PartyDto institutionParty; protected PartyDto institutionParty;
protected PartyDto debitAgtParty;
@Deprecated
protected PartyDto intermediaryParty; protected PartyDto intermediaryParty;
protected PartyDto intrmyAgtParty;
protected String addtlTxInf; protected String addtlTxInf;
public String getMtType() { public String getMtType() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment