Repository URL to install this package:
|
Version:
4.36.0 ▾
|
braintree
/
processor_response_types.py
|
|---|
class ProcessorResponseTypes(object):
"""
A set of constants representing processor response types.
"""
Approved = "approved"
SoftDeclined = "soft_declined"
HardDeclined = "hard_declined"