-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FI mocks
- Loading branch information
Showing
22 changed files
with
249 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
package wire | ||
|
||
// mockFIBeneficiaryFIAdvice creates a FIBeneficiaryFIAdvice | ||
func mockFIBeneficiaryFIAdvice() *FIBeneficiaryFIAdvice { | ||
fibfia := NewFIBeneficiaryFIAdvice() | ||
fibfia.Advice.AdviceCode = AdviceCodeTelex | ||
fibfia.Advice.LineOne = "Line One" | ||
fibfia.Advice.LineTwo = "Line Two" | ||
fibfia.Advice.LineThree = "Line Three" | ||
fibfia.Advice.LineFour = "Line Four" | ||
fibfia.Advice.LineFive = "Line Five" | ||
fibfia.Advice.LineSix = "Line Six" | ||
return fibfia | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package wire | ||
|
||
// mockFIAdditionalFIToFI creates a FIAdditionalFIToFI | ||
func mockFIAdditionalFIToFI() *FIAdditionalFIToFI { | ||
fifi := NewFIAdditionalFIToFI() | ||
fifi.AdditionalFIToFI.LineOne = "Line One" | ||
fifi.AdditionalFIToFI.LineTwo = "Line Two" | ||
fifi.AdditionalFIToFI.LineThree = "Line Three" | ||
fifi.AdditionalFIToFI.LineFour = "Line Four" | ||
fifi.AdditionalFIToFI.LineFive = "Line Five" | ||
fifi.AdditionalFIToFI.LineSix = "Line Six" | ||
return fifi | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
package wire | ||
|
||
// mockFIBeneficiaryAdvice creates a FIBeneficiaryAdvice | ||
func mockFIBeneficiaryAdvice() *FIBeneficiaryAdvice { | ||
fiba := NewFIBeneficiaryAdvice() | ||
fiba.Advice.AdviceCode = AdviceCodeLetter | ||
fiba.Advice.LineOne = "Line One" | ||
fiba.Advice.LineTwo = "Line Two" | ||
fiba.Advice.LineThree = "Line Three" | ||
fiba.Advice.LineFour = "Line Four" | ||
fiba.Advice.LineFive = "Line Five" | ||
fiba.Advice.LineSix = "Line Six" | ||
return fiba | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package wire | ||
|
||
// mockFIBeneficiaryFI creates a FIBeneficiaryFI | ||
func mockFIBeneficiaryFI() *FIBeneficiaryFI { | ||
fibfi := NewFIBeneficiaryFI() | ||
fibfi.FIToFI.LineOne = "Line One" | ||
fibfi.FIToFI.LineTwo = "Line Two" | ||
fibfi.FIToFI.LineThree = "Line Three" | ||
fibfi.FIToFI.LineFour = "Line Four" | ||
fibfi.FIToFI.LineFive = "Line Five" | ||
fibfi.FIToFI.LineSix = "Line Six" | ||
return fibfi | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package wire | ||
|
||
// mockFIBeneficiary creates a FIBeneficiary | ||
func mockFIBeneficiary() *FIBeneficiary { | ||
fib := NewFIBeneficiary() | ||
fib.FIToFI.LineOne = "Line One" | ||
fib.FIToFI.LineTwo = "Line Two" | ||
fib.FIToFI.LineThree = "Line Three" | ||
fib.FIToFI.LineFour = "Line Four" | ||
fib.FIToFI.LineFive = "Line Five" | ||
fib.FIToFI.LineSix = "Line Six" | ||
return fib | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
package wire | ||
|
||
// mockFIDrawdownDebitAccountAdvice creates a FIDrawdownDebitAccountAdvice | ||
func mockFIDrawdownDebitAccountAdvice() *FIDrawdownDebitAccountAdvice { | ||
debitDDAdvice := NewFIDrawdownDebitAccountAdvice() | ||
debitDDAdvice.Advice.AdviceCode = AdviceCodeLetter | ||
debitDDAdvice.Advice.LineOne = "Line One" | ||
debitDDAdvice.Advice.LineTwo = "Line Two" | ||
debitDDAdvice.Advice.LineThree = "Line Three" | ||
debitDDAdvice.Advice.LineFour = "Line Four" | ||
debitDDAdvice.Advice.LineFive = "Line Five" | ||
debitDDAdvice.Advice.LineSix = "Line Six" | ||
return debitDDAdvice | ||
} |
Oops, something went wrong.