Exemplo n.º 1
0
 public static function init()
 {
     self::$_permanentAttributes = new Stripe_Util_Set(array('_apiKey', 'id'));
 }
Exemplo n.º 2
0
 public static function init()
 {
     self::$_permanentAttributes = new Stripe_Util_Set(array('_apiKey', 'id'));
     self::$_nestedUpdatableAttributes = new Stripe_Util_Set(array('metadata'));
 }
Exemplo n.º 3
0
 public static function init()
 {
     self::$_permanentAttributes = new Stripe_Util_Set(array('_apiKey'));
     self::$_ignoredAttributes = new Stripe_Util_Set(array('id', '_apiKey', 'object'));
 }