Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 765 Bytes

POSTDecryptResponseType.md

File metadata and controls

11 lines (8 loc) · 765 Bytes

Zuora::POSTDecryptResponseType

Properties

Name Type Description Notes
decrypted_signature String The string of a list of the following items: Payment Pages 2.0 URL, tenant ID, timestamp,the Payment Page ID The items are separated by '#', e.g., "/apps/publichostedpagelite.do#12271#rvBp1AxBJwk6FrT7aqFuABIINiRbwJCc #1418848373103#2c92c0f948f899" [optional]
public_key String The public key passed in as a request parameter. [optional]
signature String The signature passed in as a request parameter. [optional]
success BOOLEAN Returns `true` if the request was processed successfully. [optional]