Enum Transaction.PaymentChannelEnum

java.lang.Object
java.lang.Enum<Transaction.PaymentChannelEnum>
com.plaid.client.model.Transaction.PaymentChannelEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Transaction.PaymentChannelEnum>, java.lang.constant.Constable
Enclosing class:
Transaction

public static enum Transaction.PaymentChannelEnum
extends java.lang.Enum<Transaction.PaymentChannelEnum>
The channel used to make a payment. `online:` transactions that took place online. `in store:` transactions that were made at a physical location. `other:` transactions that relate to banks, e.g. fees or deposits. This field replaces the `transaction_type` field.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Transaction.PaymentChannelEnum.Adapter  

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    IN_STORE  
    ONLINE  
    OTHER  
  • Method Summary

    Modifier and Type Method Description
    static Transaction.PaymentChannelEnum fromValue​(java.lang.String value)  
    java.lang.String getValue()  
    java.lang.String toString()  
    static Transaction.PaymentChannelEnum valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static Transaction.PaymentChannelEnum[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait