Class ReconstructedApiRequestResponseModel


  • public class ReconstructedApiRequestResponseModel
    extends java.lang.Object
    This model contains a reconstructed CreateTransaction request object that could potentially be used to recreate this transaction. Note that the API changes over time, and this reconstructed model is likely different from the exact request that was originally used to create this transaction.
    • Constructor Detail

      • ReconstructedApiRequestResponseModel

        public ReconstructedApiRequestResponseModel()
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a JSON string representation of ReconstructedApiRequestResponseModel
        Overrides:
        toString in class java.lang.Object