| UpdatePaymentBlock Method | |
| See Also |
- pIPaymentBlock
The data for the payment block to be updated. The PaymentBlock object must contain the key of the object to be updated.
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.
| Visual Basic |
|---|
Public Sub UpdatePaymentBlock( _
ByVal pIPaymentBlock As PaymentBlock _
) |
- pIPaymentBlock
The data for the payment block to be updated. The PaymentBlock object must contain the key of the object to be updated.