Sage Intacct SDK for .NET
Intacct.SDK.Functions.AccountsPayable.ApPaymentDetailBillInfo Class Reference
Inheritance diagram for Intacct.SDK.Functions.AccountsPayable.ApPaymentDetailBillInfo:
Intacct.SDK.Functions.AccountsPayable.ApPaymentDetailInfo

Data Fields

decimal? CreditToApply
 Credit to apply. Use this to have the system select available credits to use. Do not use this if you are applying an existing transaction. More...
 
decimal? DiscountToApply
 Discount to apply. Do not use this if you use the ApplyToDiscountDate attribute or if you are applying an existing transaction. More...
 
DateTime? ApplyToDiscountDate
 Apply To Bill Discount Date. Discount Date to use for a Bill (APBILL) or Credit Memo. More...
 
- Data Fields inherited from Intacct.SDK.Functions.AccountsPayable.ApPaymentDetailInfo
int? LineRecordNo
 This is the record number of a Bill or Credit Memo Line (APBILLITEM). This must be an owned record of the BillRecordNo attribute. More...
 
AbstractApPaymentDetailCredit DetailTransaction
 Use existing transaction. Specify an existing transaction to apply against the ApplyToRecordNo. More...
 

Additional Inherited Members

- Properties inherited from Intacct.SDK.Functions.AccountsPayable.ApPaymentDetailInfo
int? RecordNo [get, set]
 This is the record number of a Bill (APBILL) or Credit Memo. More...
 
decimal? PaymentAmount [get, set]
 Payment amount. Enter an amount you want to pay. Not required if applying an existing transaction. More...
 

Field Documentation

◆ ApplyToDiscountDate

DateTime? Intacct.SDK.Functions.AccountsPayable.ApPaymentDetailBillInfo.ApplyToDiscountDate

Apply To Bill Discount Date. Discount Date to use for a Bill (APBILL) or Credit Memo.

◆ CreditToApply

decimal? Intacct.SDK.Functions.AccountsPayable.ApPaymentDetailBillInfo.CreditToApply

Credit to apply. Use this to have the system select available credits to use. Do not use this if you are applying an existing transaction.

◆ DiscountToApply

decimal? Intacct.SDK.Functions.AccountsPayable.ApPaymentDetailBillInfo.DiscountToApply

Discount to apply. Do not use this if you use the ApplyToDiscountDate attribute or if you are applying an existing transaction.