Skip to content

Instantly share code, notes, and snippets.

@kijanawoodard
Created December 5, 2014 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kijanawoodard/b78e1525ee26d4b339a8 to your computer and use it in GitHub Desktop.
Save kijanawoodard/b78e1525ee26d4b339a8 to your computer and use it in GitHub Desktop.
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