biuan SAP® BUSINESS ONE SDK
API Payment Blocks Service

Description

The PaymentBlocksService service enables you to add, look up, update, and remove payment blocks.

Source table: OPYB.

Object Model

Remarks

To see the list of payment blocks:

  1. From the SAP Business One Main Menu, choose Business Partner --> Business Partner Master Data --> Payment System.
  2. Select Payment Blocks.
  3. In the field on the right, choose Define New. The Payment Blocks ? Setup window appears.

See Also

SAP® B1 DI-API C# definition

public class PaymentBlocksServiceClass : IPaymentBlocksService, PaymentBlocksService { public extern PaymentBlocksServiceClass(); public virtual extern PaymentBlockParams AddPaymentBlock( PaymentBlock pIPaymentBlock); public virtual extern void DeletePaymentBlock( PaymentBlockParams pIPaymentBlockParams); public virtual extern object GetDataInterface( PaymentBlocksServiceDataInterfaces enumMSDI); public virtual extern object GetDataInterfaceFromXMLFile( string bstrFileName); public virtual extern object GetDataInterfaceFromXMLString( string bstrXMLString); public virtual extern PaymentBlock GetPaymentBlock( PaymentBlockParams pIPaymentBlockParams); public virtual extern PaymentBlocksParams GetPaymentBlockList(); public virtual extern void UpdatePaymentBlock( PaymentBlock pIPaymentBlock); }

Related information


Payment Blocks Service Data Interfaces PaymentBlocksServiceDataInterfaces Enumeration
PaymentBlocksService data interfaces.
   Parent: Payment Blocks Service PaymentBlocksService Service· Table: OPYB

Payment Block PaymentBlock Object· Table: OPYB
Represents the payment blocks. Source table: OPYB.
   Parent: Payment Blocks Service PaymentBlocksService Service· Table: OPYB

Payment Blocks Params PaymentBlocksParams Collection
A collection of PaymentBlockParams objects.
   Parent: Payment Blocks Service PaymentBlocksService Service· Table: OPYB


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates