AddPaymentBlock | Adds a payment block. |
DeletePaymentBlock | Deletes an existing payment block. |
GetDataInterface | Creates an empty data structure for use with the PaymentBlocksService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetPaymentBlock | Retrieves a payment block.
The payment block is specified by its key, which is contained in the PaymentBlockParams object passed to the method. |
GetPaymentBlockList | Returns the PaymentBlocksParams data collection that identify all payment blocks. |
UpdatePaymentBlock | Updates an existing payment block.
The data for the payment block, including the key of the payment block to be updated, is contained in the PaymentBlock object passed to the method. To update a payment block, you must first retrieve it using the GetPaymentBlock method. |