new module:models/DeletePaymentRequest()
This class subject to change without prior notice, Please dont use this class directly.
Constructs a newDeletePaymentRequest.
Members
-
inner comments :String
-
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.
Methods
-
static constructFromObject(data, obj) → {module:models/DeletePaymentRequest}
-
Constructs a
DeletePaymentRequestfrom a plain JavaScript object, optionally creating a new instance. Copies all relevant properties fromdatatoobjif supplied or a new instance if not.Parameters:
Name Type Description dataObject The plain JavaScript object bearing properties of interest.
objmodule:models/DeletePaymentRequest Optional instance to populate.