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

Data Fields

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...
 

Properties

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

◆ DetailTransaction

AbstractApPaymentDetailCredit Intacct.SDK.Functions.AccountsPayable.ApPaymentDetailInfo.DetailTransaction

Use existing transaction. Specify an existing transaction to apply against the ApplyToRecordNo.

◆ LineRecordNo

int? Intacct.SDK.Functions.AccountsPayable.ApPaymentDetailInfo.LineRecordNo

This is the record number of a Bill or Credit Memo Line (APBILLITEM). This must be an owned record of the BillRecordNo attribute.

Property Documentation

◆ PaymentAmount

decimal? Intacct.SDK.Functions.AccountsPayable.ApPaymentDetailInfo.PaymentAmount
getset

Payment amount. Enter an amount you want to pay. Not required if applying an existing transaction.

◆ RecordNo

int? Intacct.SDK.Functions.AccountsPayable.ApPaymentDetailInfo.RecordNo
getset

This is the record number of a Bill (APBILL) or Credit Memo.