lib/plaid/models/bank_transfer_direction.rb in plaid-14.0.0.beta.5 vs lib/plaid/models/bank_transfer_direction.rb in plaid-14.0.0
- old
+ new
@@ -1,11 +1,11 @@
=begin
#The Plaid API
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
-The version of the OpenAPI document: 2020-09-14_1.16.6
+The version of the OpenAPI document: 2020-09-14_1.20.6
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.0
=end
@@ -15,9 +15,10 @@
module Plaid
class BankTransferDirection
OUTBOUND = "outbound".freeze
INBOUND = "inbound".freeze
+ NULL = "null".freeze
# Builds the enum from string
# @param [String] The enum value in the form of the string
# @return [String] The enum value
def self.build_from_hash(value)