Class Payment.PaymentMethodAttributes
-
- All Implemented Interfaces:
public final class Payment.PaymentMethodAttributes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPayment.PaymentMethodAttributes.BuilderA builder for PaymentMethodAttributes.
public final classPayment.PaymentMethodAttributes.SecCode
-
Method Summary
-
-
Method Detail
-
receiptRoutingNumber
final Optional<String> receiptRoutingNumber()
-
returnReasonCode
final Optional<String> returnReasonCode()
-
secCode
final Payment.PaymentMethodAttributes.SecCode secCode()
-
traceNumbers
final List<String> traceNumbers()
-
_companyId
final JsonField<String> _companyId()
Returns the raw JSON value of companyId.
Unlike companyId, this method doesn't throw if the JSON field has an unexpected type.
-
_receiptRoutingNumber
final JsonField<String> _receiptRoutingNumber()
Returns the raw JSON value of receiptRoutingNumber.
Unlike receiptRoutingNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_retries
final JsonField<Long> _retries()
Returns the raw JSON value of retries.
Unlike retries, this method doesn't throw if the JSON field has an unexpected type.
-
_returnReasonCode
final JsonField<String> _returnReasonCode()
Returns the raw JSON value of returnReasonCode.
Unlike returnReasonCode, this method doesn't throw if the JSON field has an unexpected type.
-
_secCode
final JsonField<Payment.PaymentMethodAttributes.SecCode> _secCode()
Returns the raw JSON value of secCode.
Unlike secCode, this method doesn't throw if the JSON field has an unexpected type.
-
_traceNumbers
final JsonField<List<String>> _traceNumbers()
Returns the raw JSON value of traceNumbers.
Unlike traceNumbers, this method doesn't throw if the JSON field has an unexpected type.
-
_addenda
final JsonField<String> _addenda()
Returns the raw JSON value of addenda.
Unlike addenda, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Payment.PaymentMethodAttributes.Builder toBuilder()
-
validate
final Payment.PaymentMethodAttributes validate()
-
builder
final static Payment.PaymentMethodAttributes.Builder builder()
Returns a mutable builder for constructing an instance of PaymentMethodAttributes.
The following fields are required:
.companyId() .receiptRoutingNumber() .retries() .returnReasonCode() .secCode() .traceNumbers()
-
-
-
-