Created
December 5, 2014 03:20
-
-
Save kijanawoodard/b78e1525ee26d4b339a8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
new Line | |
{ | |
DetailType = LineDetailTypeEnum.PaymentLineDetail, | |
DetailTypeSpecified = true, | |
Amount = amount, | |
AmountSpecified = true, | |
LinkedTxn = new[] | |
{ | |
new LinkedTxn | |
{ | |
TxnId = id, | |
TxnType = type | |
} | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment