Skip navigation links
A C D E F G H I J L N O P R S T U V W 

A

AccessToken - Class in com.simplify.payments
 
AccessToken(String, String, Long) - Constructor for class com.simplify.payments.AccessToken
 
API_BASE_LIVE_URL - Static variable in class com.simplify.payments.Constants
 
API_BASE_LIVE_URL - Static variable in class com.simplify.payments.PaymentsApi
 
API_BASE_SANDBOX_URL - Static variable in class com.simplify.payments.Constants
 
API_BASE_SANDBOX_URL - Static variable in class com.simplify.payments.PaymentsApi
 
ApiCommunicationException - Exception in com.simplify.payments.exception
Thrown to indicate that a communication error has occurred processing an API request.
ApiCommunicationException() - Constructor for exception com.simplify.payments.exception.ApiCommunicationException
Constructs an ApiCommunicationException with no detail message.
ApiCommunicationException(String) - Constructor for exception com.simplify.payments.exception.ApiCommunicationException
Constructs an ApiCommunicationException with the specified detail message.
ApiCommunicationException(String, Throwable) - Constructor for exception com.simplify.payments.exception.ApiCommunicationException
Constructs an ApiCommunicationException with the specified detail message and cause.
ApiCommunicationException(Throwable) - Constructor for exception com.simplify.payments.exception.ApiCommunicationException
Constructs an ApiCommunicationException with the specified cause.
ApiException - Exception in com.simplify.payments.exception
Base class for all API exceptions.
ApiException() - Constructor for exception com.simplify.payments.exception.ApiException
Constructs an ApiException with no detail message.
ApiException(String) - Constructor for exception com.simplify.payments.exception.ApiException
Constructs an ApiException with the specified detail message.
ApiException(String, Throwable) - Constructor for exception com.simplify.payments.exception.ApiException
Constructs an ApiException with the specified detail message and cause.
ApiException(Throwable) - Constructor for exception com.simplify.payments.exception.ApiException
Constructs an ApiCommunicationException with the specified cause.
ApiException(int, Map<? extends String, ? extends Object>) - Constructor for exception com.simplify.payments.exception.ApiException
Constructs an ApiException with the specified details status and error data.
Authentication - Class in com.simplify.payments
 
Authentication(String, String, String) - Constructor for class com.simplify.payments.Authentication
 
Authentication(String, String) - Constructor for class com.simplify.payments.Authentication
 
Authentication(String) - Constructor for class com.simplify.payments.Authentication
 
Authentication() - Constructor for class com.simplify.payments.Authentication
 
authentication - Variable in class com.simplify.payments.PaymentsObject
 
AuthenticationException - Exception in com.simplify.payments.exception
Thrown to indicate that an authentication error has occurred processing an API request.
AuthenticationException() - Constructor for exception com.simplify.payments.exception.AuthenticationException
Constructs an AuthenticationException with no detail message.
AuthenticationException(String) - Constructor for exception com.simplify.payments.exception.AuthenticationException
Constructs an AuthenticationException with the specified detail message.
AuthenticationException(String, Throwable) - Constructor for exception com.simplify.payments.exception.AuthenticationException
Constructs an AuthenticationException with the specified detail message and cause.
AuthenticationException(Throwable) - Constructor for exception com.simplify.payments.exception.AuthenticationException
Constructs an AuthenticationException with the specified cause.
AuthenticationException(int, Map<? extends String, ? extends Object>) - Constructor for exception com.simplify.payments.exception.AuthenticationException
Constructs an AuthenticationException with the specified details status and error data.
Authorization - Class in com.simplify.payments.domain
A Authorization object.
Authorization() - Constructor for class com.simplify.payments.domain.Authorization
 
Authorization(PaymentsObject) - Constructor for class com.simplify.payments.domain.Authorization
 
Authorization(Map) - Constructor for class com.simplify.payments.domain.Authorization
 

C

CardToken - Class in com.simplify.payments.domain
A CardToken object.
CardToken() - Constructor for class com.simplify.payments.domain.CardToken
 
CardToken(PaymentsObject) - Constructor for class com.simplify.payments.domain.CardToken
 
CardToken(Map) - Constructor for class com.simplify.payments.domain.CardToken
 
com.simplify.payments - package com.simplify.payments
 
com.simplify.payments.domain - package com.simplify.payments.domain
 
com.simplify.payments.exception - package com.simplify.payments.exception
 
Constants - Class in com.simplify.payments
 
Constants() - Constructor for class com.simplify.payments.Constants
 
containsKey(Object) - Method in class com.simplify.payments.PaymentsMap
Returns true if there is a value associated with the specified key path.
Coupon - Class in com.simplify.payments.domain
A Coupon object.
Coupon() - Constructor for class com.simplify.payments.domain.Coupon
 
Coupon(PaymentsObject) - Constructor for class com.simplify.payments.domain.Coupon
 
Coupon(Map) - Constructor for class com.simplify.payments.domain.Coupon
 
create(String) - Static method in class com.simplify.payments.AccessToken
Deprecated.
Please use createClientCredentials instead.
create(String, String) - Static method in class com.simplify.payments.AccessToken
 
create(Authentication, String, String) - Static method in class com.simplify.payments.AccessToken
 
create(Map) - Static method in class com.simplify.payments.domain.Authorization
Creates an Authorization object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
create(String, String, Map) - Static method in class com.simplify.payments.domain.Authorization
Deprecated.
As of release 1.1, replaced by Authorization.create(Authentication, Map)
create(Authentication, Map) - Static method in class com.simplify.payments.domain.Authorization
Creates an Authorization object
create(Map) - Static method in class com.simplify.payments.domain.CardToken
Creates an CardToken object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
create(String, String, Map) - Static method in class com.simplify.payments.domain.CardToken
Deprecated.
As of release 1.1, replaced by CardToken.create(Authentication, Map)
create(Authentication, Map) - Static method in class com.simplify.payments.domain.CardToken
Creates an CardToken object
create(Map) - Static method in class com.simplify.payments.domain.Coupon
Creates an Coupon object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
create(String, String, Map) - Static method in class com.simplify.payments.domain.Coupon
Deprecated.
As of release 1.1, replaced by Coupon.create(Authentication, Map)
create(Authentication, Map) - Static method in class com.simplify.payments.domain.Coupon
Creates an Coupon object
create(Map) - Static method in class com.simplify.payments.domain.Customer
Creates an Customer object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
create(String, String, Map) - Static method in class com.simplify.payments.domain.Customer
Deprecated.
As of release 1.1, replaced by Customer.create(Authentication, Map)
create(Authentication, Map) - Static method in class com.simplify.payments.domain.Customer
Creates an Customer object
create(Map) - Static method in class com.simplify.payments.domain.Event
 
create(String, String, Map) - Static method in class com.simplify.payments.domain.Event
 
create(Map) - Static method in class com.simplify.payments.domain.FraudCheck
Creates an FraudCheck object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
create(String, String, Map) - Static method in class com.simplify.payments.domain.FraudCheck
Deprecated.
As of release 1.1, replaced by FraudCheck.create(Authentication, Map)
create(Authentication, Map) - Static method in class com.simplify.payments.domain.FraudCheck
Creates an FraudCheck object
create(Map) - Static method in class com.simplify.payments.domain.Invoice
Creates an Invoice object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
create(String, String, Map) - Static method in class com.simplify.payments.domain.Invoice
Deprecated.
As of release 1.1, replaced by Invoice.create(Authentication, Map)
create(Authentication, Map) - Static method in class com.simplify.payments.domain.Invoice
Creates an Invoice object
create(Map) - Static method in class com.simplify.payments.domain.InvoiceItem
Creates an InvoiceItem object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
create(String, String, Map) - Static method in class com.simplify.payments.domain.InvoiceItem
Deprecated.
As of release 1.1, replaced by InvoiceItem.create(Authentication, Map)
create(Authentication, Map) - Static method in class com.simplify.payments.domain.InvoiceItem
Creates an InvoiceItem object
create(Map) - Static method in class com.simplify.payments.domain.Payment
Creates an Payment object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
create(String, String, Map) - Static method in class com.simplify.payments.domain.Payment
Deprecated.
As of release 1.1, replaced by Payment.create(Authentication, Map)
create(Authentication, Map) - Static method in class com.simplify.payments.domain.Payment
Creates an Payment object
create(Map) - Static method in class com.simplify.payments.domain.Plan
Creates an Plan object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
create(String, String, Map) - Static method in class com.simplify.payments.domain.Plan
Deprecated.
As of release 1.1, replaced by Plan.create(Authentication, Map)
create(Authentication, Map) - Static method in class com.simplify.payments.domain.Plan
Creates an Plan object
create(Map) - Static method in class com.simplify.payments.domain.Refund
Creates an Refund object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
create(String, String, Map) - Static method in class com.simplify.payments.domain.Refund
Deprecated.
As of release 1.1, replaced by Refund.create(Authentication, Map)
create(Authentication, Map) - Static method in class com.simplify.payments.domain.Refund
Creates an Refund object
create(Map) - Static method in class com.simplify.payments.domain.Subscription
Creates an Subscription object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
create(String, String, Map) - Static method in class com.simplify.payments.domain.Subscription
Deprecated.
As of release 1.1, replaced by Subscription.create(Authentication, Map)
create(Authentication, Map) - Static method in class com.simplify.payments.domain.Subscription
Creates an Subscription object
create(Map) - Static method in class com.simplify.payments.domain.Tax
Creates an Tax object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
create(String, String, Map) - Static method in class com.simplify.payments.domain.Tax
Deprecated.
As of release 1.1, replaced by Tax.create(Authentication, Map)
create(Authentication, Map) - Static method in class com.simplify.payments.domain.Tax
Creates an Tax object
create(Map) - Static method in class com.simplify.payments.domain.TransactionReview
Creates an TransactionReview object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
create(String, String, Map) - Static method in class com.simplify.payments.domain.TransactionReview
Deprecated.
As of release 1.1, replaced by TransactionReview.create(Authentication, Map)
create(Authentication, Map) - Static method in class com.simplify.payments.domain.TransactionReview
Creates an TransactionReview object
create(Map) - Static method in class com.simplify.payments.domain.Webhook
Creates an Webhook object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
create(String, String, Map) - Static method in class com.simplify.payments.domain.Webhook
Deprecated.
As of release 1.1, replaced by Webhook.create(Authentication, Map)
create(Authentication, Map) - Static method in class com.simplify.payments.domain.Webhook
Creates an Webhook object
createClientCredentials(String) - Static method in class com.simplify.payments.AccessToken
Create a ClientCredentials granted Oauth AccessToken.
createClientCredentials(Authentication, String) - Static method in class com.simplify.payments.AccessToken
 
createObject(Authentication, PaymentsObject) - Static method in class com.simplify.payments.PaymentsObject
 
Customer - Class in com.simplify.payments.domain
A Customer object.
Customer() - Constructor for class com.simplify.payments.domain.Customer
 
Customer(PaymentsObject) - Constructor for class com.simplify.payments.domain.Customer
 
Customer(Map) - Constructor for class com.simplify.payments.domain.Customer
 

D

delete() - Method in class com.simplify.payments.domain.Authorization
Deletes an Authorization object.
delete() - Method in class com.simplify.payments.domain.Coupon
Deletes an Coupon object.
delete() - Method in class com.simplify.payments.domain.Customer
Deletes an Customer object.
delete() - Method in class com.simplify.payments.domain.Invoice
Deletes an Invoice object.
delete() - Method in class com.simplify.payments.domain.InvoiceItem
Deletes an InvoiceItem object.
delete() - Method in class com.simplify.payments.domain.Plan
Deletes an Plan object.
delete() - Method in class com.simplify.payments.domain.Subscription
Deletes an Subscription object.
delete() - Method in class com.simplify.payments.domain.Tax
Deletes an Tax object.
delete() - Method in class com.simplify.payments.domain.TransactionReview
Deletes an TransactionReview object.
delete() - Method in class com.simplify.payments.domain.Webhook
Deletes an Webhook object.
deleteObject(PaymentsObject) - Method in class com.simplify.payments.PaymentsObject
 
describe() - Method in exception com.simplify.payments.exception.ApiException
Returns a string describing the exception.
describe() - Method in exception com.simplify.payments.exception.InvalidRequestException
Returns a string describing the exception.

E

Event - Class in com.simplify.payments.domain
An Event object.
Event() - Constructor for class com.simplify.payments.domain.Event
 
execute(Authentication, String, String, Map<String, Object>) - Method in class com.simplify.payments.PaymentsApi
 

F

find(String) - Static method in class com.simplify.payments.domain.Authorization
Retrieve a Authorization object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
find(String, String, String) - Static method in class com.simplify.payments.domain.Authorization
Deprecated.
As of release 1.1, replaced by Authorization.find(Authentication, String)
find(Authentication, String) - Static method in class com.simplify.payments.domain.Authorization
Retrieve a Authorization object.
find(String) - Static method in class com.simplify.payments.domain.CardToken
Retrieve a CardToken object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
find(String, String, String) - Static method in class com.simplify.payments.domain.CardToken
Deprecated.
As of release 1.1, replaced by CardToken.find(Authentication, String)
find(Authentication, String) - Static method in class com.simplify.payments.domain.CardToken
Retrieve a CardToken object.
find(String) - Static method in class com.simplify.payments.domain.Coupon
Retrieve a Coupon object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
find(String, String, String) - Static method in class com.simplify.payments.domain.Coupon
Deprecated.
As of release 1.1, replaced by Coupon.find(Authentication, String)
find(Authentication, String) - Static method in class com.simplify.payments.domain.Coupon
Retrieve a Coupon object.
find(String) - Static method in class com.simplify.payments.domain.Customer
Retrieve a Customer object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
find(String, String, String) - Static method in class com.simplify.payments.domain.Customer
Deprecated.
As of release 1.1, replaced by Customer.find(Authentication, String)
find(Authentication, String) - Static method in class com.simplify.payments.domain.Customer
Retrieve a Customer object.
find(String) - Static method in class com.simplify.payments.domain.FraudCheck
Retrieve a FraudCheck object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
find(String, String, String) - Static method in class com.simplify.payments.domain.FraudCheck
Deprecated.
As of release 1.1, replaced by FraudCheck.find(Authentication, String)
find(Authentication, String) - Static method in class com.simplify.payments.domain.FraudCheck
Retrieve a FraudCheck object.
find(String) - Static method in class com.simplify.payments.domain.Invoice
Retrieve a Invoice object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
find(String, String, String) - Static method in class com.simplify.payments.domain.Invoice
Deprecated.
As of release 1.1, replaced by Invoice.find(Authentication, String)
find(Authentication, String) - Static method in class com.simplify.payments.domain.Invoice
Retrieve a Invoice object.
find(String) - Static method in class com.simplify.payments.domain.InvoiceItem
Retrieve a InvoiceItem object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
find(String, String, String) - Static method in class com.simplify.payments.domain.InvoiceItem
Deprecated.
As of release 1.1, replaced by InvoiceItem.find(Authentication, String)
find(Authentication, String) - Static method in class com.simplify.payments.domain.InvoiceItem
Retrieve a InvoiceItem object.
find(String) - Static method in class com.simplify.payments.domain.Payment
Retrieve a Payment object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
find(String, String, String) - Static method in class com.simplify.payments.domain.Payment
Deprecated.
As of release 1.1, replaced by Payment.find(Authentication, String)
find(Authentication, String) - Static method in class com.simplify.payments.domain.Payment
Retrieve a Payment object.
find(String) - Static method in class com.simplify.payments.domain.Plan
Retrieve a Plan object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
find(String, String, String) - Static method in class com.simplify.payments.domain.Plan
Deprecated.
As of release 1.1, replaced by Plan.find(Authentication, String)
find(Authentication, String) - Static method in class com.simplify.payments.domain.Plan
Retrieve a Plan object.
find(String) - Static method in class com.simplify.payments.domain.Refund
Retrieve a Refund object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
find(String, String, String) - Static method in class com.simplify.payments.domain.Refund
Deprecated.
As of release 1.1, replaced by Refund.find(Authentication, String)
find(Authentication, String) - Static method in class com.simplify.payments.domain.Refund
Retrieve a Refund object.
find(String) - Static method in class com.simplify.payments.domain.Subscription
Retrieve a Subscription object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
find(String, String, String) - Static method in class com.simplify.payments.domain.Subscription
Deprecated.
As of release 1.1, replaced by Subscription.find(Authentication, String)
find(Authentication, String) - Static method in class com.simplify.payments.domain.Subscription
Retrieve a Subscription object.
find(String) - Static method in class com.simplify.payments.domain.Tax
Retrieve a Tax object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
find(String, String, String) - Static method in class com.simplify.payments.domain.Tax
Deprecated.
As of release 1.1, replaced by Tax.find(Authentication, String)
find(Authentication, String) - Static method in class com.simplify.payments.domain.Tax
Retrieve a Tax object.
find(String) - Static method in class com.simplify.payments.domain.TransactionReview
Retrieve a TransactionReview object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
find(String, String, String) - Static method in class com.simplify.payments.domain.TransactionReview
Deprecated.
As of release 1.1, replaced by TransactionReview.find(Authentication, String)
find(Authentication, String) - Static method in class com.simplify.payments.domain.TransactionReview
Retrieve a TransactionReview object.
find(String) - Static method in class com.simplify.payments.domain.Webhook
Retrieve a Webhook object using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
find(String, String, String) - Static method in class com.simplify.payments.domain.Webhook
Deprecated.
As of release 1.1, replaced by Webhook.find(Authentication, String)
find(Authentication, String) - Static method in class com.simplify.payments.domain.Webhook
Retrieve a Webhook object.
findObject(Authentication, String, PaymentsObject) - Static method in class com.simplify.payments.PaymentsObject
 
