new VerifySignatureRequest()
Extends
Methods
(static) VerifySignatureRequest#getPayment() → {payments.Payment}
Get the field value
Payment that the signature is verifying for
Returns:
- Type
- payments.Payment
(static) VerifySignatureRequest#getSignature() → {base.Signature}
Get the field value
Returns:
- Type
- base.Signature
(static) VerifySignatureRequest#setPayment(payment)
Set the field value
Payment that the signature is verifying for
Parameters:
Name | Type | Description |
---|---|---|
payment |
payments.Payment |
(static) VerifySignatureRequest#setSignature(signature)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
signature |
base.Signature |