Class: Stripe::Issuing::Transaction::MerchantData
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Transaction::MerchantData
- Defined in:
- lib/stripe/resources/issuing/transaction.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#category ⇒ Object
readonly
A categorization of the seller’s type of business.
-
#category_code ⇒ Object
readonly
The merchant category code for the seller’s business.
-
#city ⇒ Object
readonly
City where the seller is located.
-
#country ⇒ Object
readonly
Country where the seller is located.
-
#name ⇒ Object
readonly
Name of the seller.
-
#network_id ⇒ Object
readonly
Identifier assigned to the seller by the card network.
-
#postal_code ⇒ Object
readonly
Postal code where the seller is located.
-
#state ⇒ Object
readonly
State where the seller is located.
-
#tax_id ⇒ Object
readonly
The seller’s tax identification number.
-
#terminal_id ⇒ Object
readonly
An ID assigned by the seller to the location of the sale.
-
#url ⇒ Object
readonly
URL provided by the merchant on a 3DS request.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#category ⇒ Object (readonly)
A categorization of the seller’s type of business. See our [merchant categories guide](stripe.com/docs/issuing/merchant-categories) for a list of possible values.
37 38 39 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 37 def category @category end |
#category_code ⇒ Object (readonly)
The merchant category code for the seller’s business
39 40 41 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 39 def category_code @category_code end |
#city ⇒ Object (readonly)
City where the seller is located
41 42 43 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 41 def city @city end |
#country ⇒ Object (readonly)
Country where the seller is located
43 44 45 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 43 def country @country end |
#name ⇒ Object (readonly)
Name of the seller
45 46 47 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 45 def name @name end |
#network_id ⇒ Object (readonly)
Identifier assigned to the seller by the card network. Different card networks may assign different network_id fields to the same merchant.
47 48 49 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 47 def network_id @network_id end |
#postal_code ⇒ Object (readonly)
Postal code where the seller is located
49 50 51 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 49 def postal_code @postal_code end |
#state ⇒ Object (readonly)
State where the seller is located
51 52 53 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 51 def state @state end |
#tax_id ⇒ Object (readonly)
The seller’s tax identification number. Currently populated for French merchants only.
53 54 55 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 53 def tax_id @tax_id end |
#terminal_id ⇒ Object (readonly)
An ID assigned by the seller to the location of the sale.
55 56 57 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 55 def terminal_id @terminal_id end |
#url ⇒ Object (readonly)
URL provided by the merchant on a 3DS request
57 58 59 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 57 def url @url end |
Class Method Details
.field_remappings ⇒ Object
63 64 65 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 63 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
59 60 61 |
# File 'lib/stripe/resources/issuing/transaction.rb', line 59 def self.inner_class_types @inner_class_types = {} end |