getRecurringFlag() 공개 메소드

Indicator if this payment request is a recurring payment. Only supported when the payment_method is set to credit_card
사용 중단: Not publicly available
public getRecurringFlag ( ) : boolean
리턴 boolean
 /**
  * @depends testSerializationDeserialization
  * @param PaymentOptions $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getAllowedPaymentMethod(), "TestSample");
     $this->assertEquals($obj->getRecurringFlag(), true);
     $this->assertEquals($obj->getSkipFmf(), true);
 }