Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swiftMtMx
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
isc-v3.1-tmp
swiftMtMx
Commits
e832ca40
Commit
e832ca40
authored
Apr 27, 2022
by
chengzhuoshen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改BankToCustomerDebitCreditNotification
parent
a6999084
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
BankToCustomerDebitCreditNotification.java
...iance/swift/vo/BankToCustomerDebitCreditNotification.java
+23
-0
No files found.
swiftCore/src/main/java/com/brilliance/swift/vo/BankToCustomerDebitCreditNotification.java
View file @
e832ca40
package
com
.
brilliance
.
swift
.
vo
;
import
com.brilliance.swift.vo.common.CcyFormatAmount
;
import
com.brilliance.swift.vo.common.PartyAccount
;
import
com.brilliance.swift.vo.common.PartyDto
;
import
java.util.Date
;
...
...
@@ -11,22 +12,44 @@ import java.util.Date;
*/
public
class
BankToCustomerDebitCreditNotification
extends
SwiftDto
{
@Deprecated
protected
String
mtType
;
/**
* CRDT -- MT910
* DBIT -- MT900
*/
protected
String
cdtDbtCode
;
protected
String
endToEndId
;
@Deprecated
protected
String
ibanId
;
protected
PartyAccount
account
;
@Deprecated
protected
Date
date
;
protected
Date
valueDate
;
protected
CcyFormatAmount
valueAmount
;
@Deprecated
protected
PartyDto
customerParty
;
protected
PartyDto
debitParty
;
@Deprecated
protected
PartyDto
institutionParty
;
protected
PartyDto
debitAgtParty
;
@Deprecated
protected
PartyDto
intermediaryParty
;
protected
PartyDto
intrmyAgtParty
;
protected
String
addtlTxInf
;
public
String
getMtType
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment