You are here

public function SubscriptionInterface::getPaymentMethodId in Commerce Recurring Framework 8

Gets the payment method ID.

Return value

int|null The payment method ID, or NULL.

1 method overrides SubscriptionInterface::getPaymentMethodId()
Subscription::getPaymentMethodId in src/Entity/Subscription.php
Gets the payment method ID.

File

src/Entity/SubscriptionInterface.php, line 120

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getPaymentMethodId();