BuyDebt

BuyDebt class

Investment buy debt transaction class.

public class BuyDebt : AbstractInvestmentBuyTransaction

Constructors

NameDescription
BuyDebt()Initializes a new instance of BuyDebt class.

Properties

NameDescription
AccruedInterest { get; set; }Gets or sets the accrued interest.
InvestmentBuy { get; set; }Gets or sets the InvestmentBuy.

See Also