FraudCheck - Class in com.simplify.payments.domain
A FraudCheck object.
FraudCheck() - Constructor for class com.simplify.payments.domain.FraudCheck
 
FraudCheck(PaymentsObject) - Constructor for class com.simplify.payments.domain.FraudCheck
 
FraudCheck(Map) - Constructor for class com.simplify.payments.domain.FraudCheck
 

G

get(Object) - Method in class com.simplify.payments.PaymentsMap
Returns the value associated with the specified key path or null if there is no associated value.
getAccessToken() - Method in class com.simplify.payments.Authentication
 
getAuthentication() - Method in class com.simplify.payments.PaymentsObject
 
getErrorCode() - Method in exception com.simplify.payments.exception.ApiException
Returns the error code for this exception.
getErrorCode() - Method in class com.simplify.payments.exception.InvalidRequestException.FieldError
Returns the error code for this field error.
getErrorData() - Method in exception com.simplify.payments.exception.ApiException
Returns the API error data for this exception.
getFieldErrors() - Method in exception com.simplify.payments.exception.InvalidRequestException
Returns the list of field errors for this exception.
getFieldName() - Method in class com.simplify.payments.exception.InvalidRequestException.FieldError
Returns the field name for this field error.
getHttpResponse() - Method in class com.simplify.payments.PaymentsApi.PaymentsApiResponse
 
getList() - Method in class com.simplify.payments.domain.ResourceList
Returns the list of domain objects.
getMerchantId() - Method in class com.simplify.payments.Authentication
 
getMessage() - Method in exception com.simplify.payments.exception.ApiException
Returns the string detail message for this exception.
getMessage() - Method in class com.simplify.payments.exception.InvalidRequestException.FieldError
Returns the erorr message for this field error.
getObjectType() - Method in class com.simplify.payments.domain.Authorization
 
getObjectType() - Method in class com.simplify.payments.domain.CardToken
 
getObjectType() - Method in class com.simplify.payments.domain.Coupon
 
getObjectType() - Method in class com.simplify.payments.domain.Customer
 
getObjectType() - Method in class com.simplify.payments.domain.Event
 
getObjectType() - Method in class com.simplify.payments.domain.FraudCheck
 
getObjectType() - Method in class com.simplify.payments.domain.Invoice
 
getObjectType() - Method in class com.simplify.payments.domain.InvoiceItem
 
getObjectType() - Method in class com.simplify.payments.domain.Payment
 
getObjectType() - Method in class com.simplify.payments.domain.Plan
 
getObjectType() - Method in class com.simplify.payments.domain.Refund
 
getObjectType() - Method in class com.simplify.payments.domain.Subscription
 
getObjectType() - Method in class com.simplify.payments.domain.Tax
 
getObjectType() - Method in class com.simplify.payments.domain.TransactionReview
 
getObjectType() - Method in class com.simplify.payments.domain.Webhook
 
getObjectType() - Method in class com.simplify.payments.PaymentsObject
 
getPayload() - Method in class com.simplify.payments.PaymentsApi.PaymentsApiResponse
 
getPrivateKey() - Method in class com.simplify.payments.Authentication
 
getPublicKey() - Method in class com.simplify.payments.Authentication
 
getReference() - Method in exception com.simplify.payments.exception.ApiException
Returns the reference string for this exception.
getStatus() - Method in exception com.simplify.payments.exception.ApiException
Returns the HTTP status code for this exception.
getStatus() - Method in class com.simplify.payments.PaymentsApi.PaymentsApiResponse
 
getTotal() - Method in class com.simplify.payments.domain.ResourceList
Returns the total number of domain objects available which may be larger than the number of objects in the list.

H

hasFieldErrors() - Method in exception com.simplify.payments.exception.InvalidRequestException
Returns a boolean indicating if this exception contains field errors.
hasPayload() - Method in class com.simplify.payments.PaymentsApi.PaymentsApiResponse
 
HTTP_PROXY_HOST - Static variable in class com.simplify.payments.PaymentsApi
HTTP proxy host name.
HTTP_PROXY_PORT - Static variable in class com.simplify.payments.PaymentsApi
HTTP proxy port.
HTTP_PROXY_SCHEME - Static variable in class com.simplify.payments.PaymentsApi
HTTP proxy scheme.

I

InvalidRequestException - Exception in com.simplify.payments.exception
Thrown to indicate that an error occured processing an API request.
InvalidRequestException() - Constructor for exception com.simplify.payments.exception.InvalidRequestException
Constructs an InvalidRequestException with no detail message.
InvalidRequestException(String) - Constructor for exception com.simplify.payments.exception.InvalidRequestException
Constructs an InvalidRequestException with the specified detail message.
InvalidRequestException(String, Throwable) - Constructor for exception com.simplify.payments.exception.InvalidRequestException
Constructs an InvalidRequestException with the specified detail message and cause.
InvalidRequestException(Throwable) - Constructor for exception com.simplify.payments.exception.InvalidRequestException
Constructs an InvalidRequestException with the specified cause.
InvalidRequestException(int, Map<? extends String, ? extends Object>) - Constructor for exception com.simplify.payments.exception.InvalidRequestException
Constructs an InvalidRequestException with the specified status and error data.
InvalidRequestException.FieldError - Class in com.simplify.payments.exception
Class representing a single error on a field in a request sent to the API.
Invoice - Class in com.simplify.payments.domain
A Invoice object.
Invoice() - Constructor for class com.simplify.payments.domain.Invoice
 
Invoice(PaymentsObject) - Constructor for class com.simplify.payments.domain.Invoice
 
Invoice(Map) - Constructor for class com.simplify.payments.domain.Invoice
 
InvoiceItem - Class in com.simplify.payments.domain
A InvoiceItem object.
InvoiceItem() - Constructor for class com.simplify.payments.domain.InvoiceItem
 
InvoiceItem(PaymentsObject) - Constructor for class com.simplify.payments.domain.InvoiceItem
 
InvoiceItem(Map) - Constructor for class com.simplify.payments.domain.InvoiceItem
 

J

jwsDecode(String, String, Map) - Method in class com.simplify.payments.PaymentsApi
 

L

list() - Static method in class com.simplify.payments.domain.Authorization
Retrieve Authorization objects using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively and the default criteria (max 20, offset 0, default sorting and no filtering).
list(String, String) - Static method in class com.simplify.payments.domain.Authorization
Deprecated.
As of release 1.1, replaced by Authorization.list(Authentication)
list(Authentication) - Static method in class com.simplify.payments.domain.Authorization
Retrieve Authorization objects using the default criteria (max 20, offset 0, default sorting and no filtering).
list(Map) - Static method in class com.simplify.payments.domain.Authorization
Retrieve Authorization objects using the specified criteria and using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
list(String, String, Map) - Static method in class com.simplify.payments.domain.Authorization
Deprecated.
As of release 1.1, replaced by Authorization.list(Authentication, Map)
list(Authentication, Map) - Static method in class com.simplify.payments.domain.Authorization
Retrieve Authorization objects using the specified criteria.
list() - Static method in class com.simplify.payments.domain.Coupon
Retrieve Coupon objects using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively and the default criteria (max 20, offset 0, default sorting and no filtering).
list(String, String) - Static method in class com.simplify.payments.domain.Coupon
Deprecated.
As of release 1.1, replaced by Coupon.list(Authentication)
list(Authentication) - Static method in class com.simplify.payments.domain.Coupon
Retrieve Coupon objects using the default criteria (max 20, offset 0, default sorting and no filtering).
list(Map) - Static method in class com.simplify.payments.domain.Coupon
Retrieve Coupon objects using the specified criteria and using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
list(String, String, Map) - Static method in class com.simplify.payments.domain.Coupon
Deprecated.
As of release 1.1, replaced by Coupon.list(Authentication, Map)
list(Authentication, Map) - Static method in class com.simplify.payments.domain.Coupon
Retrieve Coupon objects using the specified criteria.
list() - Static method in class com.simplify.payments.domain.Customer
Retrieve Customer objects using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively and the default criteria (max 20, offset 0, default sorting and no filtering).
list(String, String) - Static method in class com.simplify.payments.domain.Customer
Deprecated.
As of release 1.1, replaced by Customer.list(Authentication)
list(Authentication) - Static method in class com.simplify.payments.domain.Customer
Retrieve Customer objects using the default criteria (max 20, offset 0, default sorting and no filtering).
list(Map) - Static method in class com.simplify.payments.domain.Customer
Retrieve Customer objects using the specified criteria and using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
list(String, String, Map) - Static method in class com.simplify.payments.domain.Customer
Deprecated.
As of release 1.1, replaced by Customer.list(Authentication, Map)
list(Authentication, Map) - Static method in class com.simplify.payments.domain.Customer
Retrieve Customer objects using the specified criteria.
list() - Static method in class com.simplify.payments.domain.FraudCheck
Retrieve FraudCheck objects using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively and the default criteria (max 20, offset 0, default sorting and no filtering).
list(String, String) - Static method in class com.simplify.payments.domain.FraudCheck
Deprecated.
As of release 1.1, replaced by FraudCheck.list(Authentication)
list(Authentication) - Static method in class com.simplify.payments.domain.FraudCheck
Retrieve FraudCheck objects using the default criteria (max 20, offset 0, default sorting and no filtering).
list(Map) - Static method in class com.simplify.payments.domain.FraudCheck
Retrieve FraudCheck objects using the specified criteria and using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
list(String, String, Map) - Static method in class com.simplify.payments.domain.FraudCheck
Deprecated.
As of release 1.1, replaced by FraudCheck.list(Authentication, Map)
list(Authentication, Map) - Static method in class com.simplify.payments.domain.FraudCheck
Retrieve FraudCheck objects using the specified criteria.
list() - Static method in class com.simplify.payments.domain.Invoice
Retrieve Invoice objects using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively and the default criteria (max 20, offset 0, default sorting and no filtering).
list(String, String) - Static method in class com.simplify.payments.domain.Invoice
Deprecated.
As of release 1.1, replaced by Invoice.list(Authentication)
list(Authentication) - Static method in class com.simplify.payments.domain.Invoice
Retrieve Invoice objects using the default criteria (max 20, offset 0, default sorting and no filtering).
list(Map) - Static method in class com.simplify.payments.domain.Invoice
Retrieve Invoice objects using the specified criteria and using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
list(String, String, Map) - Static method in class com.simplify.payments.domain.Invoice
Deprecated.
As of release 1.1, replaced by Invoice.list(Authentication, Map)
list(Authentication, Map) - Static method in class com.simplify.payments.domain.Invoice
Retrieve Invoice objects using the specified criteria.
list() - Static method in class com.simplify.payments.domain.Payment
Retrieve Payment objects using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively and the default criteria (max 20, offset 0, default sorting and no filtering).
list(String, String) - Static method in class com.simplify.payments.domain.Payment
Deprecated.
As of release 1.1, replaced by Payment.list(Authentication)
list(Authentication) - Static method in class com.simplify.payments.domain.Payment
Retrieve Payment objects using the default criteria (max 20, offset 0, default sorting and no filtering).
list(Map) - Static method in class com.simplify.payments.domain.Payment
Retrieve Payment objects using the specified criteria and using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
list(String, String, Map) - Static method in class com.simplify.payments.domain.Payment
Deprecated.
As of release 1.1, replaced by Payment.list(Authentication, Map)
list(Authentication, Map) - Static method in class com.simplify.payments.domain.Payment
Retrieve Payment objects using the specified criteria.
list() - Static method in class com.simplify.payments.domain.Plan
Retrieve Plan objects using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively and the default criteria (max 20, offset 0, default sorting and no filtering).
list(String, String) - Static method in class com.simplify.payments.domain.Plan
Deprecated.
As of release 1.1, replaced by Plan.list(Authentication)
list(Authentication) - Static method in class com.simplify.payments.domain.Plan
Retrieve Plan objects using the default criteria (max 20, offset 0, default sorting and no filtering).
list(Map) - Static method in class com.simplify.payments.domain.Plan
Retrieve Plan objects using the specified criteria and using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
list(String, String, Map) - Static method in class com.simplify.payments.domain.Plan
Deprecated.
As of release 1.1, replaced by Plan.list(Authentication, Map)
list(Authentication, Map) - Static method in class com.simplify.payments.domain.Plan
Retrieve Plan objects using the specified criteria.
list() - Static method in class com.simplify.payments.domain.Refund
Retrieve Refund objects using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively and the default criteria (max 20, offset 0, default sorting and no filtering).
list(String, String) - Static method in class com.simplify.payments.domain.Refund
Deprecated.
As of release 1.1, replaced by Refund.list(Authentication)
list(Authentication) - Static method in class com.simplify.payments.domain.Refund
Retrieve Refund objects using the default criteria (max 20, offset 0, default sorting and no filtering).
list(Map) - Static method in class com.simplify.payments.domain.Refund
Retrieve Refund objects using the specified criteria and using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
list(String, String, Map) - Static method in class com.simplify.payments.domain.Refund
Deprecated.
As of release 1.1, replaced by Refund.list(Authentication, Map)
list(Authentication, Map) - Static method in class com.simplify.payments.domain.Refund
Retrieve Refund objects using the specified criteria.
list() - Static method in class com.simplify.payments.domain.Subscription
Retrieve Subscription objects using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively and the default criteria (max 20, offset 0, default sorting and no filtering).
list(String, String) - Static method in class com.simplify.payments.domain.Subscription
Deprecated.
As of release 1.1, replaced by Subscription.list(Authentication)
list(Authentication) - Static method in class com.simplify.payments.domain.Subscription
Retrieve Subscription objects using the default criteria (max 20, offset 0, default sorting and no filtering).
list(Map) - Static method in class com.simplify.payments.domain.Subscription
Retrieve Subscription objects using the specified criteria and using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
list(String, String, Map) - Static method in class com.simplify.payments.domain.Subscription
Deprecated.
As of release 1.1, replaced by Subscription.list(Authentication, Map)
list(Authentication, Map) - Static method in class com.simplify.payments.domain.Subscription
Retrieve Subscription objects using the specified criteria.
list() - Static method in class com.simplify.payments.domain.Tax
Retrieve Tax objects using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively and the default criteria (max 20, offset 0, default sorting and no filtering).
list(String, String) - Static method in class com.simplify.payments.domain.Tax
Deprecated.
As of release 1.1, replaced by Tax.list(Authentication)
list(Authentication) - Static method in class com.simplify.payments.domain.Tax
Retrieve Tax objects using the default criteria (max 20, offset 0, default sorting and no filtering).
list(Map) - Static method in class com.simplify.payments.domain.Tax
Retrieve Tax objects using the specified criteria and using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
list(String, String, Map) - Static method in class com.simplify.payments.domain.Tax
Deprecated.
As of release 1.1, replaced by Tax.list(Authentication, Map)
list(Authentication, Map) - Static method in class com.simplify.payments.domain.Tax
Retrieve Tax objects using the specified criteria.
list() - Static method in class com.simplify.payments.domain.TransactionReview
Retrieve TransactionReview objects using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively and the default criteria (max 20, offset 0, default sorting and no filtering).
list(String, String) - Static method in class com.simplify.payments.domain.TransactionReview
Deprecated.
As of release 1.1, replaced by TransactionReview.list(Authentication)
list(Authentication) - Static method in class com.simplify.payments.domain.TransactionReview
Retrieve TransactionReview objects using the default criteria (max 20, offset 0, default sorting and no filtering).
list(Map) - Static method in class com.simplify.payments.domain.TransactionReview
Retrieve TransactionReview objects using the specified criteria and using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
list(String, String, Map) - Static method in class com.simplify.payments.domain.TransactionReview
Deprecated.
As of release 1.1, replaced by TransactionReview.list(Authentication, Map)
list(Authentication, Map) - Static method in class com.simplify.payments.domain.TransactionReview
Retrieve TransactionReview objects using the specified criteria.
list() - Static method in class com.simplify.payments.domain.Webhook
Retrieve Webhook objects using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively and the default criteria (max 20, offset 0, default sorting and no filtering).
list(String, String) - Static method in class com.simplify.payments.domain.Webhook
Deprecated.
As of release 1.1, replaced by Webhook.list(Authentication)
list(Authentication) - Static method in class com.simplify.payments.domain.Webhook
Retrieve Webhook objects using the default criteria (max 20, offset 0, default sorting and no filtering).
list(Map) - Static method in class com.simplify.payments.domain.Webhook
Retrieve Webhook objects using the specified criteria and using the static properties PaymentsApi.PUBLIC_KEY and PaymentsApi.PRIVATE_KEY as the default public and private API keys respectively.
list(String, String, Map) - Static method in class com.simplify.payments.domain.Webhook
Deprecated.
As of release 1.1, replaced by Webhook.list(Authentication, Map)
list(Authentication, Map) - Static method in class com.simplify.payments.domain.Webhook
Retrieve Webhook objects using the specified criteria.
listObjects(Authentication, T) - Static method in class com.simplify.payments.PaymentsObject
 
listObjects(Authentication, T, Map) - Static method in class com.simplify.payments.PaymentsObject
 

N

normalize(Map<String, Object>) - Static method in class com.simplify.payments.PaymentsMap
Returns an identical copy of the map except values which JSONValue.toJSONString() would render as unquoted strings are converted to string values.
NotAllowedException - Exception in com.simplify.payments.exception
Thrown to indicate that a request was not allowed.
NotAllowedException() - Constructor for exception com.simplify.payments.exception.NotAllowedException
Constructs an NotAllowedException with no detail message.
NotAllowedException(String) - Constructor for exception com.simplify.payments.exception.NotAllowedException
Constructs an NotAllowedException with the specified detail message.
NotAllowedException(String, Throwable) - Constructor for exception com.simplify.payments.exception.NotAllowedException
Constructs an NotAllowedException with the specified detail message and cause.
NotAllowedException(Throwable) - Constructor for exception com.simplify.payments.exception.NotAllowedException
Constructs an NotAllowedException with the specified cause.
NotAllowedException(int, Map<? extends String, ? extends Object>) - Constructor for exception com.simplify.payments.exception.NotAllowedException
Constructs an NotAllowedException with the specified status and error data.

O

OAUTH_BASE_URL - Static variable in class com.simplify.payments.Constants
 
OAUTH_BASE_URL - Static variable in class com.simplify.payments.PaymentsApi
 
ObjectNotFoundException - Exception in com.simplify.payments.exception
Thrown to indicate that an API object cannot be found.
ObjectNotFoundException() - Constructor for exception com.simplify.payments.exception.ObjectNotFoundException
Constructs an ObjectNotFoundException with no detail message.
ObjectNotFoundException(String) - Constructor for exception com.simplify.payments.exception.ObjectNotFoundException
Constructs an ObjectNotFoundException with the specified detail message.
ObjectNotFoundException(String, Throwable) - Constructor for exception com.simplify.payments.exception.ObjectNotFoundException
Constructs an ObjectNotFoundException with the specified detail message and cause.
ObjectNotFoundException(Throwable) - Constructor for exception com.simplify.payments.exception.ObjectNotFoundException
Constructs an ObjectNotFoundException with the specified cause.
ObjectNotFoundException(int, Map<? extends String, ? extends Object>) - Constructor for exception com.simplify.payments.exception.ObjectNotFoundException
Constructs an ObjectNotFoundException with the specified status and error data.

P

Payment - Class in com.simplify.payments.domain
A Payment object.
Payment() - Constructor for class com.simplify.payments.domain.Payment
 
Payment(PaymentsObject) - Constructor for class com.simplify.payments.domain.Payment
 
Payment(Map) - Constructor for class com.simplify.payments.domain.Payment
 
PaymentsApi - Class in com.simplify.payments
 
PaymentsApi() - Constructor for class com.simplify.payments.PaymentsApi
 
PaymentsApi.PaymentsApiResponse - Class in com.simplify.payments
 
PaymentsApi.PORTS - Enum in com.simplify.payments
 
PaymentsApiResponse() - Constructor for class com.simplify.payments.PaymentsApi.PaymentsApiResponse
 
PaymentsMap - Class in com.simplify.payments
Map object that extends the LinkedHashMap map with support for insertion and retrieval of keys using special key path values.
PaymentsMap(int, float) - Constructor for class com.simplify.payments.PaymentsMap
Constructs an empty map with the specified capacity and load factor.
PaymentsMap(int) - Constructor for class com.simplify.payments.PaymentsMap
Constructs an empty map with the specified capacity and default load factor.
PaymentsMap() - Constructor for class com.simplify.payments.PaymentsMap
Constructs an empty map with the default capacity and load factor.
PaymentsMap(Map<String, Object>) - Constructor for class com.simplify.payments.PaymentsMap
Constructs a map with the same mappings as in the specifed map.
PaymentsMap(String) - Constructor for class com.simplify.payments.PaymentsMap
Consturcts a map based of the speficied JSON string.
PaymentsMap(String, Object) - Constructor for class com.simplify.payments.PaymentsMap
Constructs a map with an initial mapping of keyPath to value.
PaymentsObject - Class in com.simplify.payments
 
PaymentsObject() - Constructor for class com.simplify.payments.PaymentsObject
 
Plan - Class in com.simplify.payments.domain
A Plan object.
Plan() - Constructor for class com.simplify.payments.domain.Plan
 
Plan(PaymentsObject) - Constructor for class com.simplify.payments.domain.Plan
 
Plan(Map) - Constructor for class com.simplify.payments.domain.Plan
 
PRIVATE_KEY - Static variable in class com.simplify.payments.PaymentsApi
Private API key used to authenticate requests.
PUBLIC_KEY - Static variable in class com.simplify.payments.PaymentsApi
Public API key used to authenticate requests.
put(String, Object) - Method in class com.simplify.payments.PaymentsMap
Associates the specified value to the specified key path.

R

refreshToken() - Method in class com.simplify.payments.AccessToken
 
refreshToken(Authentication) - Method in class com.simplify.payments.AccessToken
 
Refund - Class in com.simplify.payments.domain
A Refund object.
Refund() - Constructor for class com.simplify.payments.domain.Refund
 
Refund(PaymentsObject) - Constructor for class com.simplify.payments.domain.Refund
 
Refund(Map) - Constructor for class com.simplify.payments.domain.Refund
 
remove(Object) - Method in class com.simplify.payments.PaymentsMap
Removes the value associated with the specified key path from the map.
ResourceList<T> - Class in com.simplify.payments.domain
A class representing the return from a payments list() method.
ResourceList() - Constructor for class com.simplify.payments.domain.ResourceList
 
revokeToken() - Method in class com.simplify.payments.AccessToken
 
revokeToken(Authentication) - Method in class com.simplify.payments.AccessToken
 

S

set(String, Object) - Method in class com.simplify.payments.PaymentsMap
Associates the specified value to the specified key path and returns a reference to this map.
setAccessToken(String) - Method in class com.simplify.payments.Authentication
 
setHttpResponse(HttpResponse) - Method in class com.simplify.payments.PaymentsApi.PaymentsApiResponse
 
setMerchantId(String) - Method in class com.simplify.payments.Authentication
 
setPayload(String) - Method in class com.simplify.payments.PaymentsApi.PaymentsApiResponse
 
setPrivateKey(String) - Method in class com.simplify.payments.Authentication
 
setPublicKey(String) - Method in class com.simplify.payments.Authentication
 
setStatus(int) - Method in class com.simplify.payments.PaymentsApi.PaymentsApiResponse
 
Subscription - Class in com.simplify.payments.domain
A Subscription object.
Subscription() - Constructor for class com.simplify.payments.domain.Subscription
 
Subscription(PaymentsObject) - Constructor for class com.simplify.payments.domain.Subscription
 
Subscription(Map) - Constructor for class com.simplify.payments.domain.Subscription
 
SystemException - Exception in com.simplify.payments.exception
Thrown to indicate that an API object cannot be found.
SystemException() - Constructor for exception com.simplify.payments.exception.SystemException
Constructs a SystemException with no detail message.
SystemException(String) - Constructor for exception com.simplify.payments.exception.SystemException
Constructs a SystemException with the specified detail message.
SystemException(String, Throwable) - Constructor for exception com.simplify.payments.exception.SystemException
Constructs a SystemException with the specified detail message and cause.
SystemException(Throwable) - Constructor for exception com.simplify.payments.exception.SystemException
Constructs a SystemException with the specified cause.
SystemException(int, Map<? extends String, ? extends Object>) - Constructor for exception com.simplify.payments.exception.SystemException
Constructs a SystemException with the specified status and error data.

T

Tax - Class in com.simplify.payments.domain
A Tax object.
Tax() - Constructor for class com.simplify.payments.domain.Tax
 
Tax(PaymentsObject) - Constructor for class com.simplify.payments.domain.Tax
 
Tax(Map) - Constructor for class com.simplify.payments.domain.Tax
 
toString() - Method in class com.simplify.payments.exception.InvalidRequestException.FieldError
 
TransactionReview - Class in com.simplify.payments.domain
A TransactionReview object.
TransactionReview() - Constructor for class com.simplify.payments.domain.TransactionReview
 
TransactionReview(PaymentsObject) - Constructor for class com.simplify.payments.domain.TransactionReview
 
TransactionReview(Map) - Constructor for class com.simplify.payments.domain.TransactionReview
 

U

update() - Method in class com.simplify.payments.domain.CardToken
Updates an CardToken object.
update() - Method in class com.simplify.payments.domain.Coupon
Updates an Coupon object.
update() - Method in class com.simplify.payments.domain.Customer
Updates an Customer object.
update() - Method in class com.simplify.payments.domain.FraudCheck
Updates an FraudCheck object.
update() - Method in class com.simplify.payments.domain.Invoice
Updates an Invoice object.
update() - Method in class com.simplify.payments.domain.InvoiceItem
Updates an InvoiceItem object.
update() - Method in class com.simplify.payments.domain.Payment
Updates an Payment object.
update() - Method in class com.simplify.payments.domain.Plan
Updates an Plan object.
update() - Method in class com.simplify.payments.domain.Subscription
Updates an Subscription object.
update() - Method in class com.simplify.payments.domain.TransactionReview
Updates an TransactionReview object.
update() - Method in class com.simplify.payments.domain.Webhook
Updates an Webhook object.
updateObject(PaymentsObject) - Method in class com.simplify.payments.PaymentsObject
 
USER_AGENT - Static variable in class com.simplify.payments.PaymentsApi
User agent string sent with requests.

V

valueOf(String) - Static method in enum com.simplify.payments.PaymentsApi.PORTS
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.simplify.payments.PaymentsApi.PORTS
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class com.simplify.payments.Constants
 

W

Webhook - Class in com.simplify.payments.domain
A Webhook object.
Webhook() - Constructor for class com.simplify.payments.domain.Webhook
 
Webhook(PaymentsObject) - Constructor for class com.simplify.payments.domain.Webhook
 
Webhook(Map) - Constructor for class com.simplify.payments.domain.Webhook
 
A C D E F G H I J L N O P R S T U V W 
Skip navigation links