@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class ProcessorSignalDecisionReportRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AMOUNT_INSTANTLY_AVAILABLE |
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_CLIENT_TRANSACTION_ID |
static String |
SERIALIZED_NAME_DAYS_FUNDS_ON_HOLD |
static String |
SERIALIZED_NAME_DECISION_OUTCOME |
static String |
SERIALIZED_NAME_INITIATED |
static String |
SERIALIZED_NAME_PAYMENT_METHOD |
static String |
SERIALIZED_NAME_PROCESSOR_TOKEN |
static String |
SERIALIZED_NAME_SECRET |
Constructor and Description |
---|
ProcessorSignalDecisionReportRequest() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_PROCESSOR_TOKEN
public static final String SERIALIZED_NAME_CLIENT_TRANSACTION_ID
public static final String SERIALIZED_NAME_INITIATED
public static final String SERIALIZED_NAME_DAYS_FUNDS_ON_HOLD
public static final String SERIALIZED_NAME_DECISION_OUTCOME
public static final String SERIALIZED_NAME_PAYMENT_METHOD
public static final String SERIALIZED_NAME_AMOUNT_INSTANTLY_AVAILABLE
public ProcessorSignalDecisionReportRequest()
public ProcessorSignalDecisionReportRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public ProcessorSignalDecisionReportRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public ProcessorSignalDecisionReportRequest processorToken(String processorToken)
public String getProcessorToken()
public void setProcessorToken(String processorToken)
public ProcessorSignalDecisionReportRequest clientTransactionId(String clientTransactionId)
public String getClientTransactionId()
public void setClientTransactionId(String clientTransactionId)
public ProcessorSignalDecisionReportRequest initiated(Boolean initiated)
public Boolean getInitiated()
public void setInitiated(Boolean initiated)
public ProcessorSignalDecisionReportRequest daysFundsOnHold(Integer daysFundsOnHold)
@Nullable public Integer getDaysFundsOnHold()
public void setDaysFundsOnHold(Integer daysFundsOnHold)
public ProcessorSignalDecisionReportRequest decisionOutcome(SignalDecisionOutcome decisionOutcome)
@Nullable public SignalDecisionOutcome getDecisionOutcome()
public void setDecisionOutcome(SignalDecisionOutcome decisionOutcome)
public ProcessorSignalDecisionReportRequest paymentMethod(SignalPaymentMethod paymentMethod)
@Nullable public SignalPaymentMethod getPaymentMethod()
public void setPaymentMethod(SignalPaymentMethod paymentMethod)
public ProcessorSignalDecisionReportRequest amountInstantlyAvailable(Double amountInstantlyAvailable)
@Nullable public Double getAmountInstantlyAvailable()
public void setAmountInstantlyAvailable(Double amountInstantlyAvailable)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.