doc_out/PaymentMethod.html.md in purecloud-0.38.1 vs doc_out/PaymentMethod.html.md in purecloud-0.39.1

- old
+ new

@@ -10,9 +10,12 @@ | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **type** | **String** | | [optional] | | **provider_name** | **String** | | [optional] | | **token** | **String** | | [optional] | +| **card_expiration_date** | **String** | for payment methods of type CARD_TOKEN, the card's expiration date in the format YYYY-MM. | [optional] | +| **card_last_four_digits** | **String** | | [optional] | +| **card_type** | **String** | for payment methods of type CARD_TOKEN, the type of credit or debit card | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}