lib/purecloud/models/payment_method.rb in purecloud-0.44.1 vs lib/purecloud/models/payment_method.rb in purecloud-0.45.1
- old
+ new
@@ -21,13 +21,16 @@
# The globally unique identifier for the object.
attr_accessor :id
attr_accessor :name
+ # Method type
attr_accessor :type
+ # Provider name
attr_accessor :provider_name
+ # Payment token
attr_accessor :token
# for payment methods of type CARD_TOKEN, the card's expiration date in the format YYYY-MM.
attr_accessor :card_expiration_date