Discuss this help topic in SecureBlackbox Forum
Returns payment configuration for the data bucket.
Declaration
[C#]
string GetPaymentConfiguration();
[VB.NET]
Function GetPaymentConfiguration() As String
[Pascal]
function GetPaymentConfiguration : string;
[C++]
void GetPaymentConfiguration(std::string &OutResult);
[PHP]
string GetPaymentConfiguration()
[Java]
String getPaymentConfiguration();
Description
Use this method to check the payment configuration for the data bucket.
Discuss this help topic in SecureBlackbox Forum