diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 8fc461e62..827a991b1 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v526 \ No newline at end of file +v528 \ No newline at end of file diff --git a/lib/Issuing/CardDesign.php b/lib/Issuing/CardDesign.php index 656eb276c..baccb2727 100644 --- a/lib/Issuing/CardDesign.php +++ b/lib/Issuing/CardDesign.php @@ -15,7 +15,7 @@ * @property null|string $lookup_key A lookup key used to retrieve card designs dynamically from a static string. This may be up to 200 characters. * @property \Stripe\StripeObject $metadata Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. * @property null|string $name Friendly display name. - * @property string $preference Whether this card design is used to create cards when one is not specified. + * @property \Stripe\StripeObject $preferences * @property \Stripe\StripeObject $rejection_reasons * @property string $status Whether this card design can be used to create cards. */ @@ -28,10 +28,6 @@ class CardDesign extends \Stripe\ApiResource use \Stripe\ApiOperations\Retrieve; use \Stripe\ApiOperations\Update; - const PREFERENCE_DEFAULT = 'default'; - const PREFERENCE_NONE = 'none'; - const PREFERENCE_PLATFORM_DEFAULT = 'platform_default'; - const STATUS_ACTIVE = 'active'; const STATUS_INACTIVE = 'inactive'; const STATUS_REJECTED = 'rejected';