* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPaymentInfo(PaymentInfo newPaymentInfo, NotificationChain msgs) {
PaymentInfo oldPaymentInfo = paymentInfo;
paymentInfo = newPaymentInfo;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ShopPackage.BILLING_INFORMATION__PAYMENT_INFO, oldPaymentInfo, newPaymentInfo);
if (msgs == null) msgs = notification; else msgs.add(notification);
